[jira] [Updated] (LUCENE-7712) SimpleQueryString should support auto fuziness

2017-03-06 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-7712: --- Attachment: LUCENE-7712.patch Attached a small patch that adds auto-fuzziness and updates the tests

[jira] [Commented] (LUCENE-7712) SimpleQueryString should support auto fuziness

2017-02-28 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1538#comment-1538 ] Lee Hinman commented on LUCENE-7712: I am happy to submit a patch to add this, however, I don't know

[jira] [Updated] (LUCENE-7490) SimpleQueryParser should parse "*" as MatchAllDocsQuery

2016-10-11 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-7490: --- Attachment: 0001-Parse-as-MatchAllDocsQuery-in-SimpleQueryParser.patch Attaching patch with small

[jira] [Created] (LUCENE-7490) SimpleQueryParser should parse "*" as MatchAllDocsQuery

2016-10-11 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-7490: -- Summary: SimpleQueryParser should parse "*" as MatchAllDocsQuery Key: LUCENE-7490 URL: https://issues.apache.org/jira/browse/LUCENE-7490 Project: Lucene - Core

[jira] [Commented] (LUCENE-7027) NumericTermAttribute throws IAE after NumericTokenStream is exhausted

2016-02-13 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15146214#comment-15146214 ] Lee Hinman commented on LUCENE-7027: Thanks [~thetaphi]! > NumericTermAttribute throws IAE after

[jira] [Updated] (LUCENE-6345) null check all term/fields in queries

2015-03-16 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6345: --- Attachment: LUCENE-6345.patch Here's a patch that adds a lot of null checks to Querys as well as

[jira] [Updated] (LUCENE-6345) null check all term/fields in queries

2015-03-16 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6345: --- Attachment: LUCENE-6345.patch Updated patch that re-adds an assert that I removed mistakenly. null

[jira] [Commented] (LUCENE-6345) null check all term/fields in queries

2015-03-15 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14362714#comment-14362714 ] Lee Hinman commented on LUCENE-6345: I'm going to work on this. Looking through the

[jira] [Updated] (LUCENE-6333) Clean up overridden .equals and .hashCode methods in Query subclasses

2015-03-13 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6333: --- Attachment: LUCENE-6333-2.patch bq. I think the test may fail sporatically, if the randomly

[jira] [Updated] (LUCENE-6333) Clean up overridden .equals and .hashCode methods in Query subclasses

