On 1/23/07, Andrew Nagy <[EMAIL PROTECTED]> wrote:
Yonik Seeley wrote: > Things you can try: > - post the debugging output (including score explain) for the query I have attached the output. > - try disabling length normalization for the title field, then remove > the entire index and re-idnex. > - try the dismax handler, which can generate sloppy phrase queries to > boost results containing all terms. > - try a different similarity implementation > (org.apache.lucene.misc.SweetSpotSimilarity from lucene) Can you explain what these 3 options mean? I would like to get a better understanding of the guts of SOLR/Lucene but I am too busy working on my application that uses it to spend time with the internals.
Let's start with the first... add a debugQuery=on parameter to your request and post the full result here. You can get the same effect through the query form on the solr admin pages by checking the "Debug: explain" checkbox. -Yonik