Documentation
¶
Index ¶
Constants ¶
View Source
const ( EsTypeMust = iota EsTypeMustNot EsTypeShould EsTypeFilter )
@Title 文件名称: page_consts.go @Description 描述: PageConsts
@Author 作者: leijianming@163.com 时间(2024-02-21 22:38:21) @Update 作者: leijianming@163.com 时间(2024-02-21 22:38:21)
View Source
const ( Eq = iota Ne Ge Gt Le Lt In Like Between NotIn NotLike NotBetween IsNull IsNotNull // es EsFuzzy EsTerm EsTerms EsId EsIds EsMatch EsMatchAll EsMatchPhrase EsMatchPhrasePrefix EsPrefix EsWildcard EsRange EsRegexp )
Variables ¶
View Source
var OpSign = map[int]FieldSign{ Eq: "=", Ne: "!=", Ge: ">=", Gt: ">", Le: "<=", Lt: "<", In: "in", Like: "like", Between: "between", NotIn: "not in", NotLike: "not like", NotBetween: "not between", IsNull: "is null", IsNotNull: "is not null", EsFuzzy: "fuzzy", EsTerm: "term", EsTerms: "terms", EsId: "id", EsIds: "ids", EsMatch: "match", EsMatchAll: "match-all", EsMatchPhrase: "match-phrase", EsMatchPhrasePrefix: "match-phrase-prefix", EsPrefix: "prefix", EsWildcard: "wildcard", EsRange: "range", EsRegexp: "regexp", }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.