You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Munendra S N (JIRA)" <ji...@apache.org> on 2019/07/23 15:36:00 UTC

[jira] [Resolved] (SOLR-9228) Support field boosts in data import handler

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

Munendra S N resolved SOLR-9228.
--------------------------------
    Resolution: Not A Problem

Index time boosts are removed in 7.0

> Support field boosts in data import handler
> -------------------------------------------
>
>                 Key: SOLR-9228
>                 URL: https://issues.apache.org/jira/browse/SOLR-9228
>             Project: Solr
>          Issue Type: New Feature
>          Components: contrib - DataImportHandler
>            Reporter: Michael Day
>            Priority: Major
>
> It would be great if DIH could support field-based index-time boosts.  It should allow for setting boost from an imported column.
> Perhaps the syntax could look something like the following:
> {code}
> <field name="text" column="text" boost=“2.5" />
> {code}
> {code}
> <field name="text" column="text" boostcolumn=“text_boost" />
> {code}



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

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