ソースを参照

Java api: make BoostableQueryBuilder public again

FunctionScoreQueryBuilder is outside of the index.query package, missed that in my previous commit.
javanna 10 年 前
コミット
b78211ddaa

+ 1 - 1
core/src/main/java/org/elasticsearch/index/query/BoostableQueryBuilder.java

@@ -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