Home
last modified time | relevance | path

Searched refs:FIELD_INFOS_EXTENSION (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DIndexFileNames.cs79 public /*internal*/ const System.String FIELD_INFOS_EXTENSION = "fnm"; field in Lucene.Net.Index.IndexFileNames
97 …] INDEX_EXTENSIONS = new System.String[]{COMPOUND_FILE_EXTENSION, FIELD_INFOS_EXTENSION, FIELDS_IN…
102 ….String[] INDEX_EXTENSIONS_IN_COMPOUND_FILE = new System.String[]{FIELD_INFOS_EXTENSION, FIELDS_IN…
106 … System.String[] NON_STORE_INDEX_EXTENSIONS = new System.String[]{FIELD_INFOS_EXTENSION, FREQ_EXTE…
109 …eadonly System.String[] COMPOUND_EXTENSIONS = new System.String[]{FIELD_INFOS_EXTENSION, FREQ_EXTE…
H A DDocFieldProcessor.cs71 System.String fileName = state.SegmentFileName(IndexFileNames.FIELD_INFOS_EXTENSION); in Flush()
H A DSegmentReader.cs125 fieldInfos = new FieldInfos(cfsDir, segment + "." + IndexFileNames.FIELD_INFOS_EXTENSION); in CoreReaders()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DIndexFileNames.cpp32 const char* IndexFileNames::FIELD_INFOS_EXTENSION = "fnm"; member in IndexFileNames
40 IndexFileNames::FIELD_INFOS_EXTENSION,
66 IndexFileNames::FIELD_INFOS_EXTENSION,
104 IndexFileNames::FIELD_INFOS_EXTENSION,
121 IndexFileNames::FIELD_INFOS_EXTENSION,
H A D_IndexFileNames.h33 static const char* FIELD_INFOS_EXTENSION; in CL_NS_DEF() local
H A DDocumentsWriter.cpp612 flushedFiles.push_back(segmentFileName(IndexFileNames::FIELD_INFOS_EXTENSION)); in writeSegment()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexFileNames.cpp98 const String& IndexFileNames::FIELD_INFOS_EXTENSION() { in FIELD_INFOS_EXTENSION() function in Lucene::IndexFileNames
123 _INDEX_EXTENSIONS.add(FIELD_INFOS_EXTENSION()); in INDEX_EXTENSIONS()
145 _INDEX_EXTENSIONS_IN_COMPOUND_FILE.add(FIELD_INFOS_EXTENSION()); in INDEX_EXTENSIONS_IN_COMPOUND_FILE()
177 _NON_STORE_INDEX_EXTENSIONS.add(FIELD_INFOS_EXTENSION()); in NON_STORE_INDEX_EXTENSIONS()
191 _COMPOUND_EXTENSIONS.add(FIELD_INFOS_EXTENSION()); in COMPOUND_EXTENSIONS()
H A DDocFieldProcessor.cpp50 String fileName(state->segmentFileName(IndexFileNames::FIELD_INFOS_EXTENSION())); in flush()
H A DSegmentReader.cpp755 …eldInfos = newLucene<FieldInfos>(cfsDir, segment + L"." + IndexFileNames::FIELD_INFOS_EXTENSION()); in CoreReaders()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexFileNames.h70 static const String& FIELD_INFOS_EXTENSION();
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/index/
H A DTestTermVectorsReader.cpp166 tmp.append(IndexFileNames::FIELD_INFOS_EXTENSION); in setUp()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DTermVectorsReaderTest.cpp226 … fieldInfos = newLucene<FieldInfos>(dir, seg + L"." + IndexFileNames::FIELD_INFOS_EXTENSION()); in TermVectorsReaderTest()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs1271 public const string FIELD_INFOS_EXTENSION = "fnm"; field in Lucene.Net.Index.IndexFileNames