Liking cljdoc? Tell your friends :D

msync.lucene.utils


bytes-ref->stringclj

(bytes-ref->string b)
source

delete-on-exit!clj

(delete-on-exit! d)
source

docs:vecs->mapsclj

(docs:vecs->maps doc-vecs-with-header)
(docs:vecs->maps header-vec doc-vecs)

Collection of vectors, with the first considered the header. [[field1 field2] [f11 f12] [f21 f22]] => [{:field1 f11 :field2 f22} {:field1 f21 :field2 f22}] Returns a collection of maps, where the key is the corresponding header field.

Collection of vectors, with the first considered the header.
[[field1 field2] [f11 f12] [f21 f22]] =>
[{:field1 f11 :field2 f22} {:field1 f21 :field2 f22}]
Returns a collection of maps, where the key is the corresponding header field.
sourceraw docstring

string->bytes-refclj

(string->bytes-ref s)
source

temp-pathclj

(temp-path & {:keys [prefix] :or {prefix "msync-lucene"}})
source

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

× close