Hi,

I am working on index-time boosting.
I have a field named approval_dt. I have created that <field> in my SOLR xml
to be uploaded, by sorting my query in ascending order of approval_dt and
then increasing the boost for this field by 0.1 as i encounter new records
from database. In my schema.xml that field has omitNorms=false (<field
name="approval_dt" type="date" indexed="true" stored="true"
omitNorms="false"/>)

Suppose I am searching for a keyword say *India*. I want my results to come
in such a way that the ones with latest/ recent approval_dt should come
first.

I achieved this using query-time boosting  bf parameter. I am not trying it
using the index-time approach.
Any help is appreciated.

Thank you.
Anil

Reply via email to