I am trying to post to the setting url, but http://localhost:9200/existing_index/_settings , but when i trying to add
the new mapping it gives me an error saying that ngram_analyzer does not
exists. the curl post returns "OK". but i think I am missing something.
Any one have a quick curl gist example on how this would work?
I am trying to post to the setting url, but http://localhost:9200/existing_index/_settings , but when i trying to add the new mapping it gives me an error saying that ngram_analyzer does not exists. the curl post returns "OK". but i think I am missing something. Any one have a quick curl gist example on how this would work?
that gist is setting up the custom analyzer at the time of index creation,
what I would like to do is do it when i create the mapping. I have just
opted to create a new index and all works ok.
-Todd
On Monday, November 19, 2012 4:39:31 PM UTC-6, David Pilato wrote:
I am trying to post to the setting url, but http://localhost:9200/existing_index/_settings , but when i trying to add
the new mapping it gives me an error saying that ngram_analyzer does not
exists. the curl post returns "OK". but i think I am missing something.
Any one have a quick curl gist example on how this would work?
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.