Okay. So we have to leave this question open for now. There might be other
(more advanced) users that can answer this question. It's for sure, the
solution we found is not quite good.
In the meantime, I will look for a way to submit a feature request. :)
Original-Message
> D
Setting the 'rows' parameter to a number larger than the number of documents
available requires that you know how much are available. That's what I intended
to retrieve via the LukeRequestHandler.
Anyway, nice approach Stefan. I'm afraid I forgot this 'numFound' aspect. :)
But still, it feels li
Hi Stefan,
you are right. I noticed this page-based result handling too. For web pages it
is handy to maintain a number-of-results-per-page parameter together with an
offset to browse result pages. Both can be done be solr's 'start' and 'rows'
parameters.
But as I don't use Solr in a web contex
Hi at all,
I'm working with Solr1.4 and came across the point, that Solr limits the number
of documents retrieved by a solr response. This number can be changed by the
common query parameter 'rows'.
In my scenario it is very important that the response contains ALL documents in
the index! I pl
Hi everybody,
I just started playing with Solr and think of it as a quite useful tool!
I'm using Solrj (Solr 1.3) in combination with an EmbeddedSolrServer. I
managed to get the server running and implemented a method (following the
Solrj Wiki) to create a document and add it to the server's ind