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.queries.spans The calculus of spans.org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.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.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) classCachingExpressionValueSourceThis expression value source shares one value cache when generatingExpressionFunctionValuessuch that only one value along the whole generation tree is corresponding to one name(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.FunctionWeightCreates FunctionQuery scorer instancesprivate 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.queries.spans
Classes in org.apache.lucene.queries.spans that implement SegmentCacheable Modifier and Type Class Description classSpanContainingQuery.SpanContainingWeightCreates SpanContainingQuery scorer instancesclassSpanContainQuery.SpanContainWeightprivate classSpanNearQuery.SpanGapQuery.SpanGapWeightclassSpanNearQuery.SpanNearWeightCreates SpanNearQuery scorer instancesclassSpanNotQuery.SpanNotWeightCreates SpanNotQuery scorer instancesclassSpanOrQuery.SpanOrWeightCreates SpanOrQuery scorer instancesclassSpanPositionCheckQuery.SpanPositionCheckWeightCreates SpanPositionCheckQuery scorer instancesclassSpanTermQuery.SpanTermWeightCreates SpanTermQuery scorer instancesclassSpanWeightExpert-only.classSpanWithinQuery.SpanWithinWeightCreates SpanWithinQuery scorer instances -
Uses of SegmentCacheable in org.apache.lucene.sandbox.search
Classes in org.apache.lucene.sandbox.search that implement SegmentCacheable Modifier and Type Class Description (package private) classCombinedFieldQuery.CombinedFieldWeightprivate static classCoveringQuery.CoveringWeight(package private) classQueryProfilerWeight(package private) classTermAutomatonQuery.TermAutomatonWeight -
Uses of SegmentCacheable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement SegmentCacheable Modifier and Type Class Description (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.protected classDisjunctionMaxQuery.DisjunctionMaxWeightExpert: the Weight for DisjunctionMaxQuery, used to normalize, score and explain these queries.classDoubleValuesSourceBase class for producingDoubleValuesprivate 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.classIndriAndWeightThe Weight for IndriAndQuery, used to normalize, score and explain these queries.classLongValuesSourceBase class for producingLongValuesstatic classLongValuesSource.ConstantLongValuesSourceA ConstantLongValuesSource that always returns a constant valueprivate static classLongValuesSource.DoubleLongValuesSourceprivate static classLongValuesSource.FieldValuesSourceprivate classLRUQueryCache.CachingWrapperWeightclassPhraseWeightExpert: Weight class for phrase matching(package private) classSynonymQuery.SynonymWeight(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.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
-