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
Having stemming in Java code we will have less redundancy in queries than at the moment.
Phrases like this:
"Backend Developer"~1 OR "Backend Development"~1
will be just "Backend Developer"~1
and stemming algorithm will cover all the variants
See config.java-backend.yml, under "lucenetagger" and "query"
The text was updated successfully, but these errors were encountered:
Having stemming in Java code we will have less redundancy in queries than at the moment.
Phrases like this:
"Backend Developer"~1 OR "Backend Development"~1
will be just "Backend Developer"~1
and stemming algorithm will cover all the variants
See config.java-backend.yml, under "lucenetagger" and "query"
The text was updated successfully, but these errors were encountered: