Sounds like a nice extension to the LukeRequestHandler (LRH), as the
information is available in Lucene/Solr and the LRH is the place to do
it, I guess. Although, I could also see it being useful as a
SearchComponent (as is much of the LRH), so maybe that also needs to
be refactored, but t
The issue for me is more solr server wide. What I'd like to do is evaluate
term effectiveness, so for example if I put in bench i want to know that
seat has a better or worse score. My current thought of how to do this is to
get a list of all terms from the server with their weights in the index. I
Give https://issues.apache.org/jira/browse/SOLR-651 a try and let me
know if you have any feedback.
-Grant
On Oct 7, 2008, at 12:06 PM, Donald Smith wrote:
Is there any way to get a list of terms and their weights from solr?
--
Grant Ingersoll
Lucene Helpful Hints:
Is there any way to get a list of terms and their weights from solr?