so now I expect that a (query-string) search for "red candle" and "red
candles" will return the same results as "candle" and "candles" are
synonyms but instead I get different results.
what am I doing wrong? and how can I tell which tokens were actually
indexed?
so now I expect that a (query-string) search for "red candle" and "red candles" will return the same results as "candle" and "candles" are synonyms but instead I get different results.
what am I doing wrong? and how can I tell which tokens were actually indexed?
so I can keep both elasticsearch.yml and elasticsearch.json and they will
both be read? in what order -- yml first? or are you suggesting that I
will not use elasticsearch.json at all? I personally don't like yml much
-- json seems clearer to me.
this is not only for plural so stemming will not work for me.
thanks again,
Igal
On Friday, June 7, 2013 8:40:05 PM UTC-7, David Pilato wrote:
don't remove yml file. It contains node settings, not index settings.
Use create index REST API to create your index with your analyzer.
if you want to manage plural forms, why not using a stemmer instead?
use analyze API to understand how elasticsearch is breaking your
strings into tokens.
HTH
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
so now I expect that a (query-string) search for "red candle" and "red
candles" will return the same results as "candle" and "candles" are
synonyms but instead I get different results.
what am I doing wrong? and how can I tell which tokens were actually
indexed?
--
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.
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.