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

Packages that use TermFuzzy
org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. 
 

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

Methods in org.hibernate.search.query.dsl that return TermFuzzy
 TermFuzzy TermFuzzy.withPrefixLength(int prefixLength)
          Size of the prefix ignored by the fuzzyness.
 TermFuzzy TermFuzzy.withThreshold(float threshold)
          Threshold above which two terms are considered similar enough.
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved