public class ArbitrarySort
extends io.searchbox.core.search.sort.Sort
This is useful for providing a way for users to use sort features that are not otherwise implemented in Hibernate Search.
Constructor and Description |
---|
ArbitrarySort(String fieldName,
com.google.gson.JsonElement sortDescription) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject() |
public ArbitrarySort(String fieldName, com.google.gson.JsonElement sortDescription)
Copyright © 2006–2017 Hibernate. All rights reserved.