Misspelling

Hi all,

I want my mapping manages misspellings, for example if I type alication or
aplication, documents that contain applications or application will be
returned

what is the best way to do this type of analysis

cordially

--
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.

Hey,

elasticsearch has support for fuzzy queries,
See Elasticsearch Platform — Find real-time answers at scale | Elastic
or Elasticsearch Platform — Find real-time answers at scale | Elastic

Be aware that fuzzy queries can be pretty slow, so it might make sense to
execute such a costly search only in case you did not get any other search
results with more exact queries..

--Alex

On Mon, Mar 25, 2013 at 3:28 PM, Ammar Yahia yahia.ammar.info@gmail.comwrote:

Hi all,

I want my mapping manages misspellings, for example if I type alication or
aplication, documents that contain applications or application will be
returned

what is the best way to do this type of analysis

cordially

--
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.

just as an update the 0.90Beta has fast fuzzy queries from Lucene 4.0 so
you should rather go to the beta directly if you wanna use it.

simon

On Monday, March 25, 2013 3:32:21 PM UTC+1, Alexander Reelsen wrote:

Hey,

elasticsearch has support for fuzzy queries,
See
Elasticsearch Platform — Find real-time answers at scale | Elastic
or Elasticsearch Platform — Find real-time answers at scale | Elastic

Be aware that fuzzy queries can be pretty slow, so it might make sense to
execute such a costly search only in case you did not get any other search
results with more exact queries..

--Alex

On Mon, Mar 25, 2013 at 3:28 PM, Ammar Yahia <yahia.am...@gmail.com<javascript:>

wrote:

Hi all,

I want my mapping manages misspellings, for example if I type alication
or aplication, documents that contain applications or application will be
returned

what is the best way to do this type of analysis

cordially

--
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 elasticsearc...@googlegroups.com <javascript:>.
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.

ok , thanks a lot ,this is what I want :slight_smile:

Yahia

--
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.