[ 
https://issues.apache.org/jira/browse/SOLR-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Munendra S N resolved SOLR-9245.
--------------------------------
    Resolution: Fixed

Index time boosts are removed in 7.0

> docBoost is still compounded on copyField
> -----------------------------------------
>
>                 Key: SOLR-9245
>                 URL: https://issues.apache.org/jira/browse/SOLR-9245
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.4.1, 5.5.2, 7.0
>            Reporter: Daiki Ikawa
>            Priority: Major
>
> in some cases, the issue [SOLR-3981] is still unresolved.
> schema.xml 
> {noformat}
>   <dynamicField name="*_text"   type="my_text"    indexed="true" 
> stored="false" multiValued="true" />
>   <copyField dest="hoge_text" source="source_text"/>
> {noformat}
> and MyLocalApplicationSampleWrong.java
> {noformat}
> doc.addfield("source_text","foo");
> doc.addfield("hoge_text", "bar");
> doc.setDocumentBoost(100000);
> {noformat}
> then I got fieldNorm value which greater than 1E9 (docboot is still 
> compounded), 
> because the "compoundBoost" is applied twice when copyFileds generated
> faster than destinationField generated.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to