Boost query and Boost function will suffice your purpose. 

Rgds
AJ

On 16-Jan-2013, at 17:20, Dariusz Borowski <darius...@gmail.com> wrote:

> Hi,
> 
> Is it possible to define priorities on fields?
> 
> Lets say I have a product table which has the following fields:
> 
> - id
> - title
> - description
> - code_name
> 
> An entry could be like this:
> 
> id: 42
> title: shinny new shoes
> description: Shinny new shoes made in Italy
> code_name: shinny-new-shoes-42-2013
> 
> Now, I would like to priorities the fields for the search hint. I would
> like to do as follow:
> 
> id: 0.0
> title: 0.8
> description: 0.5
> code_name: 0.1
> 
> Is it possible in SOLR 3.6.1?
> 
> Dariusz

Reply via email to