Skip to content

First release of the pypi package

Latest
Compare
Choose a tag to compare
@yanaiela yanaiela released this 29 Aug 05:37
· 6 commits to main since this release

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