Max_expansions for query_string queries?

Queries of type "query_string" allow for some fuzzy matching.

There are config values for "fuzzy_prefix_length" and "fuzzy_min_sim".

Is there a way to set max_expansions? I'm not even sure what the default
is.

Thanks,

Brian Webster

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

On Tue, 2013-01-29 at 08:28 -0800, Brian Webster wrote:

Queries of type "query_string" allow for some fuzzy matching.

There are config values for "fuzzy_prefix_length" and
"fuzzy_min_sim".

Is there a way to set max_expansions? I'm not even sure what the
default is.

Yes, you can use "fuzzy_max_expansions", and the default is 50.

clint

Thanks,

Brian Webster

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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.