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,
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, 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-2017 Red Hat, Inc. All Rights Reserved