Uses of Class
org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode

Packages that use FiltersFunctionScoreQuery.ScoreMode
org.elasticsearch.common.lucene.search.function   
 

Uses of FiltersFunctionScoreQuery.ScoreMode in org.elasticsearch.common.lucene.search.function
 

Methods in org.elasticsearch.common.lucene.search.function that return FiltersFunctionScoreQuery.ScoreMode
static FiltersFunctionScoreQuery.ScoreMode FiltersFunctionScoreQuery.ScoreMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FiltersFunctionScoreQuery.ScoreMode[] FiltersFunctionScoreQuery.ScoreMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.elasticsearch.common.lucene.search.function with parameters of type FiltersFunctionScoreQuery.ScoreMode
FiltersFunctionScoreQuery(org.apache.lucene.search.Query subQuery, FiltersFunctionScoreQuery.ScoreMode scoreMode, FiltersFunctionScoreQuery.FilterFunction[] filterFunctions, float maxBoost)
           
 



Copyright © 2009-2012. All Rights Reserved.