Home
last modified time | relevance | path

Searched defs:docWriter (Results 1 – 25 of 38) sorted by relevance

12

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DDocumentsWriterThreadState.cpp14 DocumentsWriterThreadState::DocumentsWriterThreadState(const DocumentsWriterPtr& docWriter) { in DocumentsWriterThreadState()
25 DocumentsWriterPtr docWriter(_docWriter); in initialize() local
H A DTermVectorsTermsWriter.cpp24 TermVectorsTermsWriter::TermVectorsTermsWriter(const DocumentsWriterPtr& docWriter) { in TermVectorsTermsWriter()
79 DocumentsWriterPtr docWriter(_docWriter); in closeDocStore() local
140 DocumentsWriterPtr docWriter(_docWriter); in initTermVectorsWriter() local
167 DocumentsWriterPtr docWriter(_docWriter); in finishDocument() local
H A DStoredFieldsWriter.cpp21 StoredFieldsWriter::StoredFieldsWriter(const DocumentsWriterPtr& docWriter, const FieldInfosPtr& fi… in StoredFieldsWriter()
57 DocumentsWriterPtr docWriter(_docWriter); in initFieldsWriter() local
84 DocumentsWriterPtr docWriter(state->_docWriter); in closeDocStore() local
H A DCharBlockPool.cpp13 CharBlockPool::CharBlockPool(const DocumentsWriterPtr& docWriter) { in CharBlockPool()
H A DIntBlockPool.cpp13 IntBlockPool::IntBlockPool(const DocumentsWriterPtr& docWriter, bool trackAllocations) { in IntBlockPool()
H A DTermsHash.cpp21 TermsHash::TermsHash(const DocumentsWriterPtr& docWriter, bool trackAllocations, const TermsHashCon… in TermsHash()
164 DocumentsWriterPtr docWriter(_docWriter); in getPostings() local
H A DSegmentWriteState.cpp12 SegmentWriteState::SegmentWriteState(const DocumentsWriterPtr& docWriter, const DirectoryPtr& direc… in SegmentWriteState()
H A DDocFieldProcessorPerThread.cpp98 DocumentsWriterPtr docWriter(state->_docWriter); in trimFields() local
151 DocumentsWriterPtr docWriter(docFieldProcessor->_docWriter); in processDocument() local
H A DDocFieldProcessor.cpp20 DocFieldProcessor::DocFieldProcessor(const DocumentsWriterPtr& docWriter, const DocFieldConsumerPtr… in DocFieldProcessor()
H A DDocumentsWriter.cpp969 …er::finishDocument(const DocumentsWriterThreadStatePtr& perThread, const DocWriterPtr& docWriter) { in finishDocument()
1214 PerDocBuffer::PerDocBuffer(const DocumentsWriterPtr& docWriter) { in PerDocBuffer()
1282 WaitQueue::WaitQueue(const DocumentsWriterPtr& docWriter) { in WaitQueue()
1328 DocumentsWriterPtr docWriter(_docWriter); in writeDocument() local
1402 ByteBlockAllocator::ByteBlockAllocator(const DocumentsWriterPtr& docWriter, int32_t blockSize) { in ByteBlockAllocator()
1412 DocumentsWriterPtr docWriter(_docWriter); in getByteBlock() local
1433 DocumentsWriterPtr docWriter(_docWriter); in recycleByteBlocks() local
1442 DocumentsWriterPtr docWriter(_docWriter); in recycleByteBlocks() local
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DDocumentsWriterThreadState.cs37 internal DocumentsWriter docWriter; field in Lucene.Net.Index.DocumentsWriterThreadState
39 public DocumentsWriterThreadState(DocumentsWriter docWriter) in DocumentsWriterThreadState()
H A DCharBlockPool.cs38 private readonly DocumentsWriter docWriter; field in Lucene.Net.Index.CharBlockPool
40 public CharBlockPool(DocumentsWriter docWriter) in CharBlockPool()
H A DIntBlockPool.cs38 private DocumentsWriter docWriter; field in Lucene.Net.Index.IntBlockPool
41 public IntBlockPool(DocumentsWriter docWriter, bool trackAllocations) in IntBlockPool()
H A DDocFieldProcessor.cs36 internal DocumentsWriter docWriter; field in Lucene.Net.Index.DocFieldProcessor
41 public DocFieldProcessor(DocumentsWriter docWriter, DocFieldConsumer consumer) in DocFieldProcessor()
H A DSegmentWriteState.cs27 internal DocumentsWriter docWriter; field in Lucene.Net.Index.SegmentWriteState
36 …public SegmentWriteState(DocumentsWriter docWriter, Directory directory, System.String segmentName… in SegmentWriteState()
H A DTermsHash.cs40 internal DocumentsWriter docWriter; field in Lucene.Net.Index.TermsHash
46 …public TermsHash(DocumentsWriter docWriter, bool trackAllocations, TermsHashConsumer consumer, Ter… in TermsHash()
H A DStoredFieldsWriter.cs35 internal DocumentsWriter docWriter; field in Lucene.Net.Index.StoredFieldsWriter
42 public StoredFieldsWriter(DocumentsWriter docWriter, FieldInfos fieldInfos) in StoredFieldsWriter()
H A DTermVectorsTermsWriter.cs33 internal DocumentsWriter docWriter; field in Lucene.Net.Index.TermVectorsTermsWriter
42 public TermVectorsTermsWriter(DocumentsWriter docWriter) in TermVectorsTermsWriter()
H A DIndexFileDeleter.cs93 private DocumentsWriter docWriter; field in Lucene.Net.Index.IndexFileDeleter
126 …, SegmentInfos segmentInfos, System.IO.StreamWriter infoStream, DocumentsWriter docWriter, HashSet… in IndexFileDeleter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Drecord_store_v1_simple_test.cpp184 BsonDocWriter docWriter(docForRecordSize(300), true); in TEST() local
204 BsonDocWriter docWriter(docForRecordSize(300), false); in TEST() local
222 BsonDocWriter docWriter(docForRecordSize(298), false); in TEST() local
243 BsonDocWriter docWriter(docForRecordSize(300), true); in TEST() local
269 BsonDocWriter docWriter(docForRecordSize(300), true); in TEST() local
295 BsonDocWriter docWriter(docForRecordSize(300), false); in TEST() local
321 BsonDocWriter docWriter(docForRecordSize(300), false); in TEST() local
349 BsonDocWriter docWriter(docForRecordSize(256), false); in TEST() local
378 BsonDocWriter docWriter(docForRecordSize(1000), false); in TEST() local
407 BsonDocWriter docWriter(docForRecordSize(8 * 1024 * 1024), false); in TEST() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Drecord_store_test_insertrecord.cpp129 StringDocWriter docWriter("my record", false); in TEST() local
164 StringDocWriter docWriter(ss.str(), false); in TEST() local
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/test/java/com/servingxml/util/record/
H A DXmlRecordTransformReaderTest.java124 StringWriter docWriter = new StringWriter(); in testNestedSegment() local
204 StringWriter docWriter = new StringWriter(); in atestSegment() local
256 StringWriter docWriter = new StringWriter(); in atestFragmentTemplatesXmlReader() local
324 StringWriter docWriter = new StringWriter(); in atestFragmentTemplatesXmlReader2() local
393 StringWriter docWriter = new StringWriter(); in atestFragmentTemplatesXmlReader3() local
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A D_IndexFileDeleter.h142 DocumentsWriter* docWriter; variable
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexFileDeleter.h65 DocumentsWriterPtr docWriter; variable
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgwebview.cpp263 QTextDocumentWriter docWriter(iFileName); in exportInFile() local
272 QTextDocumentWriter docWriter(iFileName); in exportInFile() local

12