Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - index-time boosting using DIH


Copy link to this message
-
RE: index-time boosting using DIH
geeky2 2012-05-22, 20:05
thanks for the reply,

so to use the $docBoost pseudo-field name, would you do something like below
- and would this technique likely increase my total index time?

<dataConfig>
  <dataSource .../>
                
 
  <document name="mydoc">
    <entity name="myentity"
            transformer="script:BoostDoc"
            query="select ...">
    
     <field column="SOME_COLUMN" name="someField" />
     ...

--
View this message in context: http://lucene.472066.n3.nabble.com/index-time-boosting-using-DIH-tp3985508p3985527.html
Sent from the Solr - User mailing list archive at Nabble.com.