Liking cljdoc? Tell your friends :D

datalevin.constants

System vars. Some can be dynamically rebound to change system behavior.

System vars. Some can be dynamically rebound to change system behavior.
raw docstring

*compress-sample-size*clj

The number of samples considered when build the key compression dictionary is 65536

The number of samples considered when build the key compression dictionary is 65536
sourceraw docstring

*data-serializable-classes*clj

set of additional serializable classes, e.g. #{"my.package.*"}

set of additional serializable classes, e.g.
`#{"my.package.*"}`
sourceraw docstring

*en-punctuations-set*clj

The set of English punctuation characters, a Java HashSet. Used in English analyzer.

The set of English punctuation characters, a Java HashSet.
Used in English analyzer.
sourceraw docstring

*en-stop-words-set*clj

The set of English stop words, a Java HashSet, contains the same words as that of Lucene. Used in English analyzer.

The set of English stop words, a Java HashSet, contains
the same words as that of Lucene. Used in English analyzer.
sourceraw docstring

*init-db-size*clj

Initial db file size is 100 megabytes, automatically grown

Initial db file size is 100 megabytes, automatically grown
sourceraw docstring

*init-val-size*clj

Initial maximal value size is 16384 bytes, automatically grown

Initial maximal value size is 16384 bytes, automatically grown
sourceraw docstring

*max-dbs*clj

Maximum number of sub-databases allowed in a db file

Maximum number of sub-databases allowed in a db file
sourceraw docstring

*max-readers*clj

Maximum number of readers allowed for a db file

Maximum number of readers allowed for a db file
sourceraw docstring

+max-key-size+clj

Maximum LMDB key size is 511 bytes

Maximum LMDB key size is 511 bytes
sourceraw docstring

+max-term-length+clj

The full text search engine ignores exceedingly long strings. The maximal allowed term length is 128 characters

The full text search engine ignores exceedingly long strings. The maximal
allowed term length is 128 characters
sourceraw docstring

+tuple-max+clj

Maximum length of a tuple is 255 bytes

Maximum length of a tuple is 255 bytes
sourceraw docstring

aveclj

dbi name for Datalog AVE index is `datalevin/ave

dbi name for Datalog AVE index is `datalevin/ave
sourceraw docstring

default-connection-pool-sizeclj

The default client connection pool size is 3

The default client connection pool size is 3
sourceraw docstring

default-connection-timeoutclj

The default connection timeout is 60000ms (1 minute)

The default connection timeout is 60000ms (1 minute)
sourceraw docstring

default-dbi-flagsclj

Default LMDB dbi flag is [:create]. See http://www.lmdb.tech/doc/group__mdb__dbi__open.html for full list of flags

Default LMDB dbi flag is `[:create]`. See http://www.lmdb.tech/doc/group__mdb__dbi__open.html for full list of flags
sourceraw docstring

default-displayclj

default search function :display option value is :refs

default `search` function `:display` option value is `:refs`
sourceraw docstring

default-doc-filterclj

source

default-domainclj

source

default-env-flagsclj

Default LMDB env flag is [:nordahead :notls :writemap :nometasync]. See http://www.lmdb.tech/doc/group__mdb__env.html for full list of flags.

Passed as :flags option value to open-kv function.

Default LMDB env flag is `[:nordahead :notls :writemap :nometasync]`. See
http://www.lmdb.tech/doc/group__mdb__env.html for full list of flags.

Passed as `:flags` option value to `open-kv` function.
sourceraw docstring

default-idle-timeoutclj

The server session default idle timeout is 172800000ms (48 hours)

The server session default idle timeout is 172800000ms (48 hours)
sourceraw docstring

default-passwordclj

The server default password is datalevin

The server default password is `datalevin`
sourceraw docstring

default-portclj

The server default port number is 8898

The server default port number is 8898
sourceraw docstring

default-proximity-expansionclj

default search function :proximity-expansion option value is 2

default `search` function `:proximity-expansion` option value is `2`
sourceraw docstring

