Does query_string (Elasticsearch Platform — Find real-time answers at scale | Elastic
dsl/query-string-query.html) support all lucene features (http:// Lucene Java Documentation
queryparsersyntax.html), like: proximity searching, boosting a term,
boolean operators, grouping, field searching, etc ? Is there a way to
disable/enable some of these (I see for wildcard there is, but do not
see for any other feature)
I am unable to search for query string's with two question mark
( ? ) wildcard character together. For ex: "h?l?o" works fine, but
"he??o" fails to work (ES returns HTTP 500).
Is there some place where I can find exact format for valid query
string's so that I can parse it on front-end, and user cannot enter
invalid strings, like for example these query_string's fail (ES
returns HTTP 500): "hello AND", "hello +", "hello OR", "hello~~",
"hello~1.0", "hel??o", "hello:", etc ... Failure of most of these make
sense, but is there a proper query string language defined, so that I
can verify user input with confidence ?
Does query_string (Elasticsearch Platform — Find real-time answers at scale | Elastic
dsl/query-string-query.html) support all lucene features (http:// Lucene Java Documentation
queryparsersyntax.html), like: proximity searching, boosting a term,
boolean operators, grouping, field searching, etc ? Is there a way to
disable/enable some of these (I see for wildcard there is, but do not
see for any other feature)
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.