Java org.apache.lucene.document FeatureField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document FeatureField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document FeatureField.

The text is from its open source code.

Constructor

Method

QuerynewSaturationQuery(String fieldName, String featureName, float weight, float pivot)
Return a new Query that will score documents as weight * S / (S + pivot) where S is the value of the static feature.
QuerynewSaturationQuery(String fieldName, String featureName, float weight, Float pivot)
QuerynewSaturationQuery(String fieldName, String featureName)
Same as #newSaturationQuery(String,String,float,float) but 1f is used as a weight and a reasonably good default pivot value is computed based on index statistics and is approximately equal to the geometric mean of all values that exist in the index.
TokenStreamtokenStream(Analyzer analyzer, TokenStream reuse)