ex_elasticlunr icon indicating copy to clipboard operation
ex_elasticlunr copied to clipboard

Elasticlunr is a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents.

Results 5 ex_elasticlunr issues
Sort by recently updated
recently updated
newest added

I'm not familiar with elasticsearch's searching, but I can't seem to find a way to do wildcard searching with ex_elasticlunr. I'm powering a simple type-ahead documentation search field.

## Overview Currently, building an inverted index happens immediately after the documents have been indexed. But this comes with a problem, as the extracted terms from documents increase the computation...

I will be happy to have anyone contribute to the official docs for the project. Having comprehensive docs at [hex.pm](https://hexdocs.pm) is desired, so modules need to be updated.

Hey, I like the promise of this library, but can't barely get anything to work, and the lack of any documentation makes it very hard to figure out how to...

After adding fields, saving, and updating a persisted index, on re-starting via `iex -S mix`, application crashes with the following error message: ```term ** (Mix) Could not start application elasticlunr:...