Uses of Interface
org.hibernate.search.query.dsl.v2.MustJunction

Packages that use MustJunction
org.hibernate.search.query.dsl.v2   
 

Uses of MustJunction in org.hibernate.search.query.dsl.v2
 

Methods in org.hibernate.search.query.dsl.v2 that return MustJunction
 MustJunction BooleanJunction.must(org.apache.lucene.search.Query query)
          The boolean query results must (or must not) match the subquery Call the .not() method to ensure results of the boolean query do NOT match the subquery.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.