Uses of Interface
org.apache.lucene.search.SegmentCacheable
-
-
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 -
Uses of SegmentCacheable in org.apache.lucene.search.suggest.document
Classes in org.apache.lucene.search.suggest.document that implement SegmentCacheable Modifier and Type Class Description classCompletionWeightExpert: the Weight for CompletionQuery, used to score and explain these queries. -
Uses of SegmentCacheable in org.apache.lucene.spatial.util
Classes in org.apache.lucene.spatial.util that implement SegmentCacheable Modifier and Type Class Description classReciprocalDoubleValuesSourceTransforms a DoubleValuesSource using the formula v = k / (v + k)classShapeFieldCacheDistanceValueSourceA DoubleValuesSource that returns the spatial distance between an input point and a document's points inShapeFieldCacheProvider. -
Uses of SegmentCacheable in org.elasticsearch.search.profile.query
Classes in org.elasticsearch.search.profile.query that implement SegmentCacheable Modifier and Type Class Description classProfileWeight
-