add param for limiting start and rows params
--------------------------------------------

                 Key: SOLR-1687
                 URL: https://issues.apache.org/jira/browse/SOLR-1687
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


conventional wisdom is that it doesn't make sense to paginate with "huge" 
pages, or to drill down "deep" into high numbered pages -- features like 
faceting tend to be a better UI experience, and less intensive on solr.

At the moment, Sold adminstrators can use "invariant" params to hardcode the 
"rows" param to something reasonable, but unless they only want to allow users 
to look at page one, the can't do much to lock down the "start" param expect 
inforce these rules in the client code

we should add new params that set an upper bound on both of these, which can 
then be specified as default/invarient params in solrconfig.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to