Uses of Interface
org.hibernate.search.query.dsl.v2.TermFuzzy

Packages that use TermFuzzy
org.hibernate.search.query.dsl.v2   
 

Uses of TermFuzzy in org.hibernate.search.query.dsl.v2
 

Methods in org.hibernate.search.query.dsl.v2 that return TermFuzzy
 TermFuzzy TermCustomization.fuzzy()
          Use a fuzzy search approximation (aka edit distance)
 TermFuzzy TermFuzzy.prefixLength(int prefixLength)
          Size of the prefix ignored by the fuzzyness.
 TermFuzzy TermFuzzy.threshold(float threshold)
          Threshold above which two terms are considered similar enough.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.