Liking cljdoc? Tell your friends :D

clj-momo.lib.es.slice


get-slice-propsclj

(get-slice-props t state)

Inputs: [t :- java.util.Date state] Returns: SliceProperties

make slice properties from a date an index name and config

Inputs: [t :- java.util.Date state]
Returns: SliceProperties

make slice properties from a date an index name and config
sourceraw docstring

slice-nameclj

(slice-name index ts)

Inputs: [index :- s/Str ts :- s/Str] Returns: s/Str

make a slice name composed of an index name and a timestamp

Inputs: [index :- s/Str ts :- s/Str]
Returns: s/Str

make a slice name composed of an index name and a timestamp
sourceraw docstring

slice-time-filterclj

(slice-time-filter time granularity)

Inputs: [time :- java.util.Date granularity :- s/Keyword] Returns: DateRangeFilter

make the filter part of an index slice

Inputs: [time :- java.util.Date granularity :- s/Keyword]
Returns: DateRangeFilter

make the filter part of an index slice
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close