[
https://issues.apache.org/jira/browse/SOLR-15440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765572#comment-17765572
]
ASF subversion and git services commented on SOLR-15440:
--------------------------------------------------------
Commit a52c849e9d4a17452eea29ee224fd0ac2af669c9 in solr's branch
refs/heads/main from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a52c849e9d4 ]
SOLR-15440: FieldValueFeature now uses DocValues when docValues=true and
stored=true are combined. (#1883)
Co-authored-by: tomglk <>
> contrib/ltr FieldValueFeature: DocValues use for stored fields
> --------------------------------------------------------------
>
> Key: SOLR-15440
> URL: https://issues.apache.org/jira/browse/SOLR-15440
> Project: Solr
> Issue Type: Sub-task
> Components: contrib - LTR
> Reporter: Christine Poerschke
> Assignee: Christine Poerschke
> Priority: Major
> Fix For: main (10.0), 9.4
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> SOLR-12697 in Solr 8.9 is intending to add {{FieldValueFeature}} support
> "stored=false docValues=true" a.k.a. pure DocValues fields.
> The SOLR-12697 changes are implemented in a backwards compatible manner i.e.
> existing behaviour for "stored=trued docValues=true" a.k.a. stored DocValues
> fields does not change.
> This ticket here is to explore how backwards compatibility could potentially
> be broken (in a safe manner) in future e.g.
> * Solr 9.4 breaks backwards compatibility for {{FieldValueFeature}} but
> provides a deprecated {{LegacyFieldValueFeature}} with the existing behaviour
> for users who need that.
> * Solr 9.X or 10.0 removes the deprecated {{LegacyFieldValueFeature}} class
> and users still needing the legacy behaviour need to create and maintain an
> equivalent local custom class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]