|
||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||
- [jira] [Created] (LUCENE-4327) Use BooleanScorer... Robert Muir (JIRA)
- [jira] [Updated] (LUCENE-4327) Use BooleanS... Robert Muir (JIRA)
- [jira] [Commented] (LUCENE-4327) Use Boolea... Michael McCandless (JIRA)
- [jira] [Commented] (LUCENE-4327) Use Boolea... Michael McCandless (JIRA)
- [jira] [Updated] (LUCENE-4327) Use BooleanS... Robert Muir (JIRA)
- [jira] [Updated] (LUCENE-4327) Use BooleanS... Robert Muir (JIRA)
- [jira] [Resolved] (LUCENE-4327) Use Boolean... Robert Muir (JIRA)
- [jira] [Commented] (LUCENE-4327) Use Boolea... Uwe Schindler (JIRA)
- [jira] [Commented] (LUCENE-4327) Use Boolea... Tony Stevenson (JIRA)
- [jira] [Commented] (LUCENE-4327) Use Boolea... Uwe Schindler (JIRA)

Problem is that BS1 and BS2 sometimes scored differently, so we couldnt safely use BS1 for any segments (otherwise scoring would be not comparable for the query).
But when filtering down low, I think BS1 is the way to go.