Class ElasticsearchStandardFieldSort
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchReversibleSort
org.hibernate.search.backend.elasticsearch.types.sort.impl.ElasticsearchStandardFieldSort
- All Implemented Interfaces:
ElasticsearchSearchSort,SearchSort
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ElasticsearchSearchSyntaxFields inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNames -
Method Summary
Modifier and TypeMethodDescriptionvoiddoToJsonSorts(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) protected voidenrichInnerObject(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) Methods inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchReversibleSort
toJsonSortsMethods inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNames
-
Field Details
-
absoluteFieldPath
-
nestedPathHierarchy
-
searchSyntax
-
-
Method Details
-
doToJsonSorts
public void doToJsonSorts(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) - Specified by:
doToJsonSortsin classAbstractElasticsearchReversibleSort
-
enrichInnerObject
protected void enrichInnerObject(ElasticsearchSearchSortCollector collector, com.google.gson.JsonObject innerObject) - Overrides:
enrichInnerObjectin classAbstractElasticsearchReversibleSort
-