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

All Superinterfaces:
QueryCustomization<TermContext>

public interface TermContext
extends QueryCustomization<TermContext>

Author:
Emmanuel Bernard

Method Summary
 TermMatchingContext onField(java.lang.String field)
          field / property the term query is executed on
 TermMatchingContext onFields(java.lang.String... field)
           
 
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


onFields

TermMatchingContext onFields(java.lang.String... field)


Copyright © 2006-2010 Hibernate. All Rights Reserved.