i'm able to call them.
I need the list of facetted field person (facet.field=person) in my method.
but i don't know how.
do you have a code snipped of your implementation?
thx
Alex
--
View this message in context:
http://lucene.472066.n3.nabble.com/alphanumeric-interval-tp399096
#x27;t know how.
do you have a code snipped of your implementation?
thx
Alex
--
View this message in context:
http://lucene.472066.n3.nabble.com/alphanumeric-interval-tp3990965p3993148.html
Sent from the Solr - User mailing list archive at Nabble.com.
I had a similar issue. The solution I ended up using was a custom
RequestHandler that extends SearchHandler. In handleRequestBody() it
calls super.handleRequestBody(req, rsp), looks for a "pageSize"
parameter (25 in your example), and loops over the array of results
inside the response, pulling
nabble.com/alphanumeric-interval-tp3990965.html
Sent from the Solr - User mailing list archive at Nabble.com.