I want that a field in my table scores higher than another field. For example, I have two columns name and surname. If I search after "Hans" i want that the content in name scores higher. How can I do this using a cql statement like in the official examples.
regards Tugi
As stated in doc, every search type has a boost option that allows user to set a weight for every different query.
Your use case should look like this: