I want the query to return all the found docs, not just 10 of them by
default. It could be in the thousands. So i can furture process the
returned json structure in my javascript.

Is such option? What should i do with the 'rows' number in the
solrconfig.xml file?

Thanks.

<arr name="queries">
-
<lst>
<str name="q">fast_warm</str>
<str name="start">0</str>
<str name="rows">10</str>
</lst>
-

Reply via email to