public enum Keywords extends Enum<Keywords>
public static final Keywords MAXTEXTFIELDS
public static final Keywords TEMPORARY
public static final Keywords NOOFFSETS
public static final Keywords NOHL
public static final Keywords FUZZY
public static final Keywords WITHSCORES
public static final Keywords WITHPAYLOADS
public static final Keywords MAX
public static final Keywords PAYLOAD
public static final Keywords INCR
public static final Keywords LANGUAGE
public static final Keywords LANGUAGE_FIELD
public static final Keywords REPLACE
public static final Keywords ON
public static final Keywords DD
public static final Keywords FIELDS
public static final Keywords IF
public static final Keywords NOSAVE
public static final Keywords KEEPDOCS
public static final Keywords NOINDEX
public static final Keywords SORTABLE
public static final Keywords PHONETIC
public static final Keywords NOSTEM
public static final Keywords WEIGHT
public static final Keywords SEPARATOR
public static final Keywords ADD
public static final Keywords SCHEMA
public static final Keywords STOPWORDS
public static final Keywords PREFIX
public static final Keywords NOFREQS
public static final Keywords NOFIELDS
public static final Keywords NOCONTENT
public static final Keywords VERBATIM
public static final Keywords NOSTOPWORDS
public static final Keywords WITHSORTKEYS
public static final Keywords FILTER
public static final Keywords GEOFILTER
public static final Keywords INKEYS
public static final Keywords INFIELDS
public static final Keywords RETURN
public static final Keywords SUMMARIZE
public static final Keywords FRAGS
public static final Keywords LEN
public static final Keywords SCORE
public static final Keywords SCORE_FIELD
public static final Keywords HIGHLIGHT
public static final Keywords TAGS
public static final Keywords SLOP
public static final Keywords INORDER
public static final Keywords EXPANDER
public static final Keywords SCORER
public static final Keywords EXPLAINSCORE
public static final Keywords SORTBY
public static final Keywords LIMIT
public static final Keywords AVG
public static final Keywords REDUCE
public static final Keywords STDDEV
public static final Keywords COUNT
public static final Keywords COUNT_DISTINCT
public static final Keywords PAYLOAD_FIELD
public static final Keywords COUNT_DISTINCTISH
public static final Keywords SUM
public static final Keywords MIN
public static final Keywords QUANTILE
public static final Keywords TOLIST
public static final Keywords FIRST_VALUE
public static final Keywords BY
public static final Keywords RANDOM_SAMPLE
public static final Keywords GROUPBY
public static final Keywords LOAD
public static final Keywords APPLY
public static final Keywords AS
public static final Keywords DISTANCE
public static final Keywords INCLUDE
public static final Keywords EXCLUDE
public static final Keywords TERMS
public static Keywords[] values()
for (Keywords c : Keywords.values()) System.out.println(c);
public static Keywords valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.