Re: looking for a BooleanMatcher instead of BooleanScorer

2012-06-01 Thread Li Li
sorry, the first problem is not mine. On Fri, Jun 1, 2012 at 4:58 PM, Tanguy Moal wrote: > Hello, > > I'm just sharing my thoughts, they might be off-topic... > > Take the first example quoted from github : the user wants to find all nodes > having their facebookId in a given quite long list ( a

Re: looking for a BooleanMatcher instead of BooleanScorer

2012-06-01 Thread Tanguy Moal
Hello, I'm just sharing my thoughts, they might be off-topic... Take the first example quoted from github : the user wants to find all nodes having their facebookId in a given quite long list ( a friends list, be aware that some facebook users have 1500+ friends!). The application firstly had th

looking for a BooleanMatcher instead of BooleanScorer

2012-06-01 Thread Li Li
hi all, I am looking for a 'BooleanMatcher' in lucene. for many application, we don't need order matched documents by relevant scores. we just like the boolean query. But the BooleanScorer/BooleanScorer2 is a little bit heavy for the purpose of relevant scoring. one use case is: we have som