File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugin/kql/src/main/java/org/elasticsearch/xpack/kql/query Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737public class KqlQueryBuilder extends AbstractQueryBuilder <KqlQueryBuilder > {
3838 public static final String NAME = "kql" ;
3939 public static final ParseField QUERY_FIELD = new ParseField ("query" );
40- private static final ParseField CASE_INSENSITIVE_FIELD = new ParseField ("case_insensitive" );
41- private static final ParseField TIME_ZONE_FIELD = new ParseField ("time_zone" );
42- private static final ParseField DEFAULT_FIELD_FIELD = new ParseField ("default_field" );
40+ public static final ParseField CASE_INSENSITIVE_FIELD = new ParseField ("case_insensitive" );
41+ public static final ParseField TIME_ZONE_FIELD = new ParseField ("time_zone" );
42+ public static final ParseField DEFAULT_FIELD_FIELD = new ParseField ("default_field" );
4343
4444 private static final Logger log = LogManager .getLogger (KqlQueryBuilder .class );
4545 private static final ConstructingObjectParser <KqlQueryBuilder , Void > PARSER = new ConstructingObjectParser <>(NAME , a -> {
You can’t perform that action at this time.
0 commit comments