pagination - Lucene Paging with search -
hello using lucene 4.6.1
in design need able search , page possibly many results, have general questions optimization.
first in "search(query q, int n)" goal of variable "n" , "n" different ".totalhits()" ? how should number chosen , specifications?
second, seems there 2 general algorithms paging. can either use "searchafter" or process "scoredoc[]" given page size.
currently way people recommend, , design ideas required?
searchafter can used efficient "deep paging".
a tutorial on using solr http://heliosearch.org/solr/paging-and-deep-paging/
Comments
Post a Comment