Class NumericField
java.lang.Object
redis.clients.jedis.search.schemafields.SchemaField
redis.clients.jedis.search.schemafields.NumericField
- All Implemented Interfaces:
IParams
-
Field Summary
FieldsFields inherited from class redis.clients.jedis.search.schemafields.SchemaField
fieldName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) noIndex()Avoid indexing.static NumericFieldstatic NumericFieldsortable()Sorts the results by the value of this field.Methods inherited from class redis.clients.jedis.search.schemafields.SchemaField
getFieldName, getName
-
Field Details
-
sortable
private boolean sortable -
noIndex
private boolean noIndex
-
-
Constructor Details
-
NumericField
-
NumericField
-
-
Method Details
-
of
-
of
-
as
- Overrides:
asin classSchemaField
-
sortable
Sorts the results by the value of this field. -
noIndex
Avoid indexing. -
addParams
-