org.hibernate.search.query.dsl.v2
Interface TermMatchingContext


public interface TermMatchingContext

Author:
Emmanuel Bernard

Method Summary
 TermCustomization matches(java.lang.String text)
          text searched in the term query (the term is pre-analyzer unless ignoreAnalyzer is called)
 

Method Detail

matches

TermCustomization matches(java.lang.String text)
text searched in the term query (the term is pre-analyzer unless ignoreAnalyzer is called)



Copyright © 2006-2010 Hibernate. All Rights Reserved.