Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FilterMergePolicy.keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier) |
boolean |
SoftDeletesRetentionMergePolicy.keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier) |
boolean |
NoMergePolicy.keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier) |
boolean |
MergePolicy.keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier)
Returns true if the segment represented by the given CodecReader should be keep even if it's fully deleted.
|
int |
FilterMergePolicy.numDeletesToMerge(SegmentCommitInfo info,
int delCount,
IOSupplier<CodecReader> readerSupplier) |
int |
SoftDeletesRetentionMergePolicy.numDeletesToMerge(SegmentCommitInfo info,
int delCount,
IOSupplier<CodecReader> readerSupplier) |
int |
NoMergePolicy.numDeletesToMerge(SegmentCommitInfo info,
int delCount,
IOSupplier<CodecReader> readerSupplier) |
int |
MergePolicy.numDeletesToMerge(SegmentCommitInfo info,
int delCount,
IOSupplier<CodecReader> readerSupplier)
Returns the number of deletes that a merge would claim on the given segment.
|
Modifier and Type | Method and Description |
---|---|
static Matches |
MatchesUtils.forField(String field,
IOSupplier<MatchesIterator> mis)
Create a Matches for a single field
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.