I'm requesting fields like so:

http://localhost:8983/solr/test/select/?indent=on&facet=true&wt=json&start=0&rows=20&fl=
id,title,description,pricerange

However, the field description might be more than 4000 characters long, so I
want to limit it to a maximum of 100 characters and then cut it off.
I don't want this all the time but it has to be configurable via the URL.

Is this possible?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Limit-single-field-length-in-solr-response-via-the-request-url-tp4099597.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to