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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to