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 TypeMethodDescriptionvoid
IndexableActionableDynamicQuery.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 Document
BaseIndexer.doGetDocument
(T object) protected Document
BaseSearcher.doGetDocument
(Object object) protected Document
BaseIndexer.getBaseModelDocument
(String portletId, BaseModel<?> baseModel) protected Document
BaseIndexer.getBaseModelDocument
(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel) Document[]
Hits.getDocs()
Document[]
HitsImpl.getDocs()
BaseIndexer.getDocument
(T object) Indexer.getDocument
(T object) protected Document
BaseIndexer.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 TypeMethodDescriptionvoid
IndexWriter.addDocument
(SearchContext searchContext, Document document) void
IndexWriterHelper.addDocument
(long companyId, Document document, boolean commitImmediately) static void
IndexWriterHelperUtil.addDocument
(long companyId, Document document, boolean commitImmediately) protected void
BaseIndexer.addLocalizedField
(Document document, String field, Locale siteDefaultLocale, Map<Locale, String> map) void
SearchPermissionChecker.addPermissionFields
(long companyId, Document doc) void
BaseRelatedEntryIndexer.addRelatedEntryFields
(Document document, Object object) void
RelatedEntryIndexer.addRelatedEntryFields
(Document document, Object object) protected void
BaseIndexer.addStagingGroupKeyword
(Document document, long groupId) int
void
DocumentContributor.contribute
(Document document, BaseModel<T> baseModel) SearchResultManager.createSearchResult
(Document document) protected Summary
BaseIndexer.createSummary
(Document document) protected Summary
BaseIndexer.createSummary
(Document document, String titleField, String contentField) protected abstract Summary
BaseIndexer.doGetSummary
(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) protected Summary
BaseSearcher.doGetSummary
(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) protected Locale
BaseIndexer.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 Summary
Indexer.getSummary
(Document document, Locale locale, String snippet) SummaryFactory.getSummary
(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) protected String
HitsOpenSearchImpl.getURL
(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL) void
IndexWriter.partiallyUpdateDocument
(SearchContext searchContext, Document document) void
IndexWriterHelper.partiallyUpdateDocument
(long companyId, Document document, boolean commitImmediately) static void
IndexWriterHelperUtil.partiallyUpdateDocument
(long companyId, Document document, boolean commitImmediately) protected void
BaseIndexer.populateAddresses
(Document document, List<Address> addresses, long regionId, long countryId) protected void
BaseIndexSearcher.populateUID
(Document document, QueryConfig queryConfig) void
BaseIndexerPostProcessor.postProcessDocument
(Document document, Object object) void
IndexerPostProcessor.postProcessDocument
(Document document, Object object) void
BaseIndexerPostProcessor.postProcessSummary
(Summary summary, Document document, Locale locale, String snippet) void
IndexerPostProcessor.postProcessSummary
(Summary summary, Document document, Locale locale, String snippet) void
void
void
IndexWriter.updateDocument
(SearchContext searchContext, Document document) void
IndexWriterHelper.updateDocument
(long companyId, Document document) static void
IndexWriterHelperUtil.updateDocument
(long companyId, Document document) void
SearchResultManager.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 TypeMethodDescriptionvoid
IndexWriter.addDocuments
(SearchContext searchContext, Collection<Document> documents) void
IndexWriterHelper.addDocuments
(long companyId, Collection<Document> documents, boolean commitImmediately) static void
IndexWriterHelperUtil.addDocuments
(long companyId, Collection<Document> documents, boolean commitImmediately) void
IndexWriter.partiallyUpdateDocuments
(SearchContext searchContext, Collection<Document> documents) void
IndexWriterHelper.partiallyUpdateDocuments
(long companyId, Collection<Document> documents, boolean commitImmediately) static void
IndexWriterHelperUtil.partiallyUpdateDocuments
(long companyId, Collection<Document> documents, boolean commitImmediately) void
IndexWriter.updateDocuments
(SearchContext searchContext, Collection<Document> documents) void
IndexWriterHelper.updateDocuments
(long companyId, Collection<Document> documents, boolean commitImmediately) static void
IndexWriterHelperUtil.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 TypeMethodDescriptionvoid
DummyIndexWriter.addDocument
(SearchContext searchContext, Document document) DummyIndexer.getSummary
(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) void
DummyIndexWriter.partiallyUpdateDocument
(SearchContext searchContext, Document document) void
DummyIndexWriter.updateDocument
(SearchContext searchContext, Document document) Method parameters in com.liferay.portal.kernel.search.dummy with type arguments of type DocumentModifier and TypeMethodDescriptionvoid
DummyIndexWriter.addDocuments
(SearchContext searchContext, Collection<Document> documents) void
DummyIndexWriter.partiallyUpdateDocuments
(SearchContext searchContext, Collection<Document> documents) void
DummyIndexWriter.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 TypeMethodDescriptionvoid
FacetPostProcessor.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 TypeMethodDescriptionvoid
SearchResultContributor.addRelatedModel
(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)