Hi there!
Is it possible, to limit the Solr Queries to predefined values e.g.:
If the User enters "/select?q=anyword&fq=anyfilter&rows=13" then the filter
and rows arguments are ignored an overwritten by the predefined values
"specialfilter" and "6".

The goal is to prevent users from getting particular information (e.g. very
big fields to control bandwidth) sent to their browser.

Maybe it could be done by blocking the access to the /select-path using
resin (if it used regex to discribe <url-pattern>).

Sincerely
Manuel Helbing
-- 
View this message in context: 
http://old.nabble.com/Limiting-Solr-queries-to-predefined-Values-tp26954887p26954887.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to