[jira] Commented: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-10-28 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643152#action_12643152 ] Andi Vajda commented on LUCENE-1390: Wow, Steve, I'm impressed. This is quite an

[jira] Created: (LUCENE-1429) close() throws incorrect IllegalStateEx after IndexWriter hit an OOME when autoCommit is true

2008-10-28 Thread Michael McCandless (JIRA)
close() throws incorrect IllegalStateEx after IndexWriter hit an OOME when autoCommit is true - Key: LUCENE-1429 URL: https://issues.apache.org/jira/browse/LUCENE-1429

[jira] Resolved: (LUCENE-1429) close() throws incorrect IllegalStateEx after IndexWriter hit an OOME when autoCommit is true

2008-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1429. Resolution: Fixed Thanks Jed! close() throws incorrect IllegalStateEx after

[jira] Updated: (LUCENE-1420) Similarity.lengthNorm and positionIncrement=0

2008-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1420: --- Attachment: LUCENE-1420.patch Thanks Andrzej. I made some further changes

[jira] Commented: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-10-28 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643215#action_12643215 ] Steven Rowe commented on LUCENE-1390: - Some of the new mappings, e.g. the character

[jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643219#action_12643219 ] Michael McCandless commented on LUCENE-1424: OK, it sounds like we should

[jira] Commented: (LUCENE-1427) QueryWrapperFilter should not do scoring

2008-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643221#action_12643221 ] Michael McCandless commented on LUCENE-1427: bq. Perhaps we should have a

[jira] Commented: (LUCENE-1420) Similarity.lengthNorm and positionIncrement=0

2008-10-28 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643231#action_12643231 ] Andrzej Bialecki commented on LUCENE-1420: --- Thanks for a thorough review. I'm

[jira] Commented: (LUCENE-1427) QueryWrapperFilter should not do scoring

2008-10-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643252#action_12643252 ] Paul Elschot commented on LUCENE-1427: -- The new Filter api allows to split the

[jira] Commented: (LUCENE-1427) QueryWrapperFilter should not do scoring

2008-10-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643310#action_12643310 ] Michael McCandless commented on LUCENE-1427: Actually, can't we simply

[jira] Commented: (LUCENE-1427) QueryWrapperFilter should not do scoring

2008-10-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643337#action_12643337 ] Paul Elschot commented on LUCENE-1427: -- bq. ... are there other places where not

Re: [jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-28 Thread Mark Miller
Michael McCandless (JIRA) wrote: I do like the idea of adding constant score capability to the existing query classes, instead of adding new ConstantScoreXXXQuery classes. I am torn on this one. Not against the idea, but I think it should be consistent with ConstantScoreRangeQuery, and it

RE: [jira] Commented: (LUCENE-1424) Add ConstantScorePrefixQuery and ConstantScoreWildcardQuery

2008-10-28 Thread Uwe Schindler
Michael McCandless (JIRA) wrote: I do like the idea of adding constant score capability to the existing query classes, instead of adding new ConstantScoreXXXQuery classes. I am torn on this one. Not against the idea, but I think it should be consistent with ConstantScoreRangeQuery, and

[jira] Commented: (LUCENE-1429) close() throws incorrect IllegalStateEx after IndexWriter hit an OOME when autoCommit is true

2008-10-28 Thread Jed Wesley-Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643360#action_12643360 ] Jed Wesley-Smith commented on LUCENE-1429: -- Thanks Michael, I'll try and work out

[jira] Updated: (LUCENE-1422) New TokenStream API

2008-10-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1422: -- Attachment: lucene-1422-take4.patch Because mulitple people mentioned it would be better to

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-10-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643397#action_12643397 ] Grant Ingersoll commented on LUCENE-1422: - {quote} Because mulitple people

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-10-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643399#action_12643399 ] Michael Busch commented on LUCENE-1422: --- {quote} They did? I only see Doug's