Tagged “Building search applications”

Indexing and Searching with Apache Lucene

24 Sep, 2014

Lucene is a high-performance, scalable information retrieval (IR) library. IR refers to the process of searching for documents, information within documents, or metadata about documents. Lucene lets you add searching capabilities to your application. [ref. Apache Lucene in Action Second edition covers Apache Lucene v3.0]

Tags:

See all tags.