While submitting http://localhost:8080/search/?query=honda car
in vespa application with "honda car" as an unstructured query on automobile database.
I have an external engine which powers query features and ranking features (weights) based on query. I am very well aware of query profiles, but instead of using it if I want to augment query with &feature1="value1"&feature2="value2" how is it possible with searchers or any other component?
We have a method yqlrepresentation()
in Query class of Vespa. Is it called for every unstructured query, in other words, does an unstructured query gets converted to YQL and then gets hit on index?