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.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-solr:apache-solr-indexing-api
name: Apache Solr Indexing API
description: 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.
humanURL: https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html
tags:
- Indexing
- Documents
- REST
- Updates
properties:
- type: Documentation
  url: https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html