I read about in lot of places That There are two approaches when working
with synonyms :
expanding them at indexing time,
expanding them at query time.
Expanding synonyms at query time is not recommended since it raises issues
with :
scoring, since synonyms have different document frequencies,
multi-token synonyms, since the query parser splits on white spaces.
so to configure expanding synonym ant index time in elastic search what is
the configuration.
right now my configuration is as below , i am using synonym filter both in
index analyzer and query analyzer so that means i am expanding index
time and query time.
I read about in lot of places That There are two approaches when working
with synonyms :
expanding them at indexing time,
expanding them at query time.
Expanding synonyms at query time is not recommended since it raises issues
with :
scoring, since synonyms have different document frequencies,
multi-token synonyms, since the query parser splits on white spaces.
so to configure expanding synonym ant index time in Elasticsearch what is
the configuration.
right now my configuration is as below , i am using synonym filter both in
index analyzer and query analyzer so that means i am expanding index
time and query time.
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.