search_documentation
Search Apache Spark documentation by keyword to find relevant pages, filter by section, and retrieve structured results for development queries.
Instructions
Search Apache Spark documentation by keyword query.
Args: query: Search terms to find in the documentation. Supports full-text search with stemming (e.g., "stream" matches "streaming", "streams"). section: Optional section to filter results. Common sections include: 'sql-ref', 'api', 'streaming', 'mllib', 'graphx', 'structured-streaming', etc. limit: Maximum number of results to return (default: 10, max: 50).
Returns: JSON-formatted search results with title, URL, snippet, and relevance score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| section | No | ||
| limit | No |