C# (CSharp) Lucene.Net.Queries.Function.ValueSources Пространство имен

Классы

Имя Описание
DoubleFieldSource Obtains double field values from IFieldCache#getDoubles and makes those values available as other numeric types, casting as needed.
DoubleFieldSource.DoubleDocValuesAnonymousInnerClassHelper
DoubleFieldSource.DoubleDocValuesAnonymousInnerClassHelper.ValueFillerAnonymousInnerClassHelper
FloatFieldSource Obtains float field values from IFieldCache#getFloats and makes those values available as other numeric types, casting as needed.
FloatFieldSource.FloatDocValuesAnonymousInnerClassHelper
FloatFieldSource.FloatDocValuesAnonymousInnerClassHelper.ValueFillerAnonymousInnerClassHelper
IfFunction Depending on the boolean value of the ifSource function, returns the value of the trueSource or falseSource function.
IfFunction.FunctionValuesAnonymousInnerClassHelper
MaxFloatFunction MaxFloatFunction returns the max of it's components.
MinFloatFunction MinFloatFunction returns the min of it's components.
TermFreqValueSource Function that returns DocsEnum#freq() for the supplied term in every document.

If the term does not exist in the document, returns 0. If frequencies are omitted, returns 1.

TermFreqValueSource.IntDocValuesAnonymousInnerClassHelper
TermFreqValueSource.IntDocValuesAnonymousInnerClassHelper.DocsEnumAnonymousInnerClassHelper