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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -