Apache Solr Search API

The Solr Search API provides HTTP endpoints for full-text document search, including query parsers (Standard, DisMax, Extended DisMax), JSON Query DSL, faceting and JSON Facet API, spell checking, suggestions, MoreLikeThis, spatial search, dense vector search, result grouping, highlighting, and result clustering. Queries are submitted to the /select handler and support complex relevancy scoring with Learning to Rank.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-solr:apache-solr-search-api
name: Apache Solr Search API
description: The Solr Search API provides HTTP endpoints for full-text document search, including query
  parsers (Standard, DisMax, Extended DisMax), JSON Query DSL, faceting and JSON Facet API, spell checking,
  suggestions, MoreLikeThis, spatial search, dense vector search, result grouping, highlighting, and result
  clustering. Queries are submitted to the /select handler and support complex relevancy scoring with
  Learning to Rank.
humanURL: https://solr.apache.org/guide/solr/latest/query-guide/query-syntax-and-parsers.html
tags:
- Search
- Faceting
- Full-Text Search
- REST
- Indexing
properties:
- type: Documentation
  url: https://solr.apache.org/guide/solr/latest/query-guide/query-syntax-and-parsers.html
- type: Documentation
  url: https://solr.apache.org/guide/solr/latest/query-guide/json-request-api.html