Skip to main content
/
SoftwareEngineering
/
Group items matching "FuzzyQuery" in title, tags, annotations or url
Group items matching
in title, tags, annotations or url
Sort By:
Relevance
|
Date
Filter:
All
|
Bookmarks
|
Topics
Simple
Middle
6
More
Changing Bits: Lucene's
FuzzyQuery
is 100 times faster in 4.0
- 0 views
blog.mikemccandless.com/...query-is-100-times-faster.html
java
Lucene
Lucene4.0
FuzzyQuery
Levenstein
shared by
kuni katsuya
on 12 Dec 12
-
No Cached
Lucene's
FuzzyQuery
is 100 times faster in 4.0
...
Cancel
FuzzyQuery
matches terms "close" to a specified base term
...
Cancel
specify an allowed maximum edit distance, and any terms within that edit distance from the base term
...
Cancel
...3 more annotations...
FuzzyQuery
is great for matching proper names
...
Cancel
Prior to 4.0,
FuzzyQuery
took the simple yet horribly costly brute force approach: it visits every single unique term in the index, computes the edit distance for it, and accepts the term (and its documents) if the edit distance is low enough.
...
Cancel
Levenshtein
...
Cancel
...
Cancel
1
-
1
of
1
Showing
20
▼
items per page
20
50
100
Related searches
See group items tagged
FuzzyQuery
»
Search in Google »