Expand description
Batch Search and Advanced Query Features for Dakera
Provides high-throughput search capabilities:
- Batch Queries: Process multiple queries in parallel for efficiency
- Pagination: Cursor-based and search-after pagination for large result sets
- Faceted Search: Aggregations and facet counting on metadata fields
- Geo-Spatial: Distance-based filtering with geolocation support
- Custom Scoring: Boosting, function scores, and script scoring
- Query Explain: Debug and understand query scoring
Structs§
- Batch
Query Config - Configuration for batch query execution
- Batch
Query Executor - Batch query executor for high-throughput search
- Batch
Query Item - A single query in a batch
- Batch
Query Item Response - Response for a single query in the batch
- Batch
Query Request - Batch query request
- Batch
Query Response - Full batch query response
- Batch
Query Stats - Statistics for batch query execution
- Facet
Bucket - A bucket in a facet result
- Facet
Executor - Faceted search executor
- Facet
Request - Request for a facet/aggregation
- Facet
Result - Result of a facet aggregation
- Filter
Executor - Filter executor
- GeoFilter
Executor - Geo-spatial filter executor
- GeoPoint
- Geographic point
- Pagination
Config - Pagination configuration
- Query
Explainer - Query explainer
- Query
Explanation - Query explanation for debugging scoring
- Range
Bucket - Range bucket definition
- Score
Detail - Detail of a score component
- Score
Function Executor - Score function executor
- Scoring
Config - Custom scoring configuration
- Search
Cursor - Search cursor for pagination
- Search
Hit - A search hit result
- Sort
Field - Sort field specification
Enums§
- Aggregation
Type - Type of aggregation
- Batch
Search Error - Errors that can occur during batch search operations
- Boost
Mode - How to combine function score with original score
- Cursor
Type - Type of pagination cursor
- Decay
Type - Type of decay function
- Distance
Unit - Distance unit for geo queries
- Field
Value Modifier - Modifier for field value scoring
- Filter
Expression - Filter expression for queries
- GeoFilter
- Geo-spatial filter types
- Score
Function - Score function definition
- Score
Mode - How to combine multiple function scores
- Sort
Order - Sort order
- Sort
Value - Sort value for search-after pagination