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 TypeClassDescriptionclass
Use this selector to rearrange an index where documents can be uniquely identified based onBinaryDocValues
Fields in org.apache.lucene.misc.index declared as IndexRearranger.DocumentSelectorModifier and TypeFieldDescriptionprotected final IndexRearranger.DocumentSelector
IndexRearranger.deletedDocsSelector
Fields in org.apache.lucene.misc.index with type parameters of type IndexRearranger.DocumentSelectorModifier and TypeFieldDescriptionprotected final List
<IndexRearranger.DocumentSelector> IndexRearranger.segmentSelectors
Methods in org.apache.lucene.misc.index that return IndexRearranger.DocumentSelectorModifier and TypeMethodDescriptionBinaryDocValueSelector.createDeleteSelectorFromIndex
(String field, Directory directory) Create a selector for the deletes in an index, which can then be applied to a rearranged indexMethods in org.apache.lucene.misc.index that return types with arguments of type IndexRearranger.DocumentSelectorModifier and TypeMethodDescriptionstatic List
<IndexRearranger.DocumentSelector> BinaryDocValueSelector.createLiveSelectorsFromIndex
(String field, Directory directory) Create a list of selectors that will reproduce the index geometry when used withIndexRearranger
Constructors in org.apache.lucene.misc.index with parameters of type IndexRearranger.DocumentSelectorModifierConstructorDescriptionIndexRearranger
(Directory input, Directory output, IndexWriterConfig config, List<IndexRearranger.DocumentSelector> segmentSelectors, IndexRearranger.DocumentSelector deletedDocsSelector) All args constructorConstructor parameters in org.apache.lucene.misc.index with type arguments of type IndexRearranger.DocumentSelectorModifierConstructorDescriptionIndexRearranger
(Directory input, Directory output, IndexWriterConfig config, List<IndexRearranger.DocumentSelector> segmentSelectors) Constructor with no deletes to applyIndexRearranger
(Directory input, Directory output, IndexWriterConfig config, List<IndexRearranger.DocumentSelector> segmentSelectors, IndexRearranger.DocumentSelector deletedDocsSelector) All args constructor