Writing a query component would be pretty easy or? It would throw an exception if crazy numbers are requested...
I can provide a simple example of a maven project for a query component. Paul William Bell wrote: > We have some Denial of service attacks on our web site. SOLR threads are > going crazy. > > Basically someone is hitting start=150000 + and rows=20. The start is crazy > large. > > And then they jump around. start=150000 then start=213030 etc. > > Any ideas for how to stop this besides blocking these IPs? > > Sometimes it is Google doing it even though these search results are set > with No-index and No-Follow on these pages. > > Thoughts? Ideas?