public enum Keywords extends Enum<Keywords> implements redis.clients.jedis.commands.ProtocolCommand
Enum Constant and Description |
---|
ASC |
DESC |
FIELDS |
FILTER |
FRAGS |
GEOFILTER |
HIGHLIGHT |
INFIELDS |
INKEYS |
LANGUAGE |
LEN |
LIMIT |
NEGATIVE_INFINITY |
NOCONTENT |
NOSAVE |
NOSTOPWORDS |
PARTIAL |
PAYLOAD |
POSITIVE_INFINITY |
REPLACE |
RETURN |
SEPARATOR |
SORTBY |
SUMMARIZE |
TAGS |
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 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 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 © 2019. All rights reserved.