Hi

SolR pagination is incredible: you can provide the end user a small set
of results together with the total number of documents found (numFound).

I am wondering if both "parallel SQL" and "Graph Traversal" feature
also provide a pagination mechanism.

As an example, the above SQL :
SELECT id
FROM table
LIMIT 10

would both return 10 id's together with the number of document within
the table.

Thanks,


-- 
nicolas

Reply via email to