Package | Description |
---|---|
org.hibernate.search | |
org.hibernate.search.elasticsearch | |
org.hibernate.search.jpa |
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextSession.createFullTextQuery(QueryDescriptor descriptor,
Class<?>... entities) |
Modifier and Type | Method and Description |
---|---|
static QueryDescriptor |
ElasticsearchQueries.fromJson(String payload)
Creates an Elasticsearch query from the given JSON payload for the Elasticsearch Search API.
|
static QueryDescriptor |
ElasticsearchQueries.fromQueryString(String queryStringQuery)
Creates an Elasticsearch query from the given Query String Query, as e.g.
|
Modifier and Type | Method and Description |
---|---|
FullTextQuery |
FullTextEntityManager.createFullTextQuery(QueryDescriptor descriptor,
Class<?>... entities)
Creates a fulltext query from the given query descriptor.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.