org.hibernate.search.query.dsl
Interface TermMatchingContext

All Superinterfaces:
FieldCustomization<TermMatchingContext>
All Known Implementing Classes:
ConnectedTermMatchingContext

public interface TermMatchingContext
extends FieldCustomization<TermMatchingContext>

Author:
Emmanuel Bernard

Method Summary
 TermMatchingContext andField(String field)
          field / property the term query is executed on
 TermTermination matching(Object value)
          Value searched in the field or fields.
 
Methods inherited from interface org.hibernate.search.query.dsl.FieldCustomization
boostedTo, ignoreAnalyzer, ignoreFieldBridge
 

Method Detail

matching

TermTermination matching(Object value)
Value searched in the field or fields. The value is passed to the field's: - field bridge - analyzer (unless ignoreAnalyzer is called).


andField

TermMatchingContext andField(String field)
field / property the term query is executed on



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