You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add function for ranking feature with get Length of string field characters. Also it will be great to have length of all characters of terms or something like this.
The text was updated successfully, but these errors were encountered:
Could you add examples to clarify what you are asking for? The length of a string can be computed by you and added as an attribute field to be used in ranking.
schema foo {
document foo {
field bar type string{}
field bar_length type int{}
}
}```
Can you please add function for ranking feature with get Length of string field characters. Also it will be great to have length of all characters of terms or something like this.
The text was updated successfully, but these errors were encountered: