Class IndexedField
java.lang.Object
io.quarkus.redis.datasource.search.IndexedField
- All Implemented Interfaces:
RedisCommandExtraArguments
Represents an indexed field.
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedField(String field, String alias, FieldType type, FieldOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexedFieldstatic IndexedFieldfrom(String field, FieldType type, FieldOptions options) static IndexedFieldstatic IndexedFieldfrom(String field, String alias, FieldType type, FieldOptions options) toArgs()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.redis.datasource.RedisCommandExtraArguments
toArgs
-
Constructor Details
-
IndexedField
IndexedField(String field, String alias, FieldType type, FieldOptions options)
-
-
Method Details
-
from
-
from
-
from
-
from
-
toArgs
- Specified by:
toArgsin interfaceRedisCommandExtraArguments- Returns:
- the list of arguments.
-