jprante
(Jörg Prante)
November 5, 2014, 5:08pm
1
Hi,
the query_string query
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
has been extended by a heuristic to analyze wildcarded terms some time ago.
I would like to use simple_query_string also with analyzed wildcard terms,
but there is no analyze_wildcard parameter. It gives an error.
Is it possible to add the parameter analyze_wildcard to simple_query_string?
It is not a good solution to have to switch back to query_string query if
users accidentally enter terms with wildcard characters.
Best,
Jörg
--
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 elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFuxkvN_PCLbOW%3De3yHQ3V1ojsvyc9RjEoUxX0ZWvuPyA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
November 10, 2014, 9:54am
2
Would it help to work on a pull request for simple_query_string to support
analyze_wildcard?
Jörg
On Wed, Nov 5, 2014 at 6:08 PM, joergprante@gmail.com <joergprante@gmail.com
wrote:
Hi,
the query_string query
Elasticsearch Platform — Find real-time answers at scale | Elastic
has been extended by a heuristic to analyze wildcarded terms some time ago.
Query: Provide an option to analyze wildcard/prefix in query_string / field queries · Issue #787 · elastic/elasticsearch · GitHub
I would like to use simple_query_string also with analyzed wildcard terms,
but there is no analyze_wildcard parameter. It gives an error.
Is it possible to add the parameter analyze_wildcard to
simple_query_string?
It is not a good solution to have to switch back to query_string query if
users accidentally enter terms with wildcard characters.
Best,
Jörg
--
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 elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoEEkr0Pnrru4MmvnUxG%3DoTsvrkx6FYi%2BcVdeEmpkWO_ZA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
November 10, 2014, 1:01pm
3
The pull request is at
elastic:master
← jprante:analyze_wildcard_for_simple_query_string
opened 12:38PM - 10 Nov 14 UTC
The query_string query has an option for analyzing wildcard/prefix (#787) by a b… est effort approach.
This adds `analyze_wildcard` option also to simple_query_string.
The default is set to `false` so the existing behavior of simple_query_string is unchanged.
Best,
Jörg
On Mon, Nov 10, 2014 at 10:54 AM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
Would it help to work on a pull request for simple_query_string to support
analyze_wildcard?
Jörg
On Wed, Nov 5, 2014 at 6:08 PM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
Hi,
the query_string query
Elasticsearch Platform — Find real-time answers at scale | Elastic
has been extended by a heuristic to analyze wildcarded terms some time
ago.
Query: Provide an option to analyze wildcard/prefix in query_string / field queries · Issue #787 · elastic/elasticsearch · GitHub
I would like to use simple_query_string also with analyzed wildcard
terms, but there is no analyze_wildcard parameter. It gives an error.
Is it possible to add the parameter analyze_wildcard to
simple_query_string?
It is not a good solution to have to switch back to query_string query if
users accidentally enter terms with wildcard characters.
Best,
Jörg
--
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 elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGszQ3aYOj_wHBu%2BYaMkhng0_5qXJsEC51TuQ%2BJJxCMGQ%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .