Modules
- Data structures for displaying search results.
- Contains a module for modeling a search query, as well as parsing strings into search query models.
Structs
Functions
- Some search indexes come in multiple chunks. If you’ve parsed the primary chunk of an index and you have the bytes of a secondary chunk, you can use this function to add that secondary data to your original index.
- Given some bytes, this function will try to unwrap it from its envelope and parse it as a search index, returning that index if it’s successful.