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

All Superinterfaces:
QueryCustomization<WildcardContext>

public interface WildcardContext
extends QueryCustomization<WildcardContext>

Author:
Emmanuel Bernard

Method Summary
 TermMatchingContext onField(java.lang.String field)
          field / property the term query is executed on
 
Methods inherited from interface org.hibernate.search.query.dsl.v2.QueryCustomization
boostedTo, constantScore, filter
 

Method Detail

onField

TermMatchingContext onField(java.lang.String field)
field / property the term query is executed on



Copyright © 2006-2010 Hibernate. All Rights Reserved.