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

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -