Uses of Class
org.apache.lucene.search.DoubleValues
Packages that use DoubleValues
Package
Description
The logical representation of a
Document for indexing and
searching.Expressions.
Queries that compute score based upon a function.
Code to search indices.
Grouping.
-
Uses of DoubleValues in org.apache.lucene.document
Subclasses of DoubleValues in org.apache.lucene.documentModifier and TypeClassDescription(package private) static classMethods in org.apache.lucene.document that return DoubleValuesModifier and TypeMethodDescriptionFeatureDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Methods in org.apache.lucene.document with parameters of type DoubleValuesModifier and TypeMethodDescriptionFeatureDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) -
Uses of DoubleValues in org.apache.lucene.expressions
Subclasses of DoubleValues in org.apache.lucene.expressionsModifier and TypeClassDescription(package private) classADoubleValueswhich evaluates an expressionFields in org.apache.lucene.expressions declared as DoubleValuesModifier and TypeFieldDescription(package private) final DoubleValues[]ExpressionFunctionValues.functionValuesMethods in org.apache.lucene.expressions that return DoubleValuesModifier and TypeMethodDescriptionCachingExpressionValueSource.getValues(LeafReaderContext readerContext, DoubleValues scores) ExpressionValueSource.getValues(LeafReaderContext readerContext, DoubleValues scores) private DoubleValuesCachingExpressionValueSource.getValuesWithCache(LeafReaderContext readerContext, DoubleValues scores, Map<String, DoubleValues> valuesCache) (package private) static DoubleValuesExpressionValueSource.zeroWhenUnpositioned(DoubleValues in) Create a wrapper around all the expression arguments to do two things: Default to 0 for any argument that doesn't have a value for a given doc (i.e., #advanceExact returns false) Be as lazy as possible about actually advancing to the given doc until the argument value is actually needed by the expression.Methods in org.apache.lucene.expressions with parameters of type DoubleValuesModifier and TypeMethodDescriptionabstract doubleExpression.evaluate(DoubleValues[] functionValues) Evaluates the expression for the current document.CachingExpressionValueSource.getValues(LeafReaderContext readerContext, DoubleValues scores) ExpressionValueSource.getValues(LeafReaderContext readerContext, DoubleValues scores) private DoubleValuesCachingExpressionValueSource.getValuesWithCache(LeafReaderContext readerContext, DoubleValues scores, Map<String, DoubleValues> valuesCache) (package private) static DoubleValuesExpressionValueSource.zeroWhenUnpositioned(DoubleValues in) Create a wrapper around all the expression arguments to do two things: Default to 0 for any argument that doesn't have a value for a given doc (i.e., #advanceExact returns false) Be as lazy as possible about actually advancing to the given doc until the argument value is actually needed by the expression.Method parameters in org.apache.lucene.expressions with type arguments of type DoubleValuesModifier and TypeMethodDescriptionprivate DoubleValuesCachingExpressionValueSource.getValuesWithCache(LeafReaderContext readerContext, DoubleValues scores, Map<String, DoubleValues> valuesCache) Constructors in org.apache.lucene.expressions with parameters of type DoubleValuesModifierConstructorDescription(package private)ExpressionFunctionValues(Expression expression, DoubleValues[] functionValues) -
Uses of DoubleValues in org.apache.lucene.queries.function
Fields in org.apache.lucene.queries.function declared as DoubleValuesModifier and TypeFieldDescription(package private) final DoubleValuesValueSource.ScorableView.scoresMethods in org.apache.lucene.queries.function that return DoubleValuesModifier and TypeMethodDescriptionFunctionScoreQuery.MultiplicativeBoostValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) FunctionScoreQuery.QueryBoostValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.IndexReaderDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.NoCacheConstantDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.TermFreqDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) ValueSource.WrappedDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Methods in org.apache.lucene.queries.function with parameters of type DoubleValuesModifier and TypeMethodDescriptionFunctionScoreQuery.MultiplicativeBoostValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) FunctionScoreQuery.QueryBoostValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.IndexReaderDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.NoCacheConstantDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.NoCacheConstantLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.SumTotalTermFreqValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.TermFreqDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) ValueSource.WrappedDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) ValueSource.WrappedLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Constructors in org.apache.lucene.queries.function with parameters of type DoubleValues -
Uses of DoubleValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DoubleValuesModifier and TypeFieldDescriptionprivate final DoubleValuesDoubleValuesSource.ConstantValuesSource.doubleValuesstatic final DoubleValuesDoubleValues.EMPTYAn empty DoubleValues instance that always returnsfalsefromadvanceExact(int)(package private) DoubleValuesDoubleValuesSource.DoubleValuesHolder.valuesMethods in org.apache.lucene.search that return DoubleValuesModifier and TypeMethodDescriptionstatic DoubleValuesDoubleValuesSource.fromScorer(Scorable scorer) Returns a DoubleValues instance that wraps scores returned by a Scorer.DoubleValuesSource.ConstantValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.FieldValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) abstract DoubleValuesDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Returns aDoubleValuesinstance for the passed-in LeafReaderContext and scoresDoubleValuesSource.QueryDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.WeightDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.DoubleLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) VectorSimilarityValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) static DoubleValuesDoubleValuesSource.similarityToQueryVector(LeafReaderContext ctx, byte[] queryVector, String vectorField) Returns a DoubleValues instance for computing the vector similarity score per document against the byte query vectorstatic DoubleValuesDoubleValuesSource.similarityToQueryVector(LeafReaderContext ctx, float[] queryVector, String vectorField) Returns a DoubleValues instance for computing the vector similarity score per document against the float query vectorstatic DoubleValuesDoubleValues.withDefault(DoubleValues in, double missingValue) Wrap a DoubleValues instance, returning a default if the wrapped instance has no valueMethods in org.apache.lucene.search with parameters of type DoubleValuesModifier and TypeMethodDescriptionDoubleValuesSource.ConstantValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.FieldValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) abstract DoubleValuesDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Returns aDoubleValuesinstance for the passed-in LeafReaderContext and scoresDoubleValuesSource.LongDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.QueryDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.WeightDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.ConstantLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.DoubleLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.FieldValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) abstract LongValuesLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Returns aLongValuesinstance for the passed-in LeafReaderContext and scoresVectorSimilarityValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) static DoubleValuesDoubleValues.withDefault(DoubleValues in, double missingValue) Wrap a DoubleValues instance, returning a default if the wrapped instance has no value -
Uses of DoubleValues in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as DoubleValues