| Interface | Description |
|---|---|
| Document |
This interface represents a search result document.
|
| FacetSearchQueryOperatorTranslator | |
| FacetSearchService |
Implementations of this interface, should be responsible for searching operations.
|
| FacetSearchStrategy |
Interface for searching strategies
|
| FacetSearchStrategyFactory |
Implementations of this interface are responsible for creating
FacetSearchStrategy |
| FieldNameTranslator |
Translates field names during search.
|
| FieldNameTranslator.FieldInfo |
Placeholder for field details.
|
| FieldNameTranslator.FieldInfosMapping |
Placeholder for field details.
|
| FreeTextQueryBuilder |
Implementations of this interface are responsible for building lucene query string.
|
| FreeTextQueryBuilderFactory |
Implementations of this interface are responsible for creating
|
| KeywordRedirectSorter |
Sort bean for list of
KeywordRedirectValue. |
| SearchQueryCatalogVersionsResolver |
Implementations of this interface should provide a list of CatalogVersionModel based on FacetSearchConfig and/or IndexedType
|
| SearchQueryCurrencyResolver |
Implementations of this interface should provide the CurrencyModel based on the FacetSearchConfig and/or IndexedType
|
| SearchQueryKeywordsResolver |
Implementations of this interface should provide the set of keywords based on the user query.
|
| SearchQueryLanguageResolver |
Implementations of this interface should resolve the LanguageModel based on FacetSearchConfig and/or IndexedType
|
| SearchResult | |
| SearchResultGroup | |
| SearchResultGroupCommand | |
| SolrFacetSearchKeywordDao |
Dao to manage keywords.
|
| SolrKeywordRedirectService |
Service to deal with keyword redirects.
|
| SolrQueryConverter | Deprecated
Since 5.7 there is a new way of converting the query.
|
| SolrQueryPostProcessor | Deprecated
Since 5.7, use a FacetSearchListener instead.
|
| SolrResultPostProcessor | Deprecated
Since 5.7, use a FacetSearchListener instead.
|
| Class | Description |
|---|---|
| AbstractSolrConverter<T> |
Defines common implementation of conversion from SolrResult to Data (DTO) object.
|
| BoostField | |
| Breadcrumb | |
| CoupledQueryField |
The Class represents a logically coupled Facet Query Fieled Constraint.
|
| Facet |
This class defines the root facet.
|
| FacetField | |
| FacetParamsTest | |
| FacetValue |
This class defines the contents of a facet.
|
| FacetValueField | |
| FreeTextFuzzyQueryField | |
| FreeTextPhraseQueryField | |
| FreeTextQueryField | |
| FreeTextWildcardQueryField | |
| GroupCommandField | |
| Keyword |
Class representing a keyword.
|
| KeywordRedirectValue | |
| OrderField | |
| QueryField |
The Class represents a Facet Query Filed Constraint.
|
| RawQuery |
Class representing a raw query using lucene syntax.
|
| SearchByPropertiesWithExportIdTest | |
| SearchCatalogVersionTest | |
| SearchQuery | |
| SearchResultTest | |
| SolrKeywordRedirectTest |
| Enum | Description |
|---|---|
| BoostField.BoostType | |
| KeywordModifier |
Defines keyword modifiers.
|
| OrderField.SortOrder | |
| SearchQuery.Operator | |
| SearchQuery.QueryOperator | |
| SearchQuery.QueryParser | Deprecated
Since 5.7, query syntax should not rely on specific query parser.
|
| Exception | Description |
|---|---|
| FacetSearchException |
Copyright © 2018 SAP SE. All Rights Reserved.