Hi! Base on docs in the wiki I thought that the following query should return constant score "5" for all "socks" in the index:
http://localhost:8080/solr/select?q=name:socks _val_:5&fl=name,score But in fact it finds all the products in the index and it seems that "socks" products have higher score than others. What I need and what function query seems have to do is to find ONLY socks and assign constant score to all of them. Isn't it correct? I took function query with constant value just as an example. -- Andrew Klochkov