Uses of Interface
de.hybris.platform.solrfacetsearch.search.Document
Packages that use Document
Package
Description
-
Uses of Document in de.hybris.platform.adaptivesearchsolr.integration
Methods in de.hybris.platform.adaptivesearchsolr.integration with parameters of type DocumentModifier and TypeMethodDescriptionprotected voidSolrAsSearchTest.assertProductCode(String expectedProductCode, Document document) -
Uses of Document in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type DocumentModifier and TypeMethodDescriptionprotected PKSolrAsSearchProfileCalculationListener.extractPkFromDocument(Document document) protected SearchResultSolrAsSearchProfileCalculationListenerTest.prepareSearchResult(SearchQuery searchQuery, Document... docs) -
Uses of Document in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return DocumentModifier and TypeMethodDescriptionprotected DocumentSolrAsSearchProviderTest.buildDocument(PK pk, List<String> tags) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type DocumentModifier and TypeMethodDescriptionprotected SearchResultGroupSolrAsSearchProviderTest.buildSearchResultGroup(Document... docs) protected AsDocumentDataSolrAsSearchProvider.createDocumentData(Document document) protected StringSolrAsSearchProvider.extractIdFromDocument(Document document) protected PKSolrAsSearchProvider.extractPkFromDocument(Document document) protected 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 DocumentModifier and TypeMethodDescriptionprotected DocumentData<SearchQuery,Document> SearchResponseResultsPopulator.createDocumentData()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type DocumentModifier and TypeMethodDescriptionprotected 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 DocumentModifier and TypeMethodDescriptionprotected Collection<SearchResultValueData>DocumentSearchResultValuePopulator.convertVariants(DocumentData<SearchQuery, Document> source) protected Map<ClassAttributeAssignmentModel,Object> DocumentSearchResultValuePopulator.getFeatureValues(DocumentData<SearchQuery, Document> source) 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 DocumentModifier and TypeMethodDescriptionprotected voidAbstractSearchQueryPerfTest.assertDocumentField(Object expectedValue, Document document, String field) protected voidAbstractSearchQueryTest.assertDocumentField(Object expectedValue, Document document, String field) protected voidAbstractSearchQueryFreeTextSearchTest.assertProductCode(String expectedProductCode, Document document) protected voidSearchQueryBoostsTest.assertProductCode(String expectedProductCode, Document document) protected voidSearchQueryExcludedItemsTest.assertProductCode(String expectedProductCode, Document document) protected voidSearchQueryPromotedItemsTest.assertProductCode(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 DocumentModifier and TypeMethodDescriptionSearchResult.getDocuments()Returns the document that represent the main results.SearchResultGroup.getDocuments() -
Uses of Document in de.hybris.platform.solrfacetsearch.search.impl
Classes in de.hybris.platform.solrfacetsearch.search.impl that implement DocumentMethods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type DocumentModifier and TypeMethodDescriptionSolrSearchResult.getDocuments()SolrSearchResultGroup.getDocuments()Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type DocumentModifier and TypeMethodDescriptionvoidSolrSearchResult.setDocuments(List<Document> documents) voidSolrSearchResultGroup.setDocuments(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 DocumentModifier and TypeMethodDescriptionprotected DocumentFacetSearchResultDocumentsPopulator.convertDocument(org.apache.solr.common.SolrDocument solrDocument, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos, Map<String, Map<String, List<String>>> highlighting) Methods in de.hybris.platform.solrfacetsearch.search.impl.populators with parameters of type DocumentModifier and TypeMethodDescriptionprotected SearchResultGroupFacetSearchResultDocumentsPopulator.createSearchResulGroupForExpand(org.apache.solr.client.solrj.response.QueryResponse queryResponse, Document document, String groupField, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos) Method parameters in de.hybris.platform.solrfacetsearch.search.impl.populators with type arguments of type DocumentModifier and TypeMethodDescriptionprotected voidFacetSearchResultDocumentsPopulator.populateSearchResultGroupsForGroupResponse(List<Document> documents, List<org.apache.solr.common.SolrDocument> solrDocuments, List<SearchResultGroup> searchResultGroups, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos, org.apache.solr.client.solrj.response.GroupCommand groupCommand, int groupCommandIndex, Map<String, Map<String, List<String>>> highlighting)