This document discusses the integration of Apache Lucene with OrientDB to provide full-text and spatial indexing capabilities. It provides an overview of Lucene and how it is used by various systems. It then describes how OrientDB uses Lucene under the hood to add full-text search through a Lucene index, as well as spatial search capabilities by leveraging Lucene's spatial module. The document outlines the basic workflow and provides code examples for creating different index types and using query operators. Finally, it discusses current performance and outlines the roadmap for further improvements and additional features in OrientDB's Lucene integration.