Liferay 6.1.2-ce-ga3

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

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

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
 Document HitsImpl.doc(int n)
           
 Document Hits.doc(int n)
           
protected  Document FacetedSearcher.doGetDocument(Object obj)
           
protected abstract  Document BaseIndexer.doGetDocument(Object obj)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel)
           
 Document[] HitsImpl.getDocs()
           
 Document[] Hits.getDocs()
           
 Document IndexerWrapper.getDocument(Object obj)
           
 Document Indexer.getDocument(Object obj)
           
 Document BaseIndexer.getDocument(Object obj)
           
 Document DummyIndexer.getDocument(Object obj)
           
 

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
static void SearchEngineUtil.addDocument(long companyId, Document document)
          Deprecated. SearchEngineUtil.addDocument(String, long, Document)
 void IndexWriter.addDocument(SearchContext searchContext, Document document)
           
 void IndexWriterProxyBean.addDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.addDocument(String searchEngineId, long companyId, Document document)
           
 void SearchPermissionChecker.addPermissionFields(long companyId, Document doc)
           
protected  void BaseIndexer.addSearchAssetCategoryTitles(Document document, String field, List<AssetCategory> assetCategories)
           
protected  void BaseIndexer.addStagingGroupKeyword(Document document, long groupId)
           
 int DocumentComparator.compare(Document doc1, Document doc2)
           
protected  Summary FacetedSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected abstract  Summary BaseIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary IndexerWrapper.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary Indexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary BaseIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary DummyIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 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 IndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void BaseIndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void IndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void BaseIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void HitsImpl.setDocs(Document[] docs)
           
 void Hits.setDocs(Document[] docs)
           
static void SearchEngineUtil.updateDocument(long companyId, Document document)
          Deprecated. SearchEngineUtil.updateDocument(String, long, Document)
 void IndexWriter.updateDocument(SearchContext searchContext, Document document)
           
 void IndexWriterProxyBean.updateDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.updateDocument(String searchEngineId, long companyId, Document document)
           
 

Method parameters in com.liferay.portal.kernel.search with type arguments of type Document
static void SearchEngineUtil.addDocuments(long companyId, Collection<Document> documents)
          Deprecated. SearchEngineUtil.addDocuments(String, long, Collection)
 void IndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriterProxyBean.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.addDocuments(String searchEngineId, long companyId, Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(long companyId, Collection<Document> documents)
          Deprecated. SearchEngineUtil.updateDocuments(String, long, Collection)
 void IndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriterProxyBean.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(String searchEngineId, long companyId, Collection<Document> documents)
           
 

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
static void ExpandoBridgeIndexerUtil.addAttributes(Document doc, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexer.addAttributes(Document document, ExpandoBridge expandoBridge)
           
 


Liferay 6.1.2-ce-ga3