Full text indexing and searching library
- Multiple fields full-text indexing and searching.
- Per-field score boosting.
- BM25 ranking function to rank matching documents. The same ranking function that is used by default in Lucene >= 6.0.0.
- Trie based dynamic Inverted Index.
- Configurable tokenizer and term filter. (Coming Soon)
- Free text queries with query expansion.
- Serializable index. (Coming Soon)
Coming Soon