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:
parent
a01bb991a2
commit
b78211ddaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue