| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsIndexPropertyData> |
AsSearchProvider.getIndexProperties(java.lang.String indexType)
Returns a list of index properties for a given index type.
|
java.util.Optional<AsIndexPropertyData> |
AsSearchProvider.getIndexPropertyForCode(java.lang.String indexType,
java.lang.String code)
Returns the index property for the provided code.
|
java.util.List<AsIndexPropertyData> |
AsSearchProvider.getSupportedFacetIndexProperties(java.lang.String indexType)
Returns a list of index properties for a given index type that can be used for facets.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsIndexPropertyData> |
DefaultAsSearchProviderFactory.CombinedSearchProvider.getIndexProperties(java.lang.String indexType) |
java.util.List<AsIndexPropertyData> |
MockAsSearchProvider.getIndexProperties(java.lang.String indexType) |
java.util.Optional<AsIndexPropertyData> |
DefaultAsSearchProviderFactory.CombinedSearchProvider.getIndexPropertyForCode(java.lang.String indexType,
java.lang.String code) |
java.util.Optional<AsIndexPropertyData> |
MockAsSearchProvider.getIndexPropertyForCode(java.lang.String indexType,
java.lang.String code) |
java.util.List<AsIndexPropertyData> |
DefaultAsSearchProviderFactory.CombinedSearchProvider.getSupportedFacetIndexProperties(java.lang.String indexType) |
java.util.List<AsIndexPropertyData> |
MockAsSearchProvider.getSupportedFacetIndexProperties(java.lang.String indexType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsIndexPropertyData> |
AsFacetIndexPropertyDataProvider.getData(java.util.Map<java.lang.String,java.lang.Object> parameters) |
java.util.List<AsIndexPropertyData> |
AsIndexPropertyDataProvider.getData(java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AsFacetIndexPropertyDataProvider.getLabel(AsIndexPropertyData data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
java.lang.String |
AsIndexPropertyDataProvider.getLabel(AsIndexPropertyData data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
java.lang.String |
AsFacetIndexPropertyDataProvider.getValue(AsIndexPropertyData data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
java.lang.String |
AsIndexPropertyDataProvider.getValue(AsIndexPropertyData data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsFacetUtils.localizeFacet(AbstractFacetConfigurationEditorData facet,
java.util.Optional<AsIndexPropertyData> indexProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected AsIndexPropertyData |
SolrAsSearchProvider.convertIndexProperty(SolrIndexedPropertyModel source) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsIndexPropertyData> |
SolrAsSearchProvider.getIndexProperties(java.lang.String indexType) |
java.util.Optional<AsIndexPropertyData> |
SolrAsSearchProvider.getIndexPropertyForCode(java.lang.String indexType,
java.lang.String code) |
java.util.List<AsIndexPropertyData> |
SolrAsSearchProvider.getSupportedFacetIndexProperties(java.lang.String indexType) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
SolrAsSearchProvider.compareIndexProperties(AsIndexPropertyData indexProperty1,
AsIndexPropertyData indexProperty2) |
Copyright © 2018 SAP SE. All Rights Reserved.