Basic elasticsearch functionalities, wrapped around the elasticsearch library.
New functionality
Added the slop
parameter:
slop: The number of positions allowed between matching phrases. Each phrase is allowed to match a string where there are
slop
positions between the terms. For instance, "I like" qeury with a slop=1 will match both strings that literally contain "I like" but also "I really like" and "I would like", etc.
pypi package
Install by running:
pip install wimbd