public static class SortConfigurations.SortConfiguration extends Object
| Constructor and Description |
|---|
SortConfiguration(String indexName,
Map<Class<?>,List<SortableFieldMetadata>> sortableFieldsByType) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getEntityTypes() |
String |
getIndexName() |
List<String> |
getUncoveredSorts(Class<?> entityType,
org.apache.lucene.search.Sort sort)
Returns all those sort fields from the given
Sort that cannot be satisfied by the existing sortable
fields (doc value fields) declared for the given indexed type. |
String |
toString() |
public SortConfiguration(String indexName, Map<Class<?>,List<SortableFieldMetadata>> sortableFieldsByType)
public List<String> getUncoveredSorts(Class<?> entityType, org.apache.lucene.search.Sort sort)
Sort that cannot be satisfied by the existing sortable
fields (doc value fields) declared for the given indexed type.public String getIndexName()
Copyright © 2006–2016 Hibernate. All rights reserved.