default-proximity-max-distclj

default search function :proximity-max-dist option value is 45

default `search` function `:proximity-max-dist` option value is `45`
sourceraw docstring

default-put-flagsclj

Default LMDB put flag is []. See http://www.lmdb.tech/doc/group__mdb__put.html for full list of flags

Default LMDB put flag is `[]`. See http://www.lmdb.tech/doc/group__mdb__put.html for full list of flags
sourceraw docstring

default-spill-rootclj

Default root directory of spilled files is platform dependent. the same as the value of Java property java.io.tmpdir

Default root directory of spilled files is platform dependent. the same as
the value of Java property `java.io.tmpdir`
sourceraw docstring

default-spill-thresholdclj

Default percentage of heap memory (Xmx) is 95, over which spill-to-disk will be triggered

Default percentage of heap memory (Xmx) is 95, over which spill-to-disk
will be triggered
sourceraw docstring

default-topclj

default search function :top option value is 10

default `search` function `:top` option value is `10`
sourceraw docstring

default-usernameclj

The server default username is datalevin

The server default username is `datalevin`
sourceraw docstring

docsclj

dbi name suffix for search engine documents index is docs

dbi name suffix for search engine documents index is `docs`
sourceraw docstring

eavclj

dbi name for Datalog EAV index is `datalevin/eav

dbi name for Datalog EAV index is `datalevin/eav
sourceraw docstring

giantsclj

dbi name for Datalog large datoms is `datalevin/giants

dbi name for Datalog large datoms is `datalevin/giants
sourceraw docstring

kv-infoclj

dbi name for kv store system information is `datalevin/kv-info

dbi name for kv store system information is `datalevin/kv-info
sourceraw docstring

magic-cost-hashclj

Cost associated with hash join

Cost associated with hash join
sourceraw docstring

magic-cost-predclj

Cost associated with running predicate during scan

Cost associated with running predicate during scan
sourceraw docstring

magic-number-manyclj

Magic number for many cardinality when estimating size

Magic number for many cardinality when estimating size
sourceraw docstring

magic-number-predclj

Magic number for predicates when estimating size

Magic number for predicates when estimating size
sourceraw docstring

max-bigdecclj

Maximum big decimal has value of (2^1015-1) x 10^2147483648

Maximum big decimal has value of `(2^1015-1) x 10^2147483648`
sourceraw docstring

max-bigintclj

Maximum big integer is 2^1015-1

Maximum big integer is `2^1015-1`
sourceraw docstring

metaclj

dbi name for Datalog runtime meta information is `datalevin/meta

dbi name for Datalog runtime meta information is `datalevin/meta
sourceraw docstring

min-bigdecclj

Minimum big decimal has value of -2^1015 x 10^2147483648

Minimum big decimal has value of `-2^1015 x 10^2147483648`
sourceraw docstring

min-bigintclj

Minimum big integer is -2^1015

Minimum big integer is `-2^1015`
sourceraw docstring

optsclj

dbi name for Datalog options is `datalevin/opts

dbi name for Datalog options is `datalevin/opts
sourceraw docstring

positionsclj

dbi name suffix for search engine positions index is positions

dbi name suffix for search engine positions index is `positions`
sourceraw docstring

rawtextclj

dbi name suffix for search engine raw text is rawtext

dbi name suffix for search engine raw text is `rawtext`
sourceraw docstring

schemaclj

dbi name for Datalog schema is `datalevin/schema

dbi name for Datalog schema is `datalevin/schema
sourceraw docstring

termsclj

dbi name suffix for search engine terms index is terms

dbi name suffix for search engine terms index is `terms`
sourceraw docstring

tmp-dbiclj

Default dbi name of the spilled db is t

Default dbi name of the spilled db is `t`
sourceraw docstring

vaeclj

dbi name for Datalog VAE index is `datalevin/vae

dbi name for Datalog VAE index is `datalevin/vae
sourceraw docstring

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

× close