Re: alphanumeric interval

2012-07-05 Thread Cat Bieber
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

Re: alphanumeric interval

2012-07-05 Thread AlexR
#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.

Re: alphanumeric interval

2012-06-22 Thread Cat Bieber
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

alphanumeric interval

2012-06-22 Thread AlexR
nabble.com/alphanumeric-interval-tp3990965.html Sent from the Solr - User mailing list archive at Nabble.com.