Re: Sort for Retrieved Data

2012-01-22 Thread Erick Erickson
See belowl On Fri, Jan 20, 2012 at 10:42 AM, Bing Li wrote: > Dear all, > > I have a question when sorting retrieved data from Solr. As I know, Lucene > retrieves data according to the degree of keyword matching on text field > (partial matching). > > If I search data by string field (complete ma

Sort for Retrieved Data

2012-01-20 Thread Bing Li
Dear all, I have a question when sorting retrieved data from Solr. As I know, Lucene retrieves data according to the degree of keyword matching on text field (partial matching). If I search data by string field (complete matching), how does Lucene sort the retrieved data? If I add some filters,