Class SolrDocumentSearchResultValuePopulator
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SolrDocumentSearchResultValuePopulator
-
- All Implemented Interfaces:
Populator<SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument>,SearchResultValueData>
@Deprecated(since="5.7") public class SolrDocumentSearchResultValuePopulator extends java.lang.Object implements Populator<SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument>,SearchResultValueData>
Deprecated.Since 5.7, this populator is no longer used by default.
-
-
Constructor Summary
Constructors Constructor Description SolrDocumentSearchResultValuePopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.util.Map<ClassAttributeAssignmentModel,java.lang.Object>getFeatureValues(IndexedType indexedType, SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source)Deprecated.protected FieldNameProvidergetFieldNameProvider()Deprecated.protected java.lang.ObjectgetValue(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, IndexedProperty property)Deprecated.protected java.lang.ObjectgetValue(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, java.lang.String propertyName)Deprecated.voidpopulate(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, SearchResultValueData target)Deprecated.Populate the target instance with values from the source instance.voidsetFieldNameProvider(FieldNameProvider fieldNameProvider)Deprecated.protected java.lang.StringtranslateFieldName(SearchQuery searchQuery, IndexedProperty property)Deprecated.
-
-
-
Method Detail
-
getFieldNameProvider
protected FieldNameProvider getFieldNameProvider()
Deprecated.
-
setFieldNameProvider
public void setFieldNameProvider(FieldNameProvider fieldNameProvider)
Deprecated.
-
populate
public void populate(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, SearchResultValueData target)
Deprecated.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument>,SearchResultValueData>- Parameters:
source- the source objecttarget- the target to fill
-
getValue
protected java.lang.Object getValue(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, java.lang.String propertyName)
Deprecated.
-
getValue
protected java.lang.Object getValue(SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source, IndexedProperty property)
Deprecated.
-
translateFieldName
protected java.lang.String translateFieldName(SearchQuery searchQuery, IndexedProperty property)
Deprecated.
-
getFeatureValues
protected java.util.Map<ClassAttributeAssignmentModel,java.lang.Object> getFeatureValues(IndexedType indexedType, SolrDocumentData<SearchQuery,org.apache.solr.common.SolrDocument> source)
Deprecated.
-
-