You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by gnandre <ar...@gmail.com> on 2021/04/19 20:19:31 UTC

weightExpression operator support

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