- All Implemented Interfaces:
- SearchExpression, SearchTyped
public class SourcedSearchExpression
extends SearchTypedStringSearchExpression
SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down
with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we
want to search for. Indexer will do it's best to match exactly the provided string value, no more no less.