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

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

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

Subinterfaces of TermCustomization in org.hibernate.search.query.dsl.v2
 interface TermFuzzy
           
 

Methods in org.hibernate.search.query.dsl.v2 that return TermCustomization
 TermCustomization TermCustomization.ignoreAnalyzer()
          Advanced Do not execute the analyzer on the text.
 TermCustomization TermMatchingContext.matches(java.lang.String text)
          text searched in the term query (the term is pre-analyzer unless ignoreAnalyzer is called)
 TermCustomization TermCustomization.wildcard()
          Treat the query as a wildcard: - ? represents any single character - * represents any character sequence For faster results, it is recommended that the query text does not start with ? or *
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.