> i make sure i specify a string with 1 edit away misspelled and that > never gets hit but the word with correct spelling is in the index.
How long are your query terms and the actual word? For fuzzy query to match, your edit distance needs to be less than the smaller of the query and the actual word. Also, fuzzy query can have issues matching words of 1 or 2 lengths. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org