indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Indexing Module for elasticell (https://github.com/deepfabric/elasticell)

indexer

Indexing library written in Golang, similar to Lucene(https://lucene.apache.org/core/) and Bleve (https://github.com/blevesearch/bleve).

It supports numerical fields and text fields. Numerical value can be a multi-dimension uint64 point. Text value can be UTF-8 string, and it's tokenized by spliting the text with UTF-8 whitespace characters.

Documentation

https://godoc.org/github.com/deepfabric/indexer