| Package | Description |
|---|---|
| org.hibernate.search.mapper.javabean.scope | |
| org.hibernate.search.mapper.javabean.session |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<EntityReference,?> |
SearchScope.projection()
Initiate the building of a search projection that will be valid for the indexes in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
default org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchSession.search(Class<?> type)
Initiate the building of a search query.
|
org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchSession.search(Collection<? extends Class<?>> types)
Initiate the building of a search query.
|
org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchSession.search(SearchScope scope)
Initiate the building of a search query.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.