Hi, I have a problem with index time boosting. I created 4 new fields: <field name="alltext" type="text_general" indexed="true" stored="false" multiValued="true" omitNorms="false"/>
<field name="title" type="text_general" indexed="true" stored="true" multiValued="true" boost="5.0" omitNorms="false"/> <field name="text" type="text_general" indexed="true" stored="true" multiValued="true" boost="3.0" omitNorms="false" /> <field name="path" type="string" indexed="true" stored="true" required="true" boost="2.0" omitNorms="false"/> The first field: alltext is used as default field for searching. I copy other 3 fields to it using copyField directive. Unfortunately while searching boosting mechaism does not work. Always scoring property equals to the same value. For example: search term = messi 1. title: messi, text: ronaldo 2. title ronaldo, text messi Expected result: the first entry should have higher scoring Current: Both have the same scoring. Could you tell me where the problem is? BR Pawel -- View this message in context: http://lucene.472066.n3.nabble.com/Index-time-field-boosting-tp4016010.html Sent from the Solr - User mailing list archive at Nabble.com.