Skip to main content

Module query_processor

Module query_processor 

Source
Expand description

§Enums, traits and structs used by the various find methods

Structs§

DummyQueryProcessor
Dummy query processor implementation
ExactMatchQueryProcessor
Query processor implementation for exact matches
ExpressionQueryProcessor
Query processor for DSH expression
RegexQueryProcessor
Query processor implementation based on regular expressions
StringQueryProcessor
Query processor implementation for string matches
SubstringQueryProcessor
Query processor implementation for substring matches

Enums§

Match
Part
Represents a part of a matched query.

Traits§

QueryProcessor
Defines the methods in the query processor