You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Day (JIRA)" <ji...@apache.org> on 2016/06/20 14:01:05 UTC

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

Michael Day created SOLR-9228:
---------------------------------

             Summary: 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


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
(v6.3.4#6332)

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