Package org.hibernate.search.query.dsl

This package contains various experimentations.

See:
          Description

Class Summary
AbstractTermQueryBuilder Abstract class that can be used to store state and any information that all the various TermQueryBuilder types might need.
BooleanContext Class that allows users to create BooleanQueries.
BuildableTermQueryBuilder Class that will allow the user to actually build his query.
NegatableBooleanContext // TODO: Document this
SealedQueryBuilder Starting class that will allow users to build their queries using the DSL.
TermQueryBuilderDataStore This class will just store the required terms.
UnbuildableTermQueryBuilderOnField Class that exposes only the on(String field) method as this class will only be returned to a user when SealedQueryBuilder.term() is called.
UnbuildableTermQueryBuilderOnSearch Class that allows users to continue building their TermQueries.
 

Package org.hibernate.search.query.dsl Description

This package contains various experimentations. Do not use. Provide a domain specific language to write Lucene queries.



Copyright © 2006-2010 Hibernate. All Rights Reserved.