[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-20 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Attached wrong patch. Proper one now attached. > Add new

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-20 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: (was: LUCENE-7381.patch) > Add new RangeField > -- > >

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-20 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Instead of having to create a new impl for each query I just

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-19 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Minor clean up of some exception messages and javadocs. > Add

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-19 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Thanks [~jpountz]! bq. Should the field be called something

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-18 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Updated patch: * Fixes a bug found in the {{RangeFieldQuery}}

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-15 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Thanks [~mikemccand]! bq. Can we make a new enum used only by

[jira] [Updated] (LUCENE-7381) Add new RangeField

2016-07-14 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7381: --- Attachment: LUCENE-7381.patch Initial patch for adding a new {{RangeField}} to sandbox that