Search
Haystack
v0.1.0
Pages
Modules
Haystack
Sections
Installation
Summary
Types
t/0
Functions
index/3
new/1
Haystack.Index
Summary
Types
attrs/0
fields/0
opts/0
t/0
Functions
add/2
attrs/2
delete/2
field/2
new/2
ref/2
search/3
storage/2
Haystack.Index.Attr
Summary
Types
opts/0
Callbacks
delete/3
insert/3
key/1
Functions
default/0
Haystack.Index.Attr.Docs
Summary
Functions
docs/1
docs/2
Haystack.Index.Attr.Global
Summary
Functions
global/1
global/2
Haystack.Index.Attr.Meta
Summary
Functions
meta/1
meta/2
Haystack.Index.Document
Summary
Types
t/0
Functions
new/2
tokenize/1
transform/1
Haystack.Index.Field
Summary
Types
k/0
t/0
Functions
new/2
term/1
Haystack.Query
Summary
Types
statement/0
t/0
Functions
build/3
clause/2
evaluate/3
evaluate/4
new/1
run/2
Haystack.Query.Clause
Summary
Types
k/0
t/0
Callbacks
evaluate/3
Functions
build/1
clauses/2
default/0
expressions/2
new/1
Haystack.Query.Clause.All
Haystack.Query.Clause.Any
Haystack.Query.Expression
Summary
Types
k/0
t/0
Callbacks
evaluate/2
Functions
build/1
default/0
new/2
Haystack.Query.Expression.Match
Haystack.Query.IDF
Summary
Functions
calculate/2
Haystack.Storage
Summary
Types
k/0
opts/0
t/0
v/0
Callbacks
count/1
delete/2
fetch/2
fetch!/2
insert/3
new/1
serialize/1
update/3
update!/3
upsert/4
Functions
count/1
delete/2
deserialize/1
fetch/2
fetch!/2
insert/3
serialize/1
update/3
update!/3
upsert/4
Haystack.Storage.ETS
Summary
Types
t/0
Functions
child_spec/1
count/1
delete/2
fetch/2
fetch!/2
insert/3
new/1
serialize/1
start_link/1
update/3
update!/3
upsert/4
Haystack.Storage.Map
Summary
Types
t/0
Functions
count/1
delete/2
fetch/2
fetch!/2
insert/3
new/1
serialize/1
update/3
update!/3
upsert/4
Haystack.Tokenizer
Summary
Functions
separator/1
tokenize/1
tokenize/2
Haystack.Tokenizer.Token
Summary
Types
opts/0
t/0
v/0
Functions
new/2
Haystack.Transformer
Summary
Callbacks
transform/1
Functions
default/0
pipeline/2
Haystack.Transformer.Stemmer
Summary
Functions
transform/1
Haystack.Transformer.StopWords
Summary
Functions
transform/1
Exceptions
Haystack.Storage.NotFoundError
Summary
Types
t/0
Settings
View Source
Haystack.Index.Attr.Meta
(Haystack v0.1.0)
A module for storing the meta for a field, term.
Link to this section
Summary
Functions
meta(args \\ [])
meta(record, args)
Link to this section
Functions
Link to this macro
meta(args \\ [])
View Source
(macro)
Link to this macro
meta(record, args)
View Source
(macro)
×