org.hibernate.search.query.dsl
Interface WildcardContext

All Superinterfaces:
QueryCustomization<WildcardContext>

public interface WildcardContext
extends QueryCustomization<WildcardContext>

Author:
Emmanuel Bernard

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

Method Detail

onField

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



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