On 23-Aug-07, at 10:50 AM, nithyavembu wrote:
Now i am facing a problem which i am unable to find the solution.
I am POSTing more than 30 records and the records get indexed. In
that i
have searched particular record which matches 22, so it giving the
"numDocs"
as 22.
In the xml response its displaying the numDocs as 22 but giving
only first
10 records. I am unable to get the remaining 12 records. Whether i
have to
do any configuration in solrconfig.xml?
See the 'start' and 'rows' parameters:
http://wiki.apache.org/solr/CommonQueryParameters
-Mike