Uses of Interface
org.apache.lucene.search.SegmentCacheable
-
Packages that use SegmentCacheable Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.expressions Expressions.org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.search.spans The calculus of spans.org.apache.lucene.search.suggest.document Support for document suggestion -
-
Uses of SegmentCacheable in org.apache.lucene.document
Classes in org.apache.lucene.document that implement SegmentCacheable Modifier and Type Class Description (package private) classFeatureDoubleValuesSourceADoubleValuesSourceinstance which can be used to read the values of a feature from aFeatureFieldfor documents. -
Uses of SegmentCacheable in org.apache.lucene.expressions
Classes in org.apache.lucene.expressions that implement SegmentCacheable Modifier and Type Class Description (package private) classExpressionValueSource -
Uses of SegmentCacheable in org.apache.lucene.queries.function
Classes in org.apache.lucene.queries.function that implement SegmentCacheable Modifier and Type Class Description protected classFunctionQuery.FunctionWeightprivate classFunctionRangeQuery.FunctionRangeWeightprivate static classFunctionScoreQuery.FunctionScoreWeight(package private) static classFunctionScoreQuery.MultiplicativeBoostValuesSourceprivate static classFunctionScoreQuery.QueryBoostValuesSourceprivate static classIndexReaderFunctions.IndexReaderDoubleValuesSourceprivate static classIndexReaderFunctions.NoCacheConstantDoubleValuesSourceprivate static classIndexReaderFunctions.NoCacheConstantLongValuesSourceprivate static classIndexReaderFunctions.SumTotalTermFreqValuesSourceprivate static classIndexReaderFunctions.TermFreqDoubleValuesSource(package private) static classValueSource.WrappedDoubleValuesSourceprivate static classValueSource.WrappedLongValuesSource -
Uses of SegmentCacheable in org.apache.lucene.queries.intervals
Classes in org.apache.lucene.queries.intervals that implement SegmentCacheable Modifier and Type Class Description private classIntervalQuery.IntervalWeight -
Uses of SegmentCacheable in org.apache.lucene.queries.payloads
Classes in org.apache.lucene.queries.payloads that implement SegmentCacheable Modifier and Type Class Description private classPayloadScoreQuery.PayloadSpanWeightclassSpanPayloadCheckQuery.SpanPayloadCheckWeightWeight that pulls its Spans using a PayloadSpanCollector -
Uses of SegmentCacheable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement SegmentCacheable Modifier and Type Class Description (package private) classBM25FQuery.BM25FWeight(package private) classBooleanWeightExpert: the Weight for BooleanQuery, used to normalize, score and explain these queries.classConstantScoreWeightA Weight that has a constant score equal to the boost of the wrapped query.private static classCoveringQuery.CoveringWeightprotected 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.private static classDoubleValuesSource.ConstantValuesSourceprivate static classDoubleValuesSource.FieldValuesSourceprivate static classDoubleValuesSource.LongDoubleValuesSourceprivate static classDoubleValuesSource.QueryDoubleValuesSourceprivate static classDoubleValuesSource.WeightDoubleValuesSourceclassFilterWeightAFilterWeightcontains 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).private static classLongValuesSource.ConstantLongValuesSourceprivate static classLongValuesSource.DoubleLongValuesSourceprivate static classLongValuesSource.FieldValuesSourceprivate classLRUQueryCache.CachingWrapperWeight(package private) classPhraseWeight(package private) classSynonymQuery.SynonymWeight(package private) classTermAutomatonQuery.TermAutomatonWeight(package private) classTermQuery.TermWeightclassWeightExpert: Calculate query weights and build query scorers. -
Uses of SegmentCacheable in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement SegmentCacheable Modifier and Type Class Description (package private) classGlobalOrdinalsQuery.W(package private) classGlobalOrdinalsWithScoreQuery.Wprivate static classToChildBlockJoinQuery.ToChildBlockJoinWeightprivate static classToParentBlockJoinQuery.BlockJoinWeight -
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.SpanContainingWeightclassSpanContainQuery.SpanContainWeightprivate classSpanNearQuery.SpanGapQuery.SpanGapWeightclassSpanNearQuery.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.private static classContextQuery.ContextCompletionWeightprivate static classFuzzyCompletionQuery.FuzzyCompletionWeight
-