@ExperimentalApi
@PublicSpi
public interface MultiSortableCustomFieldSearcher
SortField
.
It is useful for hierarchical custom fields like CascadingSelectCFType that store parent-child relationship and wish to be sorted by both fields.
If a custom field wishes to sort itself, it can use the much slower method SortableCustomField
.
Modifier and Type | Method and Description |
---|---|
Iterable<LuceneFieldSorter> |
getSorters(CustomField customField) |
Iterable<LuceneFieldSorter> getSorters(CustomField customField)
Copyright © 2002-2018 Atlassian. All Rights Reserved.