org.hibernate.search.query.dsl.impl
Class PhraseQueryContext

java.lang.Object
  extended by org.hibernate.search.query.dsl.impl.PhraseQueryContext

public class PhraseQueryContext
extends Object

Author:
Emmanuel Bernard

Constructor Summary
PhraseQueryContext()
           
 
Method Summary
 String getSentence()
           
 int getSlop()
           
 void setSentence(String sentence)
           
 void setSlop(int slop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhraseQueryContext

public PhraseQueryContext()
Method Detail

getSlop

public int getSlop()

setSlop

public void setSlop(int slop)

getSentence

public String getSentence()

setSentence

public void setSentence(String sentence)


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