Class AbstractElasticsearchReversibleSort
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchReversibleSort
- All Implemented Interfaces:
ElasticsearchSearchSort,SearchSort
- Direct Known Subclasses:
ElasticsearchDistanceSort,ElasticsearchStandardFieldSort
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNamesFields inherited from interface org.hibernate.search.backend.elasticsearch.search.sort.impl.ElasticsearchSearchSort
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddoToJsonSorts(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) protected voidenrichInnerObject(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) final voidtoJsonSorts(ElasticsearchSearchSortCollector collector) Methods inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNames
-
Constructor Details
-
AbstractElasticsearchReversibleSort
protected AbstractElasticsearchReversibleSort(AbstractElasticsearchReversibleSort.AbstractBuilder builder)
-
-
Method Details
-
toJsonSorts
-
enrichInnerObject
protected void enrichInnerObject(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) -
doToJsonSorts
protected abstract void doToJsonSorts(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject)
-