Re: How to show category count with results?

2007-07-30 Thread Dima May
Check this out: http://www.gossamer-threads.com/lists/lucene/java-user/35433?search_string=category;#35433 On 7/30/07, Dennis Kubes <[EMAIL PROTECTED]> wrote: > > We found that a fast way to do this simply by running a query for each > category and getting the maxDocs. There would be one query

Re: two questions about NumberTools

2007-07-16 Thread Dima May
Mohammad, see for my 2 cents below, Good luck. D On 7/16/07, Mohammad Norouzi <[EMAIL PROTECTED]> wrote: Hello I have problem in range queries, for example, I have queries like "field:[1 TO 25]" or "field:[1.1 TO 11.25]" currently these queries not work. field:[20 TO 25] works fine but when

Re: categorizing results

2007-03-18 Thread Dima May
8 mars 2007 06:55, Dima May a écrit: > > > I have a Lucene related questions/problem. > > My search results can potentially get very large 200,000+. I want to > categorize my results. So for example if I have an indexed field "type" > that has such things as CDs, boo

categorizing results

2007-03-17 Thread Dima May
I have a Lucene related questions/problem. My search results can potentially get very large 200,000+. I want to categorize my results. So for example if I have an indexed field "type" that has such things as CDs, books, videos, power drills, or anything else in the world, I would want to displa