Hello!

What do you mean by priority ? You can define index or query time
boost. However that will allow to specify the importance of such
field.

A good page to look at is: http://wiki.apache.org/solr/SolrRelevancyCookbook

-- 
Regards,
 Rafał Kuć
 Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch

> 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