Closed
Description
As ES document http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-terms-filter.html
The correct TermsExcution enum should be:
public enum TermsExecution
{
plain,
@bool,
and,
or,
fielddata
}
Metadata
Metadata
Assignees
Labels
No labels