org.hibernate.search.query.dsl
Interface PhraseMatchingContext

All Superinterfaces:
FieldCustomization<PhraseMatchingContext>
All Known Implementing Classes:
ConnectedPhraseMatchingContext

public interface PhraseMatchingContext
extends FieldCustomization<PhraseMatchingContext>

Author:
Emmanuel Bernard

Method Summary
 PhraseMatchingContext andField(String field)
          field / property the term query is executed on
 PhraseTermination sentence(String sentence)
          Sentence to match.
 
Methods inherited from interface org.hibernate.search.query.dsl.FieldCustomization
boostedTo, ignoreAnalyzer, ignoreFieldBridge
 

Method Detail

andField

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


sentence

PhraseTermination sentence(String sentence)
Sentence to match. It will be processed by the analyzer



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