You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
below is my configuration
synonyms=true
synonyms.constructPhrases=true
synonyms.ignoreQueryOperators=true
synonyms.analyzer=la_eng_us synonyms.bag=true
so after synonym expansion happens it will make a request to solr to search for the documents
is it possible to see the final queries after the synonym expansion happens
if yes can you please point me to the place where i can check that.
and also synonyms.bag=false will there be any performance implication if the search query have more words having synonyms.
Regards
Sibasish
The text was updated successfully, but these errors were encountered:
@sibasishpalo I don't think the final query that's submitted to Solr is logged anywhere.
If you wanted to see what synonyms were expanded, you could use the debugQuery=true option: this would show the expanded queries in the "expandedSynonyms" section.
below is my configuration
synonyms=true
synonyms.constructPhrases=true
synonyms.ignoreQueryOperators=true
synonyms.analyzer=la_eng_us
synonyms.bag=true
so after synonym expansion happens it will make a request to solr to search for the documents
is it possible to see the final queries after the synonym expansion happens
if yes can you please point me to the place where i can check that.
and also synonyms.bag=false will there be any performance implication if the search query have more words having synonyms.
Regards
Sibasish
The text was updated successfully, but these errors were encountered: