1 रिपॉजिटरी
Mechanisms to specify which fields should be included or excluded from the retrieved document source.
Distinct from Document Filtering: Focuses on reducing payload size by filtering fields of a returned document, not narrowing the set of documents returned by a query.
Explore 1 awesome GitHub repository matching data & databases · Document Source Filtering. Refine with filters or upvote what's useful.
This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data
Controls which fields return in a document hit by including or excluding specific paths.