Re: Configuration for edge ngram typeahead

2013-01-04 Thread David Pilato
Oh. My bad! Sorry. I misread your JSON. BTW I see that you solve yourself your problem on StackOverFlow. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 4 janv. 2013 à 23:21, "C. Benson Manica" a écrit : Do I have to do it that way, i.e. POST a separate settings payload t

Re: Configuration for edge ngram typeahead

2013-01-04 Thread C. Benson Manica
Do I have to do it that way, i.e. POST a separate settings payload to that url? You can see that I attempted - per various bits of documentation - to do it in the mappings section above. On Fri, Jan 4, 2013 at 2:01 PM, David Pilato wrote: > Did you define mappings for your docs and fields to u

Re: Configuration for edge ngram typeahead

2013-01-04 Thread David Pilato
Did you define mappings for your docs and fields to use that analyzer? See: http://www.elasticsearch.org/guide/reference/api/admin-indices-put-mapping.html -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 4 janv. 2013 à 22:30, "C. Benson Manica" a écrit : I have been Goog

Configuration for edge ngram typeahead

2013-01-04 Thread C. Benson Manica
I have been Googling for an hour with no success whatsoever about how to configure Lucene (Elasticsearch, actually, but presumably the same deal) to index edge ngrams for typeahead. I don't really know how filters, analyzers, and tokenizers work together - documentation isn't helpful on that count