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 TopDocCollector.
If you require multiple terms on multiple fields, just search with OR clauses. The above clearly shows that I don't understand your problem at all, so how about a few examples? Best Erick On Mon, Apr 27, 2009 at 10:35 AM, samd <sdoyl...@yahoo.com> wrote: > > 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 would > > lead to a better answer.... > > > > Best > > Erick > > > > On Sun, Apr 26, 2009 at 11:41 PM, samd <sdoyl...@yahoo.com> wrote: > > > >> > >> I have 2500 documents and need to have a matches with the very lowest > >> rank > >> returned > >> How can I get this? It is very important. > >> > >> When I look at the index in look I see the fields with my values but > they > >> all have low rank. > >> When I search they don't show in the results. > >> -- > >> View this message in context: > >> > http://www.nabble.com/Getting-values-with-low-scores-tp23249637p23249637.html > >> Sent from the Lucene - Java Users mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > >> For additional commands, e-mail: java-user-h...@lucene.apache.org > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Getting-values-with-low-scores-tp23249637p23257675.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >