
| Key: |
CMP-598
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Shay Banon
|
| Reporter: |
Eric Rizzo
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Please add the ability for an application to override the default minimumSimilarity for fuzzy searches; I'm thinking of either a configuration property or API on the CompassSession, but other implementation ideas may work. As long as I can set it one time and have it apply to all fuzzy searches (including complex String queries that use the ~ modifier).
See forum thread http://forum.compass-project.org/thread.jspa?messageID=294486
|
|
Description
|
Please add the ability for an application to override the default minimumSimilarity for fuzzy searches; I'm thinking of either a configuration property or API on the CompassSession, but other implementation ideas may work. As long as I can set it one time and have it apply to all fuzzy searches (including complex String queries that use the ~ modifier).
See forum thread http://forum.compass-project.org/thread.jspa?messageID=294486 |
Show » |
|
compass.engine.queryParser.default.fuzzyMinSimilarity=0.5f
compass.engine.queryParser.default.fuzzyPrefixLength=0
(the above are default values).