A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
Lucene indexes for OrientDB
Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text and spatial search, especially cross-platform. For Lucene documentation visit please https://lucene.apache.org/.
This project aims to bring the power of Lucene index into OrientDB. OrientDB does provide its own index engine for classic indexes like unique, notunique and dictionary. This goal of ths project is not replacing OrientDB internal indexing system, but rather extending it throught Lucene to support Full-Text and Spatial.
Two types of indexes are supported:
Jump to the wiki to learn how to use orientdb-lucene!