Apache Solr 9.8.1

Solr Features

Solr is a standalone enterprise search server with a REST-like API. You put documents in it (called "indexing") via JSON, XML, CSV or binary over HTTP. You query it via HTTP GET and receive JSON, XML, CSV or binary results.

More Features

Everything but the kitchen sink.

Solr uses the Lucene search library and extends it.

Detailed Features

Data Handling

Schema or schemaless, easily define the field types, analysis processes and document structures to make your search application successful