org.hibernate.search.query.dsl
Class NegatableBooleanContext

java.lang.Object
  extended by org.hibernate.search.query.dsl.NegatableBooleanContext

public class NegatableBooleanContext
extends java.lang.Object

// TODO: Document this

Author:
Navin Surtani

Constructor Summary
NegatableBooleanContext(org.apache.lucene.search.BooleanClause.Occur occur)
           
 
Method Summary
 NegatableBooleanContext add(org.apache.lucene.search.Query clause)
           
 org.apache.lucene.search.Query createQuery()
           
 NegatableBooleanContext not()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegatableBooleanContext

public NegatableBooleanContext(org.apache.lucene.search.BooleanClause.Occur occur)
Method Detail

not

public NegatableBooleanContext not()

add

public NegatableBooleanContext add(org.apache.lucene.search.Query clause)

createQuery

public org.apache.lucene.search.Query createQuery()


Copyright © 2006-2010 Hibernate. All Rights Reserved.