Re: Defining a boosted filed in schema.xml

2013-11-18 Thread Alexandre Rafalovitch
Is there a more specific reason why query time boosting is not serving your needs? If you define it in default parameters or in invariable parameters, it will apply the boosting for each query that goes through that handler endpoint. E.g. for edismax: http://wiki.apache.org/solr/ExtendedDisMax#qf_.

Defining a boosted filed in schema.xml

2013-11-18 Thread Siamak Kolahi
Hi there, Is is possible to define a field type that is inherently boosted? I am aware of the query time boosting and index-time boosting in update messages. But I am looking to define a field that is boosted by definition, and the boost score does not have to be given at updating message. That so