You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by stockii <st...@googlemail.com> on 2011/10/07 11:24:15 UTC

Shard Search and pagination

Hello.

i searching over 5 cores and i have a problem with the pagination.

is it possible to return only the first 25 matches of a search over several
cores ? the solution i have now, is that ervery core returns 25 documents,
but i want only the first 25 docs of the "complete" search. 

my goal ist a merged resultset, but pagination is not really possible if get
from every core  a other count of documents. its possible to get 5 doc from
core1 and 24 docs from core2 .... 


is it possible to get totalRows or something like that in Shard Search? 

thx


-----
------------------------------- System ----------------------------------------

One Server, 12 GB RAM, 2 Solr Instances, 8 Cores, 
1 Core with 45 Million Documents other Cores < 200.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: http://lucene.472066.n3.nabble.com/Shard-Search-and-pagination-tp3402343p3402343.html
Sent from the Solr - User mailing list archive at Nabble.com.