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