Apache Solr Indexing API
The Solr Indexing API provides HTTP endpoints for adding, updating, and deleting documents from the search index. It supports JSON, XML, CSV, and binary Solr formats via the /update handler, atomic updates, optimistic concurrency, document routing in SolrCloud, and the DataImportHandler for bulk loading from databases and file systems.