Uses of Interface
org.apache.lucene.misc.index.IndexRearranger.DocumentSelector
-
Packages that use IndexRearranger.DocumentSelector Package Description org.apache.lucene.misc.index Misc index tools and index support. -
-
Uses of IndexRearranger.DocumentSelector in org.apache.lucene.misc.index
Classes in org.apache.lucene.misc.index that implement IndexRearranger.DocumentSelector Modifier and Type Class Description class
BinaryDocValueSelector
Select documents using binary doc valuesFields in org.apache.lucene.misc.index with type parameters of type IndexRearranger.DocumentSelector Modifier and Type Field Description protected java.util.List<IndexRearranger.DocumentSelector>
IndexRearranger. documentSelectors
Methods in org.apache.lucene.misc.index that return types with arguments of type IndexRearranger.DocumentSelector Modifier and Type Method Description static java.util.List<IndexRearranger.DocumentSelector>
BinaryDocValueSelector. createFromExistingIndex(java.lang.String field, Directory directory)
Methods in org.apache.lucene.misc.index with parameters of type IndexRearranger.DocumentSelector Modifier and Type Method Description private static void
IndexRearranger. addOneSegment(IndexWriter writer, IndexReader reader, IndexRearranger.DocumentSelector selector)
Constructors in org.apache.lucene.misc.index with parameters of type IndexRearranger.DocumentSelector Constructor Description DocSelectorFilteredCodecReader(CodecReader in, IndexRearranger.DocumentSelector selector)
Constructor parameters in org.apache.lucene.misc.index with type arguments of type IndexRearranger.DocumentSelector Constructor Description IndexRearranger(Directory input, Directory output, IndexWriterConfig config, java.util.List<IndexRearranger.DocumentSelector> documentSelectors)
Constructor
-