C# (CSharp) Lucene.Net.Index IndexFileNames - 7 примеров найдено. Это лучшие примеры C# (CSharp) кода для Lucene.Net.Index.IndexFileNames, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
this class contains useful constants representing filenames and extensions used by lucene, as well as convenience methods for querying whether a file name matches an extension ({@link #matchesExtension(String, String) matchesExtension}), as well as generating file names from a segment name, generation and extension ( #fileNameFromGeneration(String, String, long) fileNameFromGeneration, #segmentFileName(String, String, String) segmentFileName).
NOTE: extensions used by codecs are not listed here. You must interact with the Codec directly. @lucene.internal