Re: alphanumeric interval

2012-07-05 Thread AlexR
Hi, thanks a lot for your answer, and sorry for my late response. It's my first time to write a solr plugin. I already have a plugin with empty handleRequestBody() method and 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.

alphanumeric interval

2012-06-22 Thread AlexR
Hallo, i have a problem and don't know how to fix it. for a project i need intervals over a field of alphanumeric content. For example i have a field with names (100 different names) and i need 4 Intervals Alex Andreas Ben Christian Daniel I need even sized buckets and their borders. 100/4

Re: alphanumeric buckets

2012-03-02 Thread AlexR
oh no sorry. i need more than one. it was only an example. 0 - 9 A - F G - I M -R S -Z it will be so easy when i would get all person in this interval with fq=person:[A TO F]. not only matches of entries thx alex -- View this message in context: http://lucene.472066.n3.nabble.com/alphanumeric

alphanumeric buckets

2012-03-01 Thread AlexR
Hi i need to build buckets with alphanumeric values. for example: facet.field=person person: Alex(10), Ben(5), George(8), Paul(3), Peter(2), Stefan(9) now i need all person in the interval of A-C with facet.query=person[A TO C] i only get the number of matches (15) but i wanna have the values