Package | Description |
---|---|
org.hibernate.search | |
org.hibernate.search.jpa.impl | |
org.hibernate.search.query.engine.impl | |
org.hibernate.search.query.engine.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
FullTextQuery
The base interface for Lucene powered searches.
|
Modifier and Type | Class and Description |
---|---|
class |
FullTextQueryImpl
Implements JPA 2 query interface and delegate the call to
a Hibernate Core FullTextQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
HSQueryImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
HSQuery
Defines and executes an Hibernate Search query (wrapping a Lucene query).
|
Copyright © 2006–2014 Hibernate. All rights reserved.