Uses of Interface
org.hibernate.search.sandbox.standalone.FullTextQuery

Packages that use FullTextQuery
org.hibernate.search.sandbox.standalone This package contains various experimentations. 
 

Uses of FullTextQuery in org.hibernate.search.sandbox.standalone
 

Methods in org.hibernate.search.sandbox.standalone that return FullTextQuery
 FullTextQuery LuceneFullTextManager.createFullTextQuery(org.apache.lucene.search.Query luceneQuery, Class<?>... entities)
           
 FullTextQuery FullTextManager.createFullTextQuery(org.apache.lucene.search.Query luceneQuery, Class<?>... entities)
          Create a fulltext query on top of a native Lucene query returning the matching objects of type entities and their respective subclasses.
 



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