Class | Description |
---|---|
SolrSearchDecodeMetaTokenExpressionProvider |
This is a Solr specific implementation of the search expression provider for
decoding the meta string by calling SolrSearchDeMetaTokenDecoder.
|
SolrSearchEncodeMetaTokenExpressionProvider |
This is a Solr specific implementation of the search expression provider for
encoding the meta string.
|
SolrSearchExpressionProvider |
This is a Solr specific implementation of the search expression provider.
|
SolrSearchExpressionValidator |
This is a Solr specific implementation of the search expression validator:
ensure the query expression is not empty;
if so, generate a default all inclusive condition (*:*).
ensure all special characters are escaped properly before passing down to
the search engine.
|
SolrSearchIndexNameValidator |
This is a Solr specific implementation of the search expression validator for
the search index name.
|
SolrSearchProfileNameValidator |
This is a Solr specific implementation of the search expression validator for
the search profile name.
|
SolrSearchWorkSpaceValidator |
This class provide workspace information for search if there is a workspace
info detected in context.
|