Re: How to not limit maximum number of documents?

2010-02-10 Thread egon . o
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

Re: How to not limit maximum number of documents?

2010-02-10 Thread egon . o
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

Re: How to not limit maximum number of documents?

2010-02-10 Thread egon . o
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

How to not limit maximum number of documents?

2010-02-10 Thread egon . o
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

Issues adding document to EmbeddedSolrServer

2009-10-23 Thread egon . o
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