| 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.dsl.projection.SearchProjectionFactory<EntityReference,?> |
SearchScope.projection()
Initiate the building of a search projection that will be valid for the indexes in this scope.
|
org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchScope.search()
Initiate the building of a search query.
|
| Modifier and Type | Method and Description |
|---|---|
default org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchSession.search(Class<?> type)
Initiate the building of a search query.
|
default org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep<?,EntityReference,?,?,?> |
SearchSession.search(Collection<? extends Class<?>> types)
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.