2015-03-10 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6333: --- Attachment: LUCENE-6333-2.patch Here is an additional patch (now that the previous LUCENE-6333.patch

[jira] [Updated] (LUCENE-6355) Add verbose IndexWriter logging for writing field infos

2015-03-10 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6355: --- Attachment: LUCENE-6355.patch Here is a very simple patch, it adds the same time logging that is

[jira] [Created] (LUCENE-6355) Add verbose IndexWriter logging for writing field infos

2015-03-10 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-6355: -- Summary: Add verbose IndexWriter logging for writing field infos Key: LUCENE-6355 URL: https://issues.apache.org/jira/browse/LUCENE-6355 Project: Lucene - Core

[jira] [Updated] (LUCENE-6333) Clean up overridden .equals and .hashCode methods in Query subclasses

2015-03-04 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6333: --- Attachment: LUCENE-6333.patch Here's a patch that cleans up the hashCode and equals methods for most

[jira] [Updated] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-03-03 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6304: --- Attachment: LUCENE-6304.patch Adrien: I agree about having the hashCode. Here is a new patch that

[jira] [Comment Edited] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-03-03 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14345602#comment-14345602 ] Lee Hinman edited comment on LUCENE-6304 at 3/3/15 7:42 PM:

[jira] [Commented] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-03-03 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14345820#comment-14345820 ] Lee Hinman commented on LUCENE-6304: Robert: +1, I opened LUCENE-6333 for this, I'll

[jira] [Created] (LUCENE-6333) Clean up overridden .equals and .hashCode methods in Query subclasses

2015-03-03 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-6333: -- Summary: Clean up overridden .equals and .hashCode methods in Query subclasses Key: LUCENE-6333 URL: https://issues.apache.org/jira/browse/LUCENE-6333 Project: Lucene -

[jira] [Updated] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-02-27 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6304: --- Attachment: LUCENE-6304.patch bq. is the hashcode/equals stuff needed here or can the superclass

[jira] [Updated] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-02-27 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6304: --- Attachment: LUCENE-6304.patch New patch that changes MatchNoDocsQuery to rewrite to an empty

[jira] [Created] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-02-26 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-6304: -- Summary: Add MatchNoDocsQuery that matches no documents Key: LUCENE-6304 URL: https://issues.apache.org/jira/browse/LUCENE-6304 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-6304) Add MatchNoDocsQuery that matches no documents

2015-02-26 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6304: --- Attachment: LUCENE-6304.patch Patch that adds the MatchNoDocsQuery and uses it for empty

[jira] [Created] (LUCENE-6298) empty SimpleQueryParser query should return empty BooleanQuery

2015-02-25 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-6298: -- Summary: empty SimpleQueryParser query should return empty BooleanQuery Key: LUCENE-6298 URL: https://issues.apache.org/jira/browse/LUCENE-6298 Project: Lucene - Core

[jira] [Updated] (LUCENE-6298) empty SimpleQueryParser query should return empty BooleanQuery

2015-02-25 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6298: --- Attachment: LUCENE-6298.patch Small patch that changes the SimpleQueryParser to the desired behavior

[jira] [Updated] (LUCENE-6298) empty SimpleQueryParser query should return empty BooleanQuery

2015-02-25 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6298: --- Attachment: LUCENE-6298.patch Better patch without all the stupid IDE import changes. empty

[jira] [Created] (LUCENE-6046) RegExp.toAutomaton high memory use

2014-11-03 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-6046: -- Summary: RegExp.toAutomaton high memory use Key: LUCENE-6046 URL: https://issues.apache.org/jira/browse/LUCENE-6046 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-6046) RegExp.toAutomaton high memory use

2014-11-03 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194400#comment-14194400 ] Lee Hinman commented on LUCENE-6046: [~mikemccand] I ran it with the following JVM:

[jira] [Commented] (LUCENE-6046) RegExp.toAutomaton high memory use

2014-11-03 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194436#comment-14194436 ] Lee Hinman commented on LUCENE-6046: bq. I think for this issue we should allow

[jira] [Created] (LUCENE-5710) DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException

2014-05-28 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-5710: -- Summary: DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException Key: LUCENE-5710 URL: https://issues.apache.org/jira/browse/LUCENE-5710

[jira] [Updated] (LUCENE-5710) DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException

2014-05-28 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-5710: --- Attachment: LUCENE-5710.patch Attaching patch that includes the original exception's message in the

[jira] [Updated] (LUCENE-5710) DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException

2014-05-28 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-5710: --- Attachment: LUCENE-5710.patch Patch that includes the exception as the cause parameter for

[jira] [Updated] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-24 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-5410: --- Attachment: LUCENE-5410.patch Here's a new version of the patch with these changes: - Make only

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880350#comment-13880350 ] Lee Hinman commented on LUCENE-5410: Upayavira: That does bring up a good point, how

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880364#comment-13880364 ] Lee Hinman commented on LUCENE-5410: Gotcha. Next version of the patch will swallow

[jira] [Comment Edited] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880384#comment-13880384 ] Lee Hinman edited comment on LUCENE-5410 at 1/23/14 9:30 PM: -

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880384#comment-13880384 ] Lee Hinman commented on LUCENE-5410: Okay, I misunderstood then, I was thinking the

[jira] [Updated] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-5410: --- Attachment: LUCENE-5410.patch New version of the patch with these changes: - No changes made to

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-23 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880511#comment-13880511 ] Lee Hinman commented on LUCENE-5410: Okay, the first is very simple (I'll add a

[jira] [Updated] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-22 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-5410: --- Attachment: LUCENE-5410.patch Attached patch that supports both edit distance for single terms and

[jira] [Created] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-21 Thread Lee Hinman (JIRA)
Lee Hinman created LUCENE-5410: -- Summary: Add fuzziness support to SimpleQueryParser Key: LUCENE-5410 URL: https://issues.apache.org/jira/browse/LUCENE-5410 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-21 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13878015#comment-13878015 ] Lee Hinman commented on LUCENE-5410: I would like to work on this also, if that's