|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchException | |
|---|---|
| com.liferay.portal.kernel.repository | |
| com.liferay.portal.kernel.repository.search | |
| com.liferay.portal.kernel.search | |
| com.liferay.portal.kernel.search.analysis | |
| com.liferay.portal.kernel.search.hits | |
| com.liferay.portal.kernel.search.suggest | |
| com.liferay.portal.repository.proxy | This package defines the portal repository proxy beans. |
| com.liferay.portlet.documentlibrary.service | This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. |
| Uses of SearchException in com.liferay.portal.kernel.repository |
|---|
| Methods in com.liferay.portal.kernel.repository that throw SearchException | |
|---|---|
Hits |
BaseRepositoryImpl.search(SearchContext searchContext)
|
Hits |
Repository.search(SearchContext searchContext)
|
Hits |
Repository.search(SearchContext searchContext,
Query query)
|
| Uses of SearchException in com.liferay.portal.kernel.repository.search |
|---|
| Methods in com.liferay.portal.kernel.repository.search that throw SearchException | |
|---|---|
BooleanQuery |
RepositorySearchQueryBuilder.getFullQuery(SearchContext searchContext)
|
static BooleanQuery |
RepositorySearchQueryBuilderUtil.getFullQuery(SearchContext searchContext)
|
| Uses of SearchException in com.liferay.portal.kernel.search |
|---|
| Methods in com.liferay.portal.kernel.search that throw SearchException | |
|---|---|
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 IndexWriterHelperUtil.addDocument(String, long, Document,
boolean) |
static void |
IndexWriterHelperUtil.addDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
void |
IndexWriterHelper.addDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
static void |
SearchEngineUtil.addDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
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 IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
static void |
IndexWriterHelperUtil.addDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
void |
IndexWriterHelper.addDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
static void |
SearchEngineUtil.addDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
String |
SearchEngine.backup(long companyId,
String backupName)
|
void |
IndexAdminHelper.backup(long companyId,
String backupName)
|
String |
BaseSearchEngine.backup(long companyId,
String backupName)
|
String |
SearchEngineProxyWrapper.backup(long companyId,
String backupName)
|
static void |
IndexAdminHelperUtil.backup(long companyId,
String backupName)
|
String |
IndexAdminHelper.backup(long companyId,
String searchEngineId,
String backupName)
|
static String |
IndexAdminHelperUtil.backup(long companyId,
String searchEngineId,
String backupName)
|
void |
IndexAdminHelper.backup(String backupName)
|
static void |
IndexAdminHelperUtil.backup(String backupName)
|
void |
BaseIndexWriter.clearQuerySuggestionDictionaryIndexes(SearchContext searchContext)
|
void |
BaseIndexWriter.clearSpellCheckerDictionaryIndexes(SearchContext searchContext)
|
void |
IndexWriter.commit(SearchContext searchContext)
|
void |
BaseIndexWriter.commit(SearchContext searchContext)
|
static void |
IndexWriterHelperUtil.commit(String searchEngineId)
|
void |
IndexWriterHelper.commit(String searchEngineId)
|
static void |
SearchEngineUtil.commit(String searchEngineId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.commit(String) |
static void |
IndexWriterHelperUtil.commit(String searchEngineId,
long companyId)
|
void |
IndexWriterHelper.commit(String searchEngineId,
long companyId)
|
static void |
SearchEngineUtil.commit(String searchEngineId,
long companyId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.commit(String, long) |
void |
Indexer.delete(long companyId,
String uid)
|
void |
BaseIndexer.delete(long companyId,
String uid)
|
void |
Indexer.delete(T object)
|
void |
BaseIndexer.delete(T object)
|
void |
IndexWriter.deleteDocument(SearchContext searchContext,
String uid)
|
static void |
SearchEngineUtil.deleteDocument(String searchEngineId,
long companyId,
String uid)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteDocument(String, long, String,
boolean) |
static void |
IndexWriterHelperUtil.deleteDocument(String searchEngineId,
long companyId,
String uid,
boolean commitImmediately)
|
void |
IndexWriterHelper.deleteDocument(String searchEngineId,
long companyId,
String uid,
boolean commitImmediately)
|
static void |
SearchEngineUtil.deleteDocument(String searchEngineId,
long companyId,
String uid,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteDocument(String, long, String,
boolean) |
void |
IndexWriter.deleteDocuments(SearchContext searchContext,
Collection<String> uids)
|
static void |
SearchEngineUtil.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteDocuments(String, long,
Collection, boolean) |
static void |
IndexWriterHelperUtil.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids,
boolean commitImmediately)
|
void |
IndexWriterHelper.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids,
boolean commitImmediately)
|
static void |
SearchEngineUtil.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteDocuments(String, long,
Collection, boolean) |
void |
IndexWriter.deleteEntityDocuments(SearchContext searchContext,
String className)
|
static void |
IndexWriterHelperUtil.deleteEntityDocuments(String searchEngineId,
long companyId,
String className,
boolean commitImmediately)
|
void |
IndexWriterHelper.deleteEntityDocuments(String searchEngineId,
long companyId,
String className,
boolean commitImmediately)
|
static void |
SearchEngineUtil.deleteEntityDocuments(String searchEngineId,
long companyId,
String className,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteEntityDocuments(String, long,
String, boolean) |
static void |
SearchEngineUtil.deletePortletDocuments(String searchEngineId,
long companyId,
String portletId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.deleteEntityDocuments(String, long,
String, boolean) |
protected Hits |
BaseIndexer.doSearch(SearchContext searchContext)
|
protected Hits |
FacetedSearcher.doSearch(SearchContext searchContext)
|
Document |
Indexer.getDocument(T object)
|
Document |
BaseIndexer.getDocument(T object)
|
BooleanQuery |
Indexer.getFullQuery(SearchContext searchContext)
|
BooleanQuery |
BaseIndexer.getFullQuery(SearchContext searchContext)
|
protected abstract Hits |
BaseSearchResultPermissionFilter.getHits(SearchContext searchContext)
|
protected Hits |
DefaultSearchResultPermissionFilter.getHits(SearchContext searchContext)
|
static int |
IndexWriterHelperUtil.getReindexTaskCount(long groupId,
boolean completed)
|
int |
IndexWriterHelper.getReindexTaskCount(long groupId,
boolean completed)
|
Summary |
Indexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated. As of 7.0.0, replaced by Indexer.getSummary(Document, String,
PortletRequest, PortletResponse) |
Summary |
BaseIndexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated. As of 7.0.0, replaced by BaseIndexer.getSummary(Document, String,
PortletRequest, PortletResponse) |
Summary |
Indexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
|
Summary |
BaseIndexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
|
Summary |
HitsOpenSearchImpl.getSummary(Indexer<?> indexer,
Document document,
Locale locale,
String snippet)
|
static void |
IndexWriterHelperUtil.indexKeyword(long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
|
void |
IndexWriterHelper.indexKeyword(long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
|
static void |
SearchEngineUtil.indexKeyword(long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexKeyword(long, String, float,
String, Locale) |
void |
BaseIndexWriter.indexKeyword(SearchContext searchContext,
float weight,
String keywordType)
|
static void |
IndexWriterHelperUtil.indexKeyword(String searchEngineId,
long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
|
void |
IndexWriterHelper.indexKeyword(String searchEngineId,
long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
|
static void |
SearchEngineUtil.indexKeyword(String searchEngineId,
long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexKeyword(String, long, String,
float, String, Locale) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(long companyId)
|
void |
IndexWriterHelper.indexQuerySuggestionDictionaries(long companyId)
|
static void |
SearchEngineUtil.indexQuerySuggestionDictionaries(long companyId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexQuerySuggestionDictionaries(long) |
void |
BaseIndexWriter.indexQuerySuggestionDictionaries(SearchContext searchContext)
|
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId)
|
void |
IndexWriterHelper.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId)
|
static void |
SearchEngineUtil.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexQuerySuggestionDictionaries(
String, long) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionary(long companyId,
Locale locale)
|
void |
IndexWriterHelper.indexQuerySuggestionDictionary(long companyId,
Locale locale)
|
static void |
SearchEngineUtil.indexQuerySuggestionDictionary(long companyId,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexQuerySuggestionDictionary(long,
Locale) |
void |
BaseIndexWriter.indexQuerySuggestionDictionary(SearchContext searchContext)
|
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale)
|
void |
IndexWriterHelper.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale)
|
static void |
SearchEngineUtil.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexQuerySuggestionDictionary(String,
long, Locale) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionaries(long companyId)
|
void |
IndexWriterHelper.indexSpellCheckerDictionaries(long companyId)
|
static void |
SearchEngineUtil.indexSpellCheckerDictionaries(long companyId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexSpellCheckerDictionaries(long) |
void |
BaseIndexWriter.indexSpellCheckerDictionaries(SearchContext searchContext)
|
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionaries(String searchEngineId,
long companyId)
|
void |
IndexWriterHelper.indexSpellCheckerDictionaries(String searchEngineId,
long companyId)
|
static void |
SearchEngineUtil.indexSpellCheckerDictionaries(String searchEngineId,
long companyId)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexSpellCheckerDictionaries(String,
long) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionary(long companyId,
Locale locale)
|
void |
IndexWriterHelper.indexSpellCheckerDictionary(long companyId,
Locale locale)
|
static void |
SearchEngineUtil.indexSpellCheckerDictionary(long companyId,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexSpellCheckerDictionary(long,
Locale) |
void |
BaseIndexWriter.indexSpellCheckerDictionary(SearchContext searchContext)
|
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale)
|
void |
IndexWriterHelper.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale)
|
static void |
SearchEngineUtil.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.indexSpellCheckerDictionary(String,
long, Locale) |
void |
IndexWriter.partiallyUpdateDocument(SearchContext searchContext,
Document document)
|
static void |
IndexWriterHelperUtil.partiallyUpdateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
void |
IndexWriterHelper.partiallyUpdateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
static void |
SearchEngineUtil.partiallyUpdateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.partiallyUpdateDocument(String, long,
Document, boolean) |
void |
IndexWriter.partiallyUpdateDocuments(SearchContext searchContext,
Collection<Document> documents)
|
static void |
IndexWriterHelperUtil.partiallyUpdateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
void |
IndexWriterHelper.partiallyUpdateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
static void |
SearchEngineUtil.partiallyUpdateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.partiallyUpdateDocuments(String, long,
Collection, boolean) |
protected void |
BaseIndexer.processHits(SearchContext searchContext,
Hits hits)
|
void |
Indexer.reindex(Collection<T> objects)
|
static BackgroundTask |
IndexWriterHelperUtil.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap)
|
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap)
|
static BackgroundTask |
IndexWriterHelperUtil.reindex(long userId,
String jobName,
long[] companyIds,
String className,
Map<String,Serializable> taskContextMap)
|
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
String className,
Map<String,Serializable> taskContextMap)
|
void |
Indexer.reindex(String[] ids)
|
void |
BaseIndexer.reindex(String[] ids)
|
void |
Indexer.reindex(String className,
long classPK)
|
void |
BaseIndexer.reindex(String className,
long classPK)
|
void |
Indexer.reindex(T object)
|
void |
BaseIndexer.reindex(T object)
|
void |
DDMStructureIndexer.reindexDDMStructures(List<Long> ddmStructureIds)
|
void |
SearchEngine.removeBackup(long companyId,
String backupName)
|
void |
IndexAdminHelper.removeBackup(long companyId,
String backupName)
|
void |
BaseSearchEngine.removeBackup(long companyId,
String backupName)
|
void |
SearchEngineProxyWrapper.removeBackup(long companyId,
String backupName)
|
static void |
IndexAdminHelperUtil.removeBackup(long companyId,
String backupName)
|
void |
IndexAdminHelper.removeBackup(String backupName)
|
static void |
IndexAdminHelperUtil.removeBackup(String backupName)
|
void |
SearchEngine.restore(long companyId,
String backupName)
|
void |
IndexAdminHelper.restore(long companyId,
String backupName)
|
void |
BaseSearchEngine.restore(long companyId,
String backupName)
|
void |
SearchEngineProxyWrapper.restore(long companyId,
String backupName)
|
static void |
IndexAdminHelperUtil.restore(long companyId,
String backupName)
|
void |
IndexAdminHelper.restore(String backupName)
|
static void |
IndexAdminHelperUtil.restore(String backupName)
|
String |
HitsOpenSearchImpl.search(javax.servlet.http.HttpServletRequest request,
long groupId,
long userId,
String keywords,
int startPage,
int itemsPerPage,
String format)
|
abstract String |
BaseOpenSearchImpl.search(javax.servlet.http.HttpServletRequest request,
long groupId,
long userId,
String keywords,
int startPage,
int itemsPerPage,
String format)
|
String |
OpenSearch.search(javax.servlet.http.HttpServletRequest request,
long groupId,
long userId,
String keywords,
int startPage,
int itemsPerPage,
String format)
|
String |
BaseOpenSearchImpl.search(javax.servlet.http.HttpServletRequest request,
long userId,
String keywords,
int startPage,
int itemsPerPage,
String format)
|
String |
OpenSearch.search(javax.servlet.http.HttpServletRequest request,
long userId,
String keywords,
int startPage,
int itemsPerPage,
String format)
|
String |
BaseOpenSearchImpl.search(javax.servlet.http.HttpServletRequest request,
String url)
|
String |
OpenSearch.search(javax.servlet.http.HttpServletRequest request,
String url)
|
Hits |
SearchResultPermissionFilter.search(SearchContext searchContext)
|
Hits |
Indexer.search(SearchContext searchContext)
|
Hits |
BaseIndexer.search(SearchContext searchContext)
|
Hits |
BaseSearchResultPermissionFilter.search(SearchContext searchContext)
|
static Hits |
IndexSearcherHelperUtil.search(SearchContext searchContext,
Query query)
|
Hits |
IndexSearcher.search(SearchContext searchContext,
Query query)
|
static Hits |
SearchEngineUtil.search(SearchContext searchContext,
Query query)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query) |
Hits |
IndexSearcherHelper.search(SearchContext searchContext,
Query query)
|
Hits |
Indexer.search(SearchContext searchContext,
String... selectedFieldNames)
|
Hits |
BaseIndexer.search(SearchContext searchContext,
String... selectedFieldNames)
|
static Hits |
SearchEngineUtil.search(String searchEngineId,
long companyId,
Query query,
int start,
int end)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query) |
Hits |
BaseIndexSearcher.search(String searchEngineId,
long companyId,
Query query,
Sort[] sorts,
int start,
int end)
Deprecated. As of 7.0.0, replaced by IndexSearcher.search(SearchContext,
Query) |
Hits |
IndexSearcher.search(String searchEngineId,
long companyId,
Query query,
Sort[] sort,
int start,
int end)
Deprecated. As of 7.0.0, replaced by IndexSearcher.search(SearchContext,
Query) |
static Hits |
SearchEngineUtil.search(String searchEngineId,
long companyId,
Query query,
Sort[] sorts,
int start,
int end)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query) |
static Hits |
SearchEngineUtil.search(String searchEngineId,
long companyId,
Query query,
Sort sort,
int start,
int end)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query) |
long |
Indexer.searchCount(SearchContext searchContext)
|
long |
BaseIndexer.searchCount(SearchContext searchContext)
|
static long |
IndexSearcherHelperUtil.searchCount(SearchContext searchContext,
Query query)
|
long |
IndexSearcher.searchCount(SearchContext searchContext,
Query query)
|
static long |
SearchEngineUtil.searchCount(SearchContext searchContext,
Query query)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.searchCount(SearchContext, Query) |
long |
IndexSearcherHelper.searchCount(SearchContext searchContext,
Query query)
|
String |
BaseIndexSearcher.spellCheckKeywords(SearchContext searchContext)
|
static String |
IndexSearcherHelperUtil.spellCheckKeywords(SearchContext searchContext)
|
static String |
SearchEngineUtil.spellCheckKeywords(SearchContext searchContext)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.spellCheckKeywords(SearchContext) |
String |
IndexSearcherHelper.spellCheckKeywords(SearchContext searchContext)
|
Map<String,List<String>> |
BaseIndexSearcher.spellCheckKeywords(SearchContext searchContext,
int max)
|
static Map<String,List<String>> |
IndexSearcherHelperUtil.spellCheckKeywords(SearchContext searchContext,
int max)
|
static Map<String,List<String>> |
SearchEngineUtil.spellCheckKeywords(SearchContext searchContext,
int max)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.spellCheckKeywords(SearchContext,
int) |
Map<String,List<String>> |
IndexSearcherHelper.spellCheckKeywords(SearchContext searchContext,
int max)
|
SuggesterResults |
BaseIndexSearcher.suggest(SearchContext searchContext,
Suggester suggester)
|
String[] |
BaseIndexSearcher.suggestKeywordQueries(SearchContext searchContext,
int max)
|
static String[] |
IndexSearcherHelperUtil.suggestKeywordQueries(SearchContext searchContext,
int max)
|
static String[] |
SearchEngineUtil.suggestKeywordQueries(SearchContext searchContext,
int max)
Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.suggestKeywordQueries(SearchContext,
int) |
String[] |
IndexSearcherHelper.suggestKeywordQueries(SearchContext searchContext,
int max)
|
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 IndexWriterHelperUtil.updateDocument(String, long, Document,
boolean) |
static void |
IndexWriterHelperUtil.updateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
void |
IndexWriterHelper.updateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
|
static void |
SearchEngineUtil.updateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.updateDocument(String, long, Document,
boolean) |
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 IndexWriterHelperUtil.updateDocuments(String, long,
Collection, boolean) |
static void |
IndexWriterHelperUtil.updateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
void |
IndexWriterHelper.updateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
|
static void |
SearchEngineUtil.updateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately)
Deprecated. As of 7.0.0, replaced by IndexWriterHelperUtil.updateDocuments(String, long,
Collection, boolean) |
| Uses of SearchException in com.liferay.portal.kernel.search.analysis |
|---|
| Methods in com.liferay.portal.kernel.search.analysis that throw SearchException | |
|---|---|
List<String> |
Tokenizer.tokenize(String fieldName,
String input,
String languageId)
|
static List<String> |
TokenizerUtil.tokenize(String fieldName,
String input,
String languageId)
|
| Uses of SearchException in com.liferay.portal.kernel.search.hits |
|---|
| Methods in com.liferay.portal.kernel.search.hits that throw SearchException | |
|---|---|
static boolean |
HitsProcessorRegistryUtil.process(SearchContext searchContext,
Hits hits)
|
boolean |
HitsProcessorRegistry.process(SearchContext searchContext,
Hits hits)
|
boolean |
HitsProcessor.process(SearchContext searchContext,
Hits hits)
|
| Uses of SearchException in com.liferay.portal.kernel.search.suggest |
|---|
| Methods in com.liferay.portal.kernel.search.suggest that throw SearchException | |
|---|---|
protected abstract void |
BaseGenericSpellCheckIndexWriter.addDocument(String documentType,
SearchContext searchContext,
Document document)
|
protected abstract void |
BaseGenericSpellCheckIndexWriter.addDocuments(String documentType,
SearchContext searchContext,
Collection<Document> documents)
|
static NGramHolder |
NGramHolderBuilderUtil.buildNGramHolder(String input)
|
NGramHolder |
NGramHolderBuilder.buildNGramHolder(String input)
|
static NGramHolder |
NGramHolderBuilderUtil.buildNGramHolder(String input,
int maxNGramLength)
|
NGramHolder |
NGramHolderBuilder.buildNGramHolder(String input,
int nGramMaxLength)
|
static NGramHolder |
NGramHolderBuilderUtil.buildNGramHolder(String input,
int nGramMinLength,
int nGramMaxLength)
|
NGramHolder |
NGramHolderBuilder.buildNGramHolder(String input,
int nGramMinLength,
int nGramMaxLength)
|
void |
SpellCheckIndexWriter.clearQuerySuggestionDictionaryIndexes(SearchContext searchContext)
|
void |
SpellCheckIndexWriter.clearSpellCheckerDictionaryIndexes(SearchContext searchContext)
|
String |
Collator.collate(Map<String,List<String>> suggestionsMap,
List<String> tokens)
|
static String |
CollatorUtil.collate(Map<String,List<String>> suggestions,
List<String> keywords)
|
protected Document |
BaseGenericSpellCheckIndexWriter.createDocument(long companyId,
long groupId,
String languageId,
String keywords,
float weight,
String keywordFieldName,
String typeFieldValue,
int maxNGramLength)
|
void |
BaseSpellCheckIndexWriter.indexKeyword(SearchContext searchContext,
float weight,
String keywordType)
|
void |
SpellCheckIndexWriter.indexKeyword(SearchContext searchContext,
float weight,
String keywordType)
|
void |
BaseSpellCheckIndexWriter.indexQuerySuggestionDictionaries(SearchContext searchContext)
|
void |
SpellCheckIndexWriter.indexQuerySuggestionDictionaries(SearchContext searchContext)
|
void |
BaseSpellCheckIndexWriter.indexQuerySuggestionDictionary(SearchContext searchContext)
|
void |
SpellCheckIndexWriter.indexQuerySuggestionDictionary(SearchContext searchContext)
|
void |
BaseSpellCheckIndexWriter.indexSpellCheckerDictionaries(SearchContext searchContext)
|
void |
SpellCheckIndexWriter.indexSpellCheckerDictionaries(SearchContext searchContext)
|
void |
BaseSpellCheckIndexWriter.indexSpellCheckerDictionary(SearchContext searchContext)
|
void |
SpellCheckIndexWriter.indexSpellCheckerDictionary(SearchContext searchContext)
|
String |
BaseQuerySuggester.spellCheckKeywords(SearchContext searchContext)
|
String |
QuerySuggester.spellCheckKeywords(SearchContext searchContext)
|
Map<String,List<String>> |
QuerySuggester.spellCheckKeywords(SearchContext searchContext,
int max)
|
SuggesterResults |
QuerySuggester.suggest(SearchContext searchContext,
Suggester suggester)
|
String[] |
QuerySuggester.suggestKeywordQueries(SearchContext searchContext,
int max)
|
| Uses of SearchException in com.liferay.portal.repository.proxy |
|---|
| Methods in com.liferay.portal.repository.proxy that throw SearchException | |
|---|---|
Hits |
BaseRepositoryProxyBean.search(SearchContext searchContext)
|
Hits |
BaseRepositoryProxyBean.search(SearchContext searchContext,
Query query)
|
| Uses of SearchException in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that throw SearchException | |
|---|---|
Hits |
DLAppServiceWrapper.search(long repositoryId,
SearchContext searchContext)
|
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext)
|
static Hits |
DLAppServiceUtil.search(long repositoryId,
SearchContext searchContext)
|
Hits |
DLAppServiceWrapper.search(long repositoryId,
SearchContext searchContext,
Query query)
|
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext,
Query query)
|
static Hits |
DLAppServiceUtil.search(long repositoryId,
SearchContext searchContext,
Query query)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||