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

Packages that use TermTermination
org.hibernate.search.query.dsl.v2   
org.hibernate.search.query.dsl.v2.impl   
 

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

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

Methods in org.hibernate.search.query.dsl.v2 that return TermTermination
 TermTermination TermMatchingContext.matching(java.lang.String text)
          text searched in the term query (the term is pre-analyzer unless ignoreAnalyzer is called)
 

Uses of TermTermination in org.hibernate.search.query.dsl.v2.impl
 

Classes in org.hibernate.search.query.dsl.v2.impl that implement TermTermination
 class ConnectedMultiFieldsTermQueryBuilder
           
 

Methods in org.hibernate.search.query.dsl.v2.impl that return TermTermination
 TermTermination ConnectedTermMatchingContext.matching(java.lang.String text)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.