Re: viewing the terms indexed for a specific document

2012-04-03 Thread kmohanas
ng-the-terms-indexed-for-a-specific-document-tp3878783p3882343.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: viewing the terms indexed for a specific document

2012-04-03 Thread kmohanas
--- -- View this message in context: http://lucene.472066.n3.nabble.com/view

Re: viewing the terms indexed for a specific document

2012-04-02 Thread Erick Erickson
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.

Re: viewing the terms indexed for a specific document

2012-04-02 Thread karthik
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