Package | Description |
---|---|
org.hibernate.search.query.engine.impl | |
org.hibernate.search.query.engine.spi |
Modifier and Type | Class and Description |
---|---|
class |
EntityInfoImpl
Wrapper class describing the loading of an element.
|
Modifier and Type | Method and Description |
---|---|
EntityInfo |
DocumentExtractorImpl.extract(int scoreDocIndex) |
Modifier and Type | Method and Description |
---|---|
List<EntityInfo> |
HSQueryImpl.queryEntityInfos() |
Modifier and Type | Method and Description |
---|---|
EntityInfo |
DocumentExtractor.extract(int index) |
Modifier and Type | Method and Description |
---|---|
List<EntityInfo> |
HSQuery.queryEntityInfos()
Execute the Lucene query and return the list of
EntityInfo s populated with
metadata and projection. |
Copyright © 2006–2015 Hibernate. All rights reserved.