Uses of Interface
org.apache.lucene.misc.index.IndexRearranger.DocumentSelector
Packages that use IndexRearranger.DocumentSelector
-
Uses of IndexRearranger.DocumentSelector in org.apache.lucene.misc.index
Classes in org.apache.lucene.misc.index that implement IndexRearranger.DocumentSelectorModifier and TypeClassDescriptionclassSelect documents using binary doc valuesFields in org.apache.lucene.misc.index with type parameters of type IndexRearranger.DocumentSelectorModifier and TypeFieldDescriptionprotected final List<IndexRearranger.DocumentSelector> IndexRearranger.documentSelectorsMethods in org.apache.lucene.misc.index that return types with arguments of type IndexRearranger.DocumentSelectorModifier and TypeMethodDescriptionstatic List<IndexRearranger.DocumentSelector> BinaryDocValueSelector.createFromExistingIndex(String field, Directory directory) Methods in org.apache.lucene.misc.index with parameters of type IndexRearranger.DocumentSelectorModifier and TypeMethodDescriptionprivate static voidIndexRearranger.addOneSegment(IndexWriter writer, IndexReader reader, IndexRearranger.DocumentSelector selector) Constructors in org.apache.lucene.misc.index with parameters of type IndexRearranger.DocumentSelectorModifierConstructorDescriptionConstructor parameters in org.apache.lucene.misc.index with type arguments of type IndexRearranger.DocumentSelectorModifierConstructorDescriptionIndexRearranger(Directory input, Directory output, IndexWriterConfig config, List<IndexRearranger.DocumentSelector> documentSelectors) Constructor