Uses of Interface
org.apache.lucene.search.SegmentCacheable
-
Packages that use SegmentCacheable Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
Uses of SegmentCacheable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement SegmentCacheable Modifier and Type Class Description classConstantScoreWeightA Weight that has a constant score equal to the boost of the wrapped query.protected classDisjunctionMaxQuery.DisjunctionMaxWeightExpert: the Weight for DisjunctionMaxQuery, used to normalize, score and explain these queries.classDoubleValuesSourceBase class for producingDoubleValuesTo obtain aDoubleValuesobject for a leaf reader, clients should callDoubleValuesSource.rewrite(IndexSearcher)against the top-level searcher, and then callDoubleValuesSource.getValues(LeafReaderContext, DoubleValues)on the resulting DoubleValuesSource.classFilterWeightAFilterWeightcontains anotherWeightand implements all abstract methods by calling the contained weight's method.classLongValuesSourceBase class for producingLongValuesTo obtain aLongValuesobject for a leaf reader, clients should callLongValuesSource.rewrite(IndexSearcher)against the top-level searcher, and thenLongValuesSource.getValues(LeafReaderContext, DoubleValues).classWeightExpert: Calculate query weights and build query scorers. -
Uses of SegmentCacheable in org.apache.lucene.search.spans
Classes in org.apache.lucene.search.spans that implement SegmentCacheable Modifier and Type Class Description classSpanContainingQuery.SpanContainingWeightclassorg.apache.lucene.search.spans.SpanContainQuery.SpanContainWeightclassSpanNearQuery.SpanNearWeightclassSpanNotQuery.SpanNotWeightclassSpanOrQuery.SpanOrWeightclassSpanPositionCheckQuery.SpanPositionCheckWeightclassSpanTermQuery.SpanTermWeightclassSpanWeightExpert-only.classSpanWithinQuery.SpanWithinWeight
-