Liferay 6.2-ce-ga5

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.plugin   
com.liferay.portal.search   
com.liferay.portal.search.lucene   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.asset.util   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.blogs.util   
com.liferay.portlet.bookmarks.util   
com.liferay.portlet.calendar.util   
com.liferay.portlet.directory.util   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.dynamicdatalists.util   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.expando.util   
com.liferay.portlet.journal.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.softwarecatalog.util   
com.liferay.portlet.trash.util   
com.liferay.portlet.usergroupsadmin.util   
com.liferay.portlet.usersadmin.util   
com.liferay.portlet.wiki.util   
 

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

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Document
protected  void BaseActionableDynamicQuery.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(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 FacetedSearcher.doGetDocument(Object obj)
           
protected  Document FolderSearcher.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 Indexer.getDocument(Object obj)
           
 Document BaseIndexer.getDocument(Object obj)
           
 Document IndexerWrapper.getDocument(Object obj)
           
 Document DummyIndexer.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 DummyIndexWriter.addDocument(SearchContext searchContext, Document 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)
          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  void BaseGenericSpellCheckIndexWriter.addNGramFields(Document document, Map<String,String> nGrams)
           
 void SearchPermissionChecker.addPermissionFields(long companyId, Document doc)
           
 void Indexer.addRelatedEntryFields(Document document, Object obj)
           
 void BaseIndexer.addRelatedEntryFields(Document document, Object obj)
           
 void IndexerWrapper.addRelatedEntryFields(Document document, Object obj)
           
 void DummyIndexer.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)
           
protected  Summary FacetedSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary FolderSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
static String SearchEngineUtil.getSearchEngineId(Document document)
           
protected  Locale BaseIndexer.getSnippetLocale(Document document, Locale locale)
           
 Summary Indexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary BaseIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary IndexerWrapper.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary DummyIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected static Summary SearchResultUtil.getSummary(Document document, String className, long classPK, Locale locale, 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)
           
 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 DummyIndexWriter.updateDocument(SearchContext searchContext, Document 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)
          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 DummyIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 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)
          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  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 DummyIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 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)
          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)
           
 

Uses of Document in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin that return Document
protected  Document PluginPackageIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portal.plugin with parameters of type Document
protected  Summary PluginPackageIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type Document
 void SearchPermissionCheckerImpl.addPermissionFields(long companyId, Document document)
           
protected  void SearchPermissionCheckerImpl.doAddPermissionFields_6(long companyId, long groupId, String className, String classPK, Document doc)
           
protected  String PortalOpenSearchImpl.getJournalURL(ThemeDisplay themeDisplay, long groupId, Document result)
           
 

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

Methods in com.liferay.portal.search.lucene with parameters of type Document
 void LuceneIndexWriter.addDocument(SearchContext searchContext, Document document)
           
protected  String LuceneIndexSearcher.getSnippet(org.apache.lucene.document.Document doc, Query query, String field, Locale locale, Document hitDoc, Set<String> matchingTerms)
           
 void LuceneIndexWriter.updateDocument(SearchContext searchContext, Document document)
           
 

Method parameters in com.liferay.portal.search.lucene with type arguments of type Document
 void LuceneIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void LuceneIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 

Uses of Document in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type Document
protected  AssetEntry AssetEntryLocalServiceImpl.getEntry(Document document)
           
 

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

Methods in com.liferay.portlet.asset.util that return Document
protected  Document AssetCategoryIndexer.doGetDocument(Object obj)
           
protected  Document AssetVocabularyIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.asset.util with parameters of type Document
protected  Summary AssetCategoryIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary AssetVocabularyIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.assetpublisher.util that return Document
protected  Document AssetIndexer.doGetDocument(Object obj)
           
protected  Document AssetSearcher.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type Document
protected  Summary AssetIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary AssetSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.blogs.util that return Document
protected  Document BlogsIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.blogs.util with parameters of type Document
 void BlogsIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary BlogsIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.bookmarks.util that return Document
protected  Document BookmarksEntryIndexer.doGetDocument(Object obj)
           
protected  Document BookmarksSearcher.doGetDocument(Object obj)
           
protected  Document BookmarksFolderIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.bookmarks.util with parameters of type Document
protected  Summary BookmarksEntryIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary BookmarksSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary BookmarksFolderIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.calendar.util that return Document
protected  Document CalIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.calendar.util with parameters of type Document
protected  Summary CalIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.directory.util with parameters of type Document
 Summary DirectoryOpenSearchImpl.getSummary(Indexer indexer, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util that return Document
protected  Document DLSearcher.doGetDocument(Object obj)
           
protected  Document DLFolderIndexer.doGetDocument(Object obj)
           
protected  Document JournalSearcher.doGetDocument(Object obj)
           
protected  Document DLFileEntryIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Document
protected  void DLFileEntryIndexer.addFileEntryTypeAttributes(Document document, DLFileVersion dlFileVersion)
           
 void DLFileEntryIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary DLSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary DLFolderIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary JournalSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary DLFileEntryIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.util that return Document
protected  Document DDLIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type Document
protected  Summary DDLIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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)
           
 void DDMIndexerImpl.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
protected  void ExpandoBridgeIndexerImpl.addAttribute(Document document, ExpandoColumn expandoColumn, List<ExpandoValue> expandoValues)
           
static void ExpandoBridgeIndexerUtil.addAttributes(Document doc, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexer.addAttributes(Document document, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexerImpl.addAttributes(Document document, ExpandoBridge expandoBridge)
           
protected  void ExpandoBridgeIndexerImpl.doAddAttributes(Document document, ExpandoBridge expandoBridge)
           
 

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

Methods in com.liferay.portlet.journal.util that return Document
protected  Document JournalArticleIndexer.doGetDocument(Object obj)
           
protected  Document JournalFolderIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.journal.util that return types with arguments of type Document
protected  Collection<Document> JournalArticleIndexer.getArticleVersions(JournalArticle article)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type Document
protected  void JournalArticleIndexer.addDDMStructureAttributes(Document document, JournalArticle article)
           
protected  Summary JournalArticleIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary JournalFolderIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  String JournalArticleIndexer.getBasicContentSummary(Document document, Locale snippetLocale)
           
protected  String JournalArticleIndexer.getDDMContentSummary(Document document, Locale snippetLocale)
           
protected  String JournalOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.messageboards.util that return Document
protected  Document MBThreadIndexer.doGetDocument(Object obj)
           
protected  Document MBMessageIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.messageboards.util with parameters of type Document
 void MBMessageIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary MBThreadIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary MBMessageIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.util that return Document
protected  Document SCIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.softwarecatalog.util with parameters of type Document
protected  Summary SCIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.trash.util that return Document
protected  Document TrashIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.trash.util with parameters of type Document
protected  Summary TrashIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.usergroupsadmin.util that return Document
protected  Document UserGroupIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.usergroupsadmin.util with parameters of type Document
protected  Summary UserGroupIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.usersadmin.util that return Document
protected  Document ContactIndexer.doGetDocument(Object obj)
           
protected  Document OrganizationIndexer.doGetDocument(Object obj)
           
protected  Document UserIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.usersadmin.util with parameters of type Document
protected  Summary ContactIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary OrganizationIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary UserIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 

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

Methods in com.liferay.portlet.wiki.util that return Document
protected  Document WikiPageIndexer.doGetDocument(Object obj)
           
protected  Document WikiNodeIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.wiki.util with parameters of type Document
 void WikiPageIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary WikiPageIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary WikiNodeIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 


Liferay 6.2-ce-ga5