Uses of Interface
com.liferay.portal.kernel.search.Document
Packages that use Document
Package
Description
-
Uses of Document in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm with parameters of type DocumentModifier and TypeMethodDescriptionvoidIndexableActionableDynamicQuery.addDocuments(Document... documents) -
Uses of Document in com.liferay.portal.kernel.search
Classes in com.liferay.portal.kernel.search that implement DocumentMethods in com.liferay.portal.kernel.search that return DocumentModifier and TypeMethodDescriptionHits.doc(int n) HitsImpl.doc(int n) protected abstract DocumentBaseIndexer.doGetDocument(T object) protected DocumentBaseSearcher.doGetDocument(Object object) protected DocumentBaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel) protected DocumentBaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel) Document[]Hits.getDocs()Document[]HitsImpl.getDocs()BaseIndexer.getDocument(T object) Indexer.getDocument(T object) protected DocumentBaseIndexer.newDocument()Methods in com.liferay.portal.kernel.search that return types with arguments of type DocumentMethods in com.liferay.portal.kernel.search with parameters of type DocumentModifier and TypeMethodDescriptionvoidIndexWriter.addDocument(SearchContext searchContext, Document document) voidIndexWriterHelper.addDocument(long companyId, Document document, boolean commitImmediately) static voidIndexWriterHelperUtil.addDocument(long companyId, Document document, boolean commitImmediately) protected voidBaseIndexer.addLocalizedField(Document document, String field, Locale siteDefaultLocale, Map<Locale, String> map) voidSearchPermissionChecker.addPermissionFields(long companyId, Document doc) voidBaseRelatedEntryIndexer.addRelatedEntryFields(Document document, Object object) voidRelatedEntryIndexer.addRelatedEntryFields(Document document, Object object) protected voidBaseIndexer.addStagingGroupKeyword(Document document, long groupId) intvoidDocumentContributor.contribute(Document document, BaseModel<T> baseModel) SearchResultManager.createSearchResult(Document document) protected SummaryBaseIndexer.createSummary(Document document) protected SummaryBaseIndexer.createSummary(Document document, String titleField, String contentField) protected abstract SummaryBaseIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) protected SummaryBaseSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) protected LocaleBaseIndexer.getSnippetLocale(Document document, Locale locale) BaseIndexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) HitsOpenSearchImpl.getSummary(Indexer<?> indexer, Document document, Locale locale, String snippet) Indexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) default SummaryIndexer.getSummary(Document document, Locale locale, String snippet) SummaryFactory.getSummary(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) protected StringHitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL) voidIndexWriter.partiallyUpdateDocument(SearchContext searchContext, Document document) voidIndexWriterHelper.partiallyUpdateDocument(long companyId, Document document, boolean commitImmediately) static voidIndexWriterHelperUtil.partiallyUpdateDocument(long companyId, Document document, boolean commitImmediately) protected voidBaseIndexer.populateAddresses(Document document, List<Address> addresses, long regionId, long countryId) protected voidBaseIndexSearcher.populateUID(Document document, QueryConfig queryConfig) voidBaseIndexerPostProcessor.postProcessDocument(Document document, Object object) voidIndexerPostProcessor.postProcessDocument(Document document, Object object) voidBaseIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet) voidIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet) voidvoidvoidIndexWriter.updateDocument(SearchContext searchContext, Document document) voidIndexWriterHelper.updateDocument(long companyId, Document document) static voidIndexWriterHelperUtil.updateDocument(long companyId, Document document) voidSearchResultManager.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) Method parameters in com.liferay.portal.kernel.search with type arguments of type DocumentModifier and TypeMethodDescriptionvoidIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents) voidIndexWriterHelper.addDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) static voidIndexWriterHelperUtil.addDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) voidIndexWriter.partiallyUpdateDocuments(SearchContext searchContext, Collection<Document> documents) voidIndexWriterHelper.partiallyUpdateDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) static voidIndexWriterHelperUtil.partiallyUpdateDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) voidIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents) voidIndexWriterHelper.updateDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) static voidIndexWriterHelperUtil.updateDocuments(long companyId, Collection<Document> documents, boolean commitImmediately) Constructors in com.liferay.portal.kernel.search with parameters of type Document -
Uses of Document in com.liferay.portal.kernel.search.dummy
Methods in com.liferay.portal.kernel.search.dummy that return DocumentMethods in com.liferay.portal.kernel.search.dummy with parameters of type DocumentModifier and TypeMethodDescriptionvoidDummyIndexWriter.addDocument(SearchContext searchContext, Document document) DummyIndexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) voidDummyIndexWriter.partiallyUpdateDocument(SearchContext searchContext, Document document) voidDummyIndexWriter.updateDocument(SearchContext searchContext, Document document) Method parameters in com.liferay.portal.kernel.search.dummy with type arguments of type DocumentModifier and TypeMethodDescriptionvoidDummyIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents) voidDummyIndexWriter.partiallyUpdateDocuments(SearchContext searchContext, Collection<Document> documents) voidDummyIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents) -
Uses of Document in com.liferay.portal.kernel.search.facet
Method parameters in com.liferay.portal.kernel.search.facet with type arguments of type DocumentModifier and TypeMethodDescriptionvoidFacetPostProcessor.exclude(Collection<Document> documents, Facet facet) -
Uses of Document in com.liferay.portal.kernel.search.highlight
Methods in com.liferay.portal.kernel.search.highlight with parameters of type Document -
Uses of Document in com.liferay.portal.kernel.search.result
Methods in com.liferay.portal.kernel.search.result with parameters of type DocumentModifier and TypeMethodDescriptionvoidSearchResultContributor.addRelatedModel(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)