Module pallet::search[][src]

Items relating to tantivy and searching

Structs

Hit

Document wrapper that includes the search query score

Index

Wrapper around tantivy::Index, with additional search data

IndexBuilder

Builder for an Index

Params

Builder to prepare search execution

Results

Search results container, contains the count of returned results

ScoredId

Datastore id, scored according to search performance

ScoredIds

Like tantivy's TopDocs collector, but without any limit

Traits

AsQuery

Items that can be expressed as a query

Searcher

Items that function as search parameters