Expand description
Query your indexed data with a transforming pipeline
Modules§
- Given a query, generate an answer
 - This module contains evaluators for evaluating the quality of a pipeline.
 - Transform queries that are yet to be made
 - Transform retrieved queries
 - States of a query
 
Structs§
- The starting point of a query pipeline
 - A query is the main object going through a query pipeline
 - Builder for
Query. - Internally used by a query pipeline
 
Enums§
- Error type for QueryBuilder
 - Wraps a query for evaluation. Used by the [
EvaluateQuery] trait. - Records changes to a query
 
Traits§
- Can answer the original query
 - Evaluates a query
 - Can retrieve documents given a SearchStrategy
 - A search strategy for the query pipeline
 - An extension trait for
Streams that provides a variety of convenient combinator functions. - Can transform queries before retrieval
 - Can transform a response after retrieval
 - Adapters specific to
Result-returning streams