Hmmm, not sure. I tired this and it worked for me:

      q = QueryBuilders.matchQuery("tvName", "决战华岩寺")
          .minimumShouldMatch("1")
          .operator(MatchQueryBuilder.Operator.OR);

Perhaps can you give a complete example of an index, 1 document, and the 
actual full Java query to duplicate your problem?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/723c084a-7549-4f3e-9109-77342bbc24bf%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to