Liking cljdoc? Tell your friends :D

clibana.search


get-document-idclj/s

(get-document-id search)

Creates string that could be used as ElasticSearch document id. Parameter 'search' could be string - will be slugified to replace invalid characters search map - (produced by clibana.search/search) from which its title will be taken and slugified

Creates string that could be used as ElasticSearch document id.
Parameter 'search' could be
string - will be slugified to replace invalid characters
search map - (produced by clibana.search/search) from which its title will be taken and slugified
sourceraw docstring

(search title & decorations)

Construct document describing saved search

Construct document describing saved search
sourceraw docstring

with-columnsclj/s

(with-columns col & cols)

Define list of fields that shall be displayed in result.

Define list of fields that shall be displayed in result.
sourceraw docstring

with-descriptionclj/s

(with-description description)

Give your search some human readable description.

Give your search some human readable description.
sourceraw docstring

with-index-patternclj/s

(with-index-pattern index-pattern)

Index pattern to be used for searching.

Index pattern to be used for searching.
sourceraw docstring

with-optionsclj/s

(with-options & options)

Specify sequence of options to drive shape of the result document.

Specify sequence of options to drive shape of the result document.
sourceraw docstring

with-queryclj/s

(with-query & decorations)

Define query. Use 'clibana.query' for definition.

Define query. Use 'clibana.query' for definition.
sourceraw docstring

with-sortclj/s

(with-sort column)
(with-sort column order)

Sort result based on values in 'column' Parameter 'order' is expected to be one of: :asc, :desc, "asc", "desc" Default order is ascending

Sort result based on values in 'column'
Parameter 'order' is expected to be one of: :asc, :desc, "asc", "desc"
Default order is ascending
sourceraw docstring

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

× close