Re: Getting values with low scores

2009-04-27 Thread samd
As it turns out it was more an issue with the tokenization and how fields were being stored which contain numeric values. I need to be sure that fields are tokenized on numeric values as well. Thanks Erick Erickson wrote: > > I'm really having a hard time understanding what your requirements >

Re: Getting values with low scores

2009-04-27 Thread Erick Erickson
I'm really having a hard time understanding what your requirements are. To have all the results available for event, just search on that field (assuming you have an "event" field for each of your docs). Use a HitCollector to get all of the rather than the (deprecated) Hits object, I'd suggest TopDo

Re: Getting values with low scores

2009-04-27 Thread samd
One more thing, it's not just about ranking pieces, it's about all no matter what the rank should be available. Erick Erickson wrote: > > Well, you can always implement your own HitCollector and just take > the end of the list. > > But perhaps a fuller explanation of why you need to do this wo

Re: Getting values with low scores

2009-04-27 Thread samd
Because no matter how low the rank they should still be available in search results for our case. For example, if you want to search based on an event name. It shouldn't matter if an event name is of low rank or not, you still want to find a match. Erick Erickson wrote: > > Well, you can always

Re: Getting values with low scores

2009-04-27 Thread Erick Erickson
Well, you can always implement your own HitCollector and just take the end of the list. But perhaps a fuller explanation of why you need to do this would lead to a better answer Best Erick On Sun, Apr 26, 2009 at 11:41 PM, samd wrote: > > I have 2500 documents and need to have a matches wi