Uses of Interface
org.apache.lucene.search.SegmentCacheable
-
Packages that use SegmentCacheable Package Description org.apache.lucene.document The logical representation of aDocument
for 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) class
FeatureDoubleValuesSource
ADoubleValuesSource
instance which can be used to read the values of a feature from aFeatureField
for 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) class
CachingExpressionValueSource
This expression value source shares one value cache when generatingExpressionFunctionValues
such that only one value along the whole generation tree is corresponding to one name(package private) class
ExpressionValueSource
-
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 class
FunctionQuery.FunctionWeight
Creates FunctionQuery scorer instancesprivate class
FunctionRangeQuery.FunctionRangeWeight
private static class
FunctionScoreQuery.FunctionScoreWeight
(package private) static class
FunctionScoreQuery.MultiplicativeBoostValuesSource
private static class
FunctionScoreQuery.QueryBoostValuesSource
private static class
IndexReaderFunctions.IndexReaderDoubleValuesSource
private static class
IndexReaderFunctions.NoCacheConstantDoubleValuesSource
private static class
IndexReaderFunctions.NoCacheConstantLongValuesSource
private static class
IndexReaderFunctions.SumTotalTermFreqValuesSource
private static class
IndexReaderFunctions.TermFreqDoubleValuesSource
(package private) static class
ValueSource.WrappedDoubleValuesSource
private static class
ValueSource.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 class
IntervalQuery.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 class
PayloadScoreQuery.PayloadSpanWeight
class
SpanPayloadCheckQuery.SpanPayloadCheckWeight
Weight 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 class
SpanContainingQuery.SpanContainingWeight
Creates SpanContainingQuery scorer instancesclass
SpanContainQuery.SpanContainWeight
private class
SpanNearQuery.SpanGapQuery.SpanGapWeight
class
SpanNearQuery.SpanNearWeight
Creates SpanNearQuery scorer instancesclass
SpanNotQuery.SpanNotWeight
Creates SpanNotQuery scorer instancesclass
SpanOrQuery.SpanOrWeight
Creates SpanOrQuery scorer instancesclass
SpanPositionCheckQuery.SpanPositionCheckWeight
Creates SpanPositionCheckQuery scorer instancesclass
SpanTermQuery.SpanTermWeight
Creates SpanTermQuery scorer instancesclass
SpanWeight
Expert-only.class
SpanWithinQuery.SpanWithinWeight
Creates 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) class
CombinedFieldQuery.CombinedFieldWeight
private static class
CoveringQuery.CoveringWeight
(package private) class
QueryProfilerWeight
(package private) class
TermAutomatonQuery.TermAutomatonWeight
-
Uses of SegmentCacheable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement SegmentCacheable Modifier and Type Class Description protected static class
AbstractMultiTermQueryConstantScoreWrapper.RewritingWeight
(package private) class
BooleanWeight
Expert: the Weight for BooleanQuery, used to normalize, score and explain these queries.(package private) class
ByteVectorSimilarityValuesSource
ADoubleValuesSource
which computes the vector similarity scores between the query vector and theKnnByteVectorField
for documents.class
ConstantScoreWeight
A Weight that has a constant score equal to the boost of the wrapped query.protected class
DisjunctionMaxQuery.DisjunctionMaxWeight
Expert: the Weight for DisjunctionMaxQuery, used to normalize, score and explain these queries.class
DoubleValuesSource
Base class for producingDoubleValues
private static class
DoubleValuesSource.ConstantValuesSource
private static class
DoubleValuesSource.FieldValuesSource
private static class
DoubleValuesSource.LongDoubleValuesSource
private static class
DoubleValuesSource.QueryDoubleValuesSource
private static class
DoubleValuesSource.WeightDoubleValuesSource
class
FilterWeight
AFilterWeight
contains anotherWeight
and implements all abstract methods by calling the contained weight's method.(package private) class
FloatVectorSimilarityValuesSource
ADoubleValuesSource
which computes the vector similarity scores between the query vector and theKnnFloatVectorField
for documents.class
IndriAndWeight
The Weight for IndriAndQuery, used to normalize, score and explain these queries.class
LongValuesSource
Base class for producingLongValues
static class
LongValuesSource.ConstantLongValuesSource
A ConstantLongValuesSource that always returns a constant valueprivate static class
LongValuesSource.DoubleLongValuesSource
private static class
LongValuesSource.FieldValuesSource
private class
LRUQueryCache.CachingWrapperWeight
class
PhraseWeight
Expert: Weight class for phrase matching(package private) class
SynonymQuery.SynonymWeight
(package private) class
TermQuery.TermWeight
(package private) class
VectorSimilarityValuesSource
An abstract class that provides the vector similarity scores between the query vector and theKnnFloatVectorField
orKnnByteVectorField
for documents.class
Weight
Expert: 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) class
GlobalOrdinalsQuery.W
(package private) class
GlobalOrdinalsWithScoreQuery.W
private static class
ToChildBlockJoinQuery.ToChildBlockJoinWeight
private static class
ToParentBlockJoinQuery.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 class
CompletionWeight
Expert: the Weight for CompletionQuery, used to score and explain these queries.private static class
ContextQuery.ContextCompletionWeight
private static class
FuzzyCompletionQuery.FuzzyCompletionWeight
-