how do I set tie_breaker parameter to a float value (e.g. 0.1) when
using org.elasticsearch.index.query.MultiMatchQueryBuilder?
MultiMatchQueryBuilder has tieBreaker(Integer) method, but no
tieBreaker(float) method (DisMaxQueryBuilder has tieBreaker(float) method.)
Is this a bug, or is there some mapping from Integer to float?
On Tue, 2013-03-12 at 08:49 -0700, Jan Kouba wrote:
Hi,
how do I set tie_breaker parameter to a float value (e.g. 0.1) when
using org.elasticsearch.index.query.MultiMatchQueryBuilder?
MultiMatchQueryBuilder has tieBreaker(Integer) method, but no
tieBreaker(float) method (DisMaxQueryBuilder has tieBreaker(float)
method.) Is this a bug, or is there some mapping from Integer to
float?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.