public interface SearchSessionImplementor extends AutoCloseable, SearchSession
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PojoSessionWorkExecutor |
createSessionWorkExecutor() |
PojoWorkPlan |
createWorkPlan() |
createIndexer, scope, scope, search, search, toEntityManager, toOrmSessionvoid close()
close in interface AutoCloseablePojoWorkPlan createWorkPlan()
PojoWorkPlan.execute() is required to actually execute works,
the session will not do it automatically upon closing.PojoSessionWorkExecutor createSessionWorkExecutor()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.