[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2018-03-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-8220: -- Description: useDocValuesAsStored Many times a value will be both stored="true" and docValues="true"

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch Thanks Ishan. Changes: # Create unmodifiable map in

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch # Removed extra license header in

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220-branch_5x.patch Patch for branch_5x. > Read field from

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-25 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Added a code comment to the previous patch. Plus very

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch Improved Ishan's new managed schema test to actually add

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-25 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updating the patch: # SolrIndexSearcher's

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-24 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch bq. Ishan, can you please add a test which uses the schema

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch With the right patch this time. > Read field from

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch Changes: # DocStreamer calculates dv fields to return in

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8220: Attachment: SOLR-8220.patch # Added a null check in DocStreamer so that we do not

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-23 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Added tests for the previous two scenarios. @Erick, thanks

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-18 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Thanks for your review, Shalin. I've updated the patch to

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updated the patch to have the useDocValuesAsStored

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-14 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220-5x.patch It seems the failures on trunk were unrelated to this

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-14 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updated the patch. bq. TODO: Make sure managed schema can

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-13 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updating the patch to bump the version up to 1.6. #

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Looks good, Keith. I was wondering why you chose to name

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch bq. Removed leaked in SolrBaseDocument references The

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-01 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch bq. have some updated tests in separate patch which I

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-01 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch - Removed leaked in {{SolrBaseDocument}} references - Fixed support for

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-01 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch Crushed one more bug with multivalued fields being added on docs without

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-01 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch One more patch.. It looks like at some point the logic for

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-12-01 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updating the patch. # Only tackles non-stored docvalues. #

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-24 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updating the patch with the following changes: # Since

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-22 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch I changed {{decorateDocValueFields}} to operate based on a {{SolrDocument}}

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-19 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updated the patch with a minor one line fix in the

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-18 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch Added a patch based on [~ichattopadhyaya] latest patch. needs to be perf

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-18 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch reformatted patch to be svn style and cleaned up code from last update >

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-18 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220-ishan.patch Updated patch. This has: * Now uses {{**}} for

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-18 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220-ishan.patch > Read field from docValues for non stored fields >

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220.patch Updated your patch to trunk (svn) with no changes to your

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220-ishan.patch Here's an alternate patch (SOLR-8220-ishan) for this

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8220: --- Attachment: SOLR-8220-ishan.patch Updated last patch to use FieldInfos, since

[jira] [Updated] (SOLR-8220) Read field from docValues for non stored fields

2015-11-15 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Laban updated SOLR-8220: -- Attachment: SOLR-8220.patch adding an initial attempt at this patch. What does everyone think about