I belatedly realized that I only wanted to snowball specific fields.
So I attempted this via PUT mapping.
Even though I didn't specify an analyzer, still has conflict with (presumably) standard.
So.....looks like i need to export data, delete index, map it appropriately, then re-index data.
If there are any shortcuts, i'm all ears!
you cannot change the analyzer of a field, after data was indexed. Otherwise you would have the data stored with two different strategies, which made searches impossible and return weird results.
You can use the reindex API to make this process easier. However, you might want to play around with the Analyze API first, to find out of snowball actually makes sense with your data (this API is excellent for initial exploration, before you need to reindex).
Alex,
I was hoping to change mapping "on the fly" to affect new documents only-
then recycle existing data, one bite at a time.
Yes, I did test snowball with my data, seems to meet my needs.
Thx,
Doug
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.