Uses of Interface
de.hybris.platform.solrfacetsearch.search.Document
-
-
Uses of Document in de.hybris.platform.adaptivesearchsolr.integration
Methods in de.hybris.platform.adaptivesearchsolr.integration with parameters of type Document Modifier and Type Method Description protected voidSolrAsSearchTest. assertProductCode(java.lang.String expectedProductCode, Document document) -
Uses of Document in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type Document Modifier and Type Method Description protected PKSolrAsSearchProfileCalculationListener. extractPkFromDocument(Document document) -
Uses of Document in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type Document Modifier and Type Method Description protected AsDocumentDataSolrAsSearchProvider. createDocumentData(Document document)protected java.lang.StringSolrAsSearchProvider. extractIdFromDocument(Document document)protected PKSolrAsSearchProvider. extractPkFromDocument(Document document)protected java.lang.FloatSolrAsSearchProvider. extractScoreFromDocument(Document document) -
Uses of Document in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that return types with arguments of type Document Modifier and Type Method Description protected DocumentData<SearchQuery,Document>SearchResponseResultsPopulator. createDocumentData()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type Document Modifier and Type Method Description protected ITEMSearchResponseResultsPopulator. convertResultDocument(SearchQuery searchQuery, Document document)protected SearchResultValueDataDocumentSearchResultValuePopulator. convertVariant(Document variant, SearchQuery searchQuery)Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with type arguments of type Document Modifier and Type Method Description protected java.util.Collection<SearchResultValueData>DocumentSearchResultValuePopulator. convertVariants(DocumentData<SearchQuery,Document> source)protected java.util.Map<ClassAttributeAssignmentModel,java.lang.Object>DocumentSearchResultValuePopulator. getFeatureValues(DocumentData<SearchQuery,Document> source)protected java.util.Map<java.lang.String,java.lang.Object>DocumentSearchResultValuePopulator. getValues(DocumentData<SearchQuery,Document> source)voidDocumentSearchResultValuePopulator. populate(DocumentData<SearchQuery,Document> source, SearchResultValueData target)protected voidDocumentSearchResultValuePopulator. populateBasic(DocumentData<SearchQuery,Document> source, SearchResultValueData target) -
Uses of Document in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration with parameters of type Document Modifier and Type Method Description protected voidAbstractSearchQueryTest. assertDocumentField(java.lang.Object expectedValue, Document document, java.lang.String field)protected voidAbstractSearchQueryFreeTextSearchTest. assertProductCode(java.lang.String expectedProductCode, Document document)protected voidSearchQueryBoostsTest. assertProductCode(java.lang.String expectedProductCode, Document document)protected voidSearchQueryExcludedItemsTest. assertProductCode(java.lang.String expectedProductCode, Document document)protected voidSearchQueryPromotedItemsTest. assertProductCode(java.lang.String expectedProductCode, Document document)protected voidSearchQueryBoostsTest. assertScore(float expectedScore, Document document) -
Uses of Document in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type Document Modifier and Type Method Description java.util.List<Document>SearchResult. getDocuments()Returns the document that represent the main results.java.util.List<Document>SearchResultGroup. getDocuments() -
Uses of Document in de.hybris.platform.solrfacetsearch.search.impl
Classes in de.hybris.platform.solrfacetsearch.search.impl that implement Document Modifier and Type Class Description classDefaultDocumentDefault implementation ofDocument.Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type Document Modifier and Type Method Description java.util.List<Document>SolrSearchResult. getDocuments()java.util.List<Document>SolrSearchResultGroup. getDocuments()Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type Document Modifier and Type Method Description voidSolrSearchResult. setDocuments(java.util.List<Document> documents)voidSolrSearchResultGroup. setDocuments(java.util.List<Document> documents) -
Uses of Document in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators that return Document Modifier and Type Method Description protected DocumentFacetSearchResultDocumentsPopulator. convertDocument(org.apache.solr.common.SolrDocument solrDocument, java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo> fieldInfos, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<java.lang.String>>> highlighting)Method parameters in de.hybris.platform.solrfacetsearch.search.impl.populators with type arguments of type Document Modifier and Type Method Description protected voidFacetSearchResultDocumentsPopulator. populateGroupedResults(java.util.List<Document> documents, java.util.List<org.apache.solr.common.SolrDocument> solrDocuments, java.util.List<SearchResultGroup> searchResultGroups, java.util.Map<java.lang.String,FieldNameTranslator.FieldInfo> fieldInfos, org.apache.solr.client.solrj.response.GroupCommand groupCommand, int groupCommandIndex, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<java.lang.String>>> highlighting)
-