[jira] [Updated] (SOLR-3855) DocValues support

2013-02-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855-2.patch Patch that fixes the problem. I also modified StatsComponent and

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch New patch, all tests passed. - I made DV integration in the stats

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-14 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch Some progress: I removed support for DocValuesType.BINARY and modified

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch New patch based on the new DV API: - Doc values can be enabled on a

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch Good point Robert. My initial goal was to fail as soon as possible but

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch New patch which forces fields to be single-valued / required / have a

[jira] [Updated] (SOLR-3855) DocValues support

2013-02-12 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch I modified the example schema to disable doc values on all fields and

[jira] [Updated] (SOLR-3855) DocValues support

2013-01-11 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Fix Version/s: (was: 4.1) 4.2 DocValues support -

[jira] [Updated] (SOLR-3855) DocValues support

2012-11-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch New patch: - ability to have direct doc values, - doc values are not

[jira] [Updated] (SOLR-3855) DocValues support

2012-10-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-3855: --- Attachment: SOLR-3855.patch Initial patch: DocValues can be: - configured on a per-field-type basis