Documentation
¶
Index ¶
- func NewDatetimeRange(field string, dateTimeRange *grpc.DatetimeRange) *grpc.Condition
- func NewFilterAsCondition(filter *grpc.Filter) *grpc.Condition
- func NewGeoBoundingBox(field string, topLeftLat, topLeftLon, bottomRightLat, bottomRightLon float64) *grpc.Condition
- func NewGeoPolygon(field string, exterior *grpc.GeoLineString, interior ...*grpc.GeoLineString) *grpc.Condition
- func NewGeoRadius(field string, lat, long float64, radius float32) *grpc.Condition
- func NewHasId(ids ...*grpc.PointId) *grpc.Condition
- func NewIsEmpty(field string) *grpc.Condition
- func NewIsNull(field string) *grpc.Condition
- func NewMatchBool(field string, value bool) *grpc.Condition
- func NewMatchExceptInts(field string, values ...int64) *grpc.Condition
- func NewMatchExceptKeywords(field string, keywords ...string) *grpc.Condition
- func NewMatchInt(field string, value int64) *grpc.Condition
- func NewMatchInts(field string, values ...int64) *grpc.Condition
- func NewMatchKeyword(field, keyword string) *grpc.Condition
- func NewMatchKeywords(field string, keywords ...string) *grpc.Condition
- func NewMatchText(field, text string) *grpc.Condition
- func NewNestedCondtion(field string, conditon *grpc.Condition) *grpc.Condition
- func NewNestedFilter(field string, filter *grpc.Filter) *grpc.Condition
- func NewRange(field string, rangeVal *grpc.Range) *grpc.Condition
- func NewValuesCount(field string, valuesCount *grpc.ValuesCount) *grpc.Condition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDatetimeRange ¶
func NewDatetimeRange(field string, dateTimeRange *grpc.DatetimeRange) *grpc.Condition
func NewGeoBoundingBox ¶
func NewGeoPolygon ¶
func NewGeoPolygon(field string, exterior *grpc.GeoLineString, interior ...*grpc.GeoLineString) *grpc.Condition
func NewGeoRadius ¶
func NewIsEmpty ¶
func NewMatchExceptKeywords ¶
func NewMatchKeyword ¶
func NewMatchText ¶
func NewNestedCondtion ¶
func NewValuesCount ¶
func NewValuesCount(field string, valuesCount *grpc.ValuesCount) *grpc.Condition
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.