Which operators are supported in weightExpression field for Solr suggester. e.g. if I want to use power function, should I use pow?
First I thought, it uses function queries. But it does not seem like that. Following example shows that it is using the ln function. https://solr.apache.org/guide/8_5/suggester.html#multiple-dictionaries However Solr function queries have no such function - https://solr.apache.org/guide/8_5/function-queries.html