[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-18 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: tasks.cpp And.tasks A new tasks file, and the program which can generate

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-17 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396-simple.patch Oh, that's very unfortunate. It seems that the only choice is to

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-17 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100255#comment-14100255 ] Da Huang commented on LUCENE-4396: -- I've tested again with the setup exactly same as

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-16 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396-simple.patch I have rebase the patch to the recent git mirror commit

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: merge-simple.png LUCENE-4396-simple.patch merge-simple.perf

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14098565#comment-14098565 ] Da Huang commented on LUCENE-4396: -- Thanks for your suggestions, Mike! {quote} I'm

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396-simple.patch In this patch, I make BS's classes to be static, and adjust the

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096845#comment-14096845 ] Da Huang commented on LUCENE-4396: -- {quote} it looks like we are down to one new added

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-13 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-11 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14092678#comment-14092678 ] Da Huang commented on LUCENE-4396: -- Thanks for your sugggestions, Mike ! {quote} Is it

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-10 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-08 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: perf.png BooleanScorer should sometimes be used for MUST clauses

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-08 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: merge.png merge.perf LUCENE-4396.patch This is a patch

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-05 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14086295#comment-14086295 ] Da Huang commented on LUCENE-4396: -- Thanks for Mike and Paul's suggestions. {quote}

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-03 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: tasks.cpp LUCENE-4396.patch And.tasks The patch based on

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-03 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14084332#comment-14084332 ] Da Huang commented on LUCENE-4396: -- Hi, [~paul.elsc...@xs4all.nl]. The commit hash code

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-02 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-28 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-24 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14072693#comment-14072693 ] Da Huang edited comment on LUCENE-4396 at 7/24/14 8:53 AM: ---

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-24 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14074083#comment-14074083 ] Da Huang commented on LUCENE-4396: -- {quote} Do we really need a separate class to make

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-23 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is the first try to merge scorers, so that we can get a better perf

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-21 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: all.perf stat.cpp I have retested previous explored methods, and do an

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This patch is based on git mirror commit

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063089#comment-14063089 ] Da Huang commented on LUCENE-4396: -- Thank you, Mike! {quote} It looks like this gave

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063089#comment-14063089 ] Da Huang edited comment on LUCENE-4396 at 7/16/14 3:53 AM: ---

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: SIZE.perf stat.cpp I have done tests for different SIZE of bucketTable. The

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060615#comment-14060615 ] Da Huang edited comment on LUCENE-4396 at 7/14/14 1:04 PM: --- I

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060615#comment-14060615 ] Da Huang edited comment on LUCENE-4396 at 7/14/14 1:06 PM: --- I

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-08 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055653#comment-14055653 ] Da Huang commented on LUCENE-4396: -- Thanks for you suggestions, mike. {quote} Maybe try

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-07-04 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on the git mirror commit

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-21 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039754#comment-14039754 ] Da Huang commented on LUCENE-4396: -- {quote} Looks like you separated required optional

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-21 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039754#comment-14039754 ] Da Huang edited comment on LUCENE-4396 at 6/21/14 10:00 AM:

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-20 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-09 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14025945#comment-14025945 ] Da Huang commented on LUCENE-4396: -- Hmm. I mean ConjunctionScorer does not use PQ, and

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-08 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14021505#comment-14021505 ] Da Huang commented on LUCENE-4396: -- {quote}True, but maybe in such cases (low freqs for

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-04 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14017708#comment-14017708 ] Da Huang commented on LUCENE-4396: -- Thanks for your suggestions, Mike! {quote} When you

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-04 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14018417#comment-14018417 ] Da Huang commented on LUCENE-4396: -- About scores diff. on BS/BS2 (the same as BNS/BS2)

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-03 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch And.tasks A patch based on lucene github mirror commit

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-06-03 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14016491#comment-14016491 ] Da Huang edited comment on LUCENE-4396 at 6/3/14 1:24 PM: -- A

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-25 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14008299#comment-14008299 ] Da Huang edited comment on LUCENE-4396 at 5/25/14 8:44 AM: --- The

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-19 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001595#comment-14001595 ] Da Huang commented on LUCENE-4396: -- Thanks for your reply. {quote}OK, maybe add a

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-19 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001706#comment-14001706 ] Da Huang commented on LUCENE-4396: -- {quote} I'm nervous about the luceneutil change,

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-19 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14002604#comment-14002604 ] Da Huang commented on LUCENE-4396: -- Thanks for your advice, Robert. Do you mean just

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-19 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14002620#comment-14002620 ] Da Huang commented on LUCENE-4396: -- Oh, thanks. I think it‘s worth a try.

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-16 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998736#comment-13998736 ] Da Huang commented on LUCENE-4396: -- Thanks for your suggestions! {quote} maybe we could

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-12 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch Add TestBooleanNovelScorer.java to detect the bug on the second patch.

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-10 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch The patch is based on the github mirror commit

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-10 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: AndOr.tasks luceneutil tasks file to test queries like +a b c d e ... The performance

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-10 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: luceneutil-score-equal.patch A patch for luceneutil, which allows scores is different

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-05-10 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994363#comment-13994363 ] Da Huang edited comment on LUCENE-4396 at 5/11/14 12:56 AM:

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-04-30 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985254#comment-13985254 ] Da Huang commented on LUCENE-4396: -- Thanks for your suggestions, Mike. And sorry for my

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-04-27 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch I create a new class named BooleanNovelScorer in this iteration. This

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-04-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch BooleanScorer can support MUST clause (ie. requiredScorers) now. The

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-04-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969418#comment-13969418 ] Da Huang commented on LUCENE-4396: -- Currently, I pass ListScorer requiredScorers to

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-04-15 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13970193#comment-13970193 ] Da Huang commented on LUCENE-4396: -- These suggestions are very helpful. Thank you.:)

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-21 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942978#comment-13942978 ] Da Huang commented on LUCENE-4396: -- Oh, that's very true. According to the current

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-21 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942978#comment-13942978 ] Da Huang edited comment on LUCENE-4396 at 3/21/14 11:19 AM:

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-20 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13941775#comment-13941775 ] Da Huang commented on LUCENE-4396: -- Sorry for my late reply. I have been thinking about

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-20 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942577#comment-13942577 ] Da Huang commented on LUCENE-4396: -- I'm afraid that if BooleanBulkScorer also handle

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-20 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942684#comment-13942684 ] Da Huang commented on LUCENE-4396: -- A new iteration on the proposal has just been

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-19 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940342#comment-13940342 ] Da Huang commented on LUCENE-4396: -- Hi, Mike. I have just finished revising my

[jira] [Comment Edited] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-16 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937412#comment-13937412 ] Da Huang edited comment on LUCENE-4396 at 3/17/14 2:14 AM: --- I'm

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-16 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937412#comment-13937412 ] Da Huang commented on LUCENE-4396: -- I'm revising and polishing my proposal these days,

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-03-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13935929#comment-13935929 ] Da Huang commented on LUCENE-4396: -- I have just set the GSoC proposal's visibility as