Java api: make BoostableQueryBuilder public again

FunctionScoreQueryBuilder is outside of the index.query package, missed that in my previous commit.
This commit is contained in:
javanna 2015-06-23 10:01:39 +02:00 committed by Luca Cavanna
parent a01bb991a2
commit b78211ddaa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ package org.elasticsearch.index.query;
/**
* Query builder which allow setting some boost
*/
interface BoostableQueryBuilder<B extends BoostableQueryBuilder<B>> {
public interface BoostableQueryBuilder<B extends BoostableQueryBuilder<B>> {
/**
* Sets the boost for this query. Documents matching this query will (in addition to the normal