public enum Keywords extends Enum<Keywords> implements redis.clients.jedis.commands.ProtocolCommand
Enum Constant and Description |
---|
ADD |
ASC |
ASYNC |
COUNT |
DD |
DELETE |
DESC |
FIELDS |
FILTER |
FRAGS |
FUZZY |
GEOFILTER |
GET |
HIGHLIGHT |
IF |
INCR |
INFIELDS |
INKEYS |
LANGUAGE |
LANGUAGE_FIELD |
LEN |
LIMIT |
MAX |
NEGATIVE_INFINITY |
NOCONTENT |
NOFIELDS |
NOFREQS |
NOOFFSETS |
NOSAVE |
NOSTOPWORDS |
ON |
PARTIAL |
PAYLOAD |
PAYLOAD_FIELD |
POSITIVE_INFINITY |
PREFIX |
READ |
REPLACE |
RETURN |
SCHEMA |
SCORE |
SCORE_FIELD |
SEPARATOR |
SET |
SORTBY |
STOPWORDS |
SUMMARIZE |
TAGS |
TEMPORARY |
VERBATIM |
WITHPAYLOADS |
WITHSCORES |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw() |
static Keywords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keywords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keywords SCHEMA
public static final Keywords VERBATIM
public static final Keywords NOCONTENT
public static final Keywords NOSTOPWORDS
public static final Keywords WITHSCORES
public static final Keywords WITHPAYLOADS
public static final Keywords LANGUAGE
public static final Keywords INFIELDS
public static final Keywords SORTBY
public static final Keywords ASC
public static final Keywords DESC
public static final Keywords PAYLOAD
public static final Keywords LIMIT
public static final Keywords HIGHLIGHT
public static final Keywords FIELDS
public static final Keywords TAGS
public static final Keywords SUMMARIZE
public static final Keywords FRAGS
public static final Keywords LEN
public static final Keywords SEPARATOR
public static final Keywords INKEYS
public static final Keywords RETURN
public static final Keywords NOSAVE
public static final Keywords PARTIAL
public static final Keywords REPLACE
public static final Keywords FILTER
public static final Keywords GEOFILTER
public static final Keywords POSITIVE_INFINITY
public static final Keywords NEGATIVE_INFINITY
public static final Keywords INCR
public static final Keywords MAX
public static final Keywords FUZZY
public static final Keywords DD
public static final Keywords DELETE
public static final Keywords READ
public static final Keywords COUNT
public static final Keywords ADD
public static final Keywords TEMPORARY
public static final Keywords STOPWORDS
public static final Keywords NOFREQS
public static final Keywords NOFIELDS
public static final Keywords NOOFFSETS
public static final Keywords IF
public static final Keywords SET
public static final Keywords GET
public static final Keywords ON
public static final Keywords ASYNC
public static final Keywords PREFIX
public static final Keywords LANGUAGE_FIELD
public static final Keywords SCORE_FIELD
public static final Keywords SCORE
public static final Keywords PAYLOAD_FIELD
public static Keywords[] values()
for (Keywords c : Keywords.values()) System.out.println(c);
public static Keywords valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte[] getRaw()
getRaw
in interface redis.clients.jedis.commands.ProtocolCommand
Copyright © 2020 RedisLabs. All rights reserved.