default sort in lucene.net -
my index contains ~4 million recrords.
when sort results, query runs slower, not surprising.
my question is, there way create index when make call , don't pass sort, sorts field use?
thanks.
by default lucene returns results in order, depends on relevance. far know, have use boost, sort function or else if other listing order. ever take - results not return faster using sort or boost function.
Comments
Post a Comment