I wiped out my entire index & tried to index only 2 - 3 docs along with the
problematic document. I figured out the issue now. It was caused due to the
presence of the 2 filters -
---
--
The synonym had some of these special characters in there & that was causing
I tried adding &explainOther= and I didn't see any proper explanation
getting returned.
I am using index time synonym. I got luke 3.5.0 and read the index & pulled
up the document in question, but I still don't see the synonym being present
as part of the field. I tried to pull another document wh
If you add &explainOther=, see:
http://wiki.apache.org/solr/SolrRelevancyFAQ
you might get some hints. You can use the TermsComponent
to see if the synonyms are getting in the index, but you'll
have to have a very restricted input set (like one doc) for that
to be helpful for a specific document.
A few more details to this thread -
when i try the analysis tab from the admin console I see that the synonym
is kicking in & its matching the text in the document that I am expecting
to see as part of the results. However the actual search is not returning
that document.
Also I used the termcomp