On Mon, Dec 26, 2011 at 8:59 AM, Robert Yu <robert...@morningstar.com> wrote: > I want Solr return results by relevancy, but it seems it does not make > sense. For example, partial match does not return before exact match. > Even I enabled term length in schema definition. [...]
There are various factors that can affect Solr relevance. * You should try your query with debugQuery=1 added, which will show you how the score of each document is being calculated. * Please also take a look at http://wiki.apache.org/solr/SolrRelevancyCookbook Regards, Gora