Uses of Class
org.elasticsearch.index.query.CustomScoreQueryBuilder

Packages that use CustomScoreQueryBuilder
org.elasticsearch.index.query   
 

Uses of CustomScoreQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return CustomScoreQueryBuilder
 CustomScoreQueryBuilder CustomScoreQueryBuilder.boost(float boost)
          Sets the boost for this query.
static CustomScoreQueryBuilder QueryBuilders.customScoreQuery(QueryBuilder queryBuilder)
          A query that allows to define a custom scoring script.
 CustomScoreQueryBuilder CustomScoreQueryBuilder.lang(String lang)
          Sets the language of the script.
 CustomScoreQueryBuilder CustomScoreQueryBuilder.param(String key, Object value)
          Additional parameters that can be provided to the script.
 CustomScoreQueryBuilder CustomScoreQueryBuilder.params(Map<String,Object> params)
          Additional parameters that can be provided to the script.
 CustomScoreQueryBuilder CustomScoreQueryBuilder.script(String script)
          Sets the boost factor for this query.
 



Copyright © 2009-2012. All Rights Reserved.