Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.search.Document

Packages that use Document
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.test   
com.liferay.portal.kernel.search.util   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.expando.util   
 

Uses of Document in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Document
 void BaseActionableDynamicQuery.addDocument(Document document)
           
 void ActionableDynamicQuery.addDocument(Document document)
           
 

Method parameters in com.liferay.portal.kernel.dao.orm with type arguments of type Document
protected  void BaseActionableDynamicQuery.addDocuments(Collection<Document> documents)
           
 

Uses of Document in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement Document
 class DocumentImpl
           
 

Methods in com.liferay.portal.kernel.search that return Document
protected  Document BaseGenericSpellCheckIndexWriter.createDocument()
           
protected  Document BaseGenericSpellCheckIndexWriter.createDocument(long companyId, long groupId, String languageId, String keywords, float weight, String keywordFieldName, String typeFieldValue, int maxNGramLength)
           
 Document HitsImpl.doc(int n)
           
 Document Hits.doc(int n)
           
protected abstract  Document BaseIndexer.doGetDocument(Object obj)
           
protected  Document BaseSearcher.doGetDocument(Object obj)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel)
           
 Document[] HitsImpl.getDocs()
           
 Document[] Hits.getDocs()
           
 Document BaseIndexer.getDocument(Object obj)
           
 Document Indexer.getDocument(Object obj)
           
 Document DummyIndexer.getDocument(Object obj)
           
 Document IndexerWrapper.getDocument(Object obj)
           
protected  Document BaseIndexer.newDocument()
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type Document
 List<Document> HitsImpl.toList()
           
 List<Document> Hits.toList()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Document
protected  void BaseIndexer.addAssetFields(Document document, String className, long classPK)
           
static void SearchEngineUtil.addDocument(long companyId, Document document)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.addDocument(String, long, Document, boolean)
 void IndexWriterProxyBean.addDocument(SearchContext searchContext, Document document)
           
 void DummyIndexWriter.addDocument(SearchContext searchContext, Document document)
           
 void IndexWriter.addDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.addDocument(String searchEngineId, long companyId, Document document)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.addDocument(String, long, Document, boolean)
static void SearchEngineUtil.addDocument(String searchEngineId, long companyId, Document document, boolean commitImmediately)
           
protected abstract  void BaseGenericSpellCheckIndexWriter.addDocument(String documentType, SearchContext searchContext, Document document)
           
protected  void BaseGenericSpellCheckIndexWriter.addNGramFields(Document document, Map<String,String> nGrams)
           
 void SearchPermissionChecker.addPermissionFields(long companyId, Document doc)
           
 void BaseIndexer.addRelatedEntryFields(Document document, Object obj)
           
 void Indexer.addRelatedEntryFields(Document document, Object obj)
           
 void DummyIndexer.addRelatedEntryFields(Document document, Object obj)
           
 void IndexerWrapper.addRelatedEntryFields(Document document, Object obj)
           
protected  void BaseIndexer.addSearchAssetCategoryTitles(Document document, String field, List<AssetCategory> assetCategories)
           
protected  void BaseIndexer.addStagingGroupKeyword(Document document, long groupId)
           
protected  void BaseIndexer.addTrashFields(Document document, TrashedModel trashedModel)
           
 int DocumentComparator.compare(Document doc1, Document doc2)
           
protected  Summary BaseIndexer.createLocalizedSummary(Document document, Locale locale)
           
protected  Summary BaseIndexer.createLocalizedSummary(Document document, Locale locale, String titleField, String contentField)
           
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, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary BaseSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
static String SearchEngineUtil.getSearchEngineId(Document document)
           
protected  Locale BaseIndexer.getSnippetLocale(Document document, Locale locale)
           
 Summary BaseIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
          Deprecated. As of 7.0.0, replaced by BaseIndexer.getSummary(Document, String, PortletURL, PortletRequest, PortletResponse)
 Summary Indexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
          Deprecated. As of 7.0.0, replaced by Indexer.getSummary(Document, String, PortletURL, PortletRequest, PortletResponse)
 Summary DummyIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
          Deprecated. As of 7.0.0, replaced by DummyIndexer.getSummary(Document, String, PortletURL, PortletRequest, PortletResponse)
 Summary IndexerWrapper.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
          Deprecated. As of 7.0.0, replaced by IndexerWrapper.getSummary(Document, String, PortletURL, PortletRequest, PortletResponse)
protected static Summary SearchResultUtil.getSummary(Document document, String className, long classPK, Locale locale, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary BaseIndexer.getSummary(Document document, String snippet, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary Indexer.getSummary(Document document, String snippet, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary DummyIndexer.getSummary(Document document, String snippet, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary IndexerWrapper.getSummary(Document document, String snippet, PortletURL portletURL, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary HitsOpenSearchImpl.getSummary(Indexer indexer, Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  String HitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
protected  void BaseIndexer.populateAddresses(Document document, List<Address> addresses, long regionId, long countryId)
           
 void BaseIndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void IndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void BaseIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void IndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void HitsImpl.setDocs(Document[] docs)
           
 void Hits.setDocs(Document[] docs)
           
 void BaseGenericSpellCheckIndexWriter.setDocumentPrototype(Document documentPrototype)
           
static void SearchEngineUtil.updateDocument(long companyId, Document document)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.updateDocument(String, long, Document)
 void IndexWriterProxyBean.updateDocument(SearchContext searchContext, Document document)
           
 void DummyIndexWriter.updateDocument(SearchContext searchContext, Document document)
           
 void IndexWriter.updateDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.updateDocument(String searchEngineId, long companyId, Document document)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.updateDocument(String, long, Document, boolean)
static void SearchEngineUtil.updateDocument(String searchEngineId, long companyId, Document document, boolean commitImmediately)
           
 

Method parameters in com.liferay.portal.kernel.search with type arguments of type Document
static void SearchEngineUtil.addDocuments(long companyId, Collection<Document> documents)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.addDocuments(String, long, Collection, boolean)
 void IndexWriterProxyBean.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void DummyIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.addDocuments(String searchEngineId, long companyId, Collection<Document> documents)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.addDocuments(String, long, Collection, boolean)
static void SearchEngineUtil.addDocuments(String searchEngineId, long companyId, Collection<Document> documents, boolean commitImmediately)
           
protected abstract  void BaseGenericSpellCheckIndexWriter.addDocuments(String documentType, SearchContext searchContext, Collection<Document> documents)
           
protected  void BaseSearchResultPermissionFilter.collectHits(Hits hits, List<Document> documents, List<Float> scores, int count)
           
static String SearchEngineUtil.getSearchEngineId(Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(long companyId, Collection<Document> documents)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.updateDocuments(String, long, Collection)
 void IndexWriterProxyBean.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void DummyIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(String searchEngineId, long companyId, Collection<Document> documents)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.updateDocuments(String, long, Collection, boolean)
static void SearchEngineUtil.updateDocuments(String searchEngineId, long companyId, Collection<Document> documents, boolean commitImmediately)
           
protected  void BaseSearchResultPermissionFilter.updateHits(Hits hits, List<Document> documents, List<Float> scores, int start, int end, int size, long startTime)
           
 

Constructors in com.liferay.portal.kernel.search with parameters of type Document
DocumentHelper(Document document)
           
 

Uses of Document in com.liferay.portal.kernel.search.test
 

Methods in com.liferay.portal.kernel.search.test that return Document
static Document SearchTestUtil.createAttachmentDocument(String entryClassName)
           
static Document SearchTestUtil.createAttachmentDocument(String entryClassName, long entryClassPK)
           
static Document SearchTestUtil.createDocument(String entryClassName)
           
static Document SearchTestUtil.createDocument(String entryClassName, long entryClassPK)
           
 

Methods in com.liferay.portal.kernel.search.test with parameters of type Document
static List<SearchResult> SearchTestUtil.getSearchResults(PortletURL portletURL, Document... documents)
           
 

Uses of Document in com.liferay.portal.kernel.search.util
 

Methods in com.liferay.portal.kernel.search.util with parameters of type Document
static void SearchUtil.addSnippet(Document document, Set<String> queryTerms, String snippet, String snippetFieldName)
           
 

Uses of Document in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Document
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 

Uses of Document in com.liferay.portlet.expando.util
 

Methods in com.liferay.portlet.expando.util with parameters of type Document
 void ExpandoBridgeIndexer.addAttributes(Document document, ExpandoBridge expandoBridge)
           
static void ExpandoBridgeIndexerUtil.addAttributes(Document doc, ExpandoBridge expandoBridge)
           
 


Liferay 7.0-ce-m3