"Fossies" - the Fresh Open Source Software Archive

Member "orientdb-3.2.19/lucene/README.md" (11 May 2023, 943 Bytes) of package /linux/misc/orientdb-3.2.19.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

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.


orientdb-lucene

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:

  1. Full text index
  2. Spatial Index

Jump to the wiki to learn how to use orientdb-lucene!