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
public class ElasticsearchStandardFieldSort extends AbstractElasticsearchReversibleSort
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElasticsearchStandardFieldSort.Factory<F>static classElasticsearchStandardFieldSort.TemporalFieldFactory<F extends TemporalAccessor>static classElasticsearchStandardFieldSort.TextFieldFactory
-
Field Summary
Fields Modifier and Type Field Description protected StringabsoluteFieldPathprotected List<String>nestedPathHierarchyprotected ElasticsearchSearchSyntaxsearchSyntax-
Fields inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNames
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoToJsonSorts(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
toJsonSorts
-
Methods inherited from class org.hibernate.search.backend.elasticsearch.search.sort.impl.AbstractElasticsearchSort
indexNames
-
-
-
-
Field Detail
-
absoluteFieldPath
protected final String absoluteFieldPath
-
searchSyntax
protected final ElasticsearchSearchSyntax searchSyntax
-
-
Method Detail
-
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
-
-