Package | Description |
---|---|
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.portal.kernel.repository | |
com.liferay.portal.kernel.repository.proxy |
This package defines the portal repository proxy beans.
|
com.liferay.portal.kernel.repository.search | |
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.search.analysis | |
com.liferay.portal.kernel.search.facet.faceted.searcher | |
com.liferay.portal.kernel.search.hits | |
com.liferay.portal.kernel.search.suggest |
Modifier and Type | Method and Description |
---|---|
Hits |
DLAppServiceWrapper.search(long repositoryId,
SearchContext searchContext) |
static Hits |
DLAppServiceUtil.search(long repositoryId,
SearchContext searchContext) |
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext) |
Hits |
DLAppServiceWrapper.search(long repositoryId,
SearchContext searchContext,
Query query) |
static Hits |
DLAppServiceUtil.search(long repositoryId,
SearchContext searchContext,
Query query) |
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext,
Query query) |
Modifier and Type | Method and Description |
---|---|
Hits |
Repository.search(SearchContext searchContext) |
Hits |
BaseRepositoryImpl.search(SearchContext searchContext) |
Hits |
Repository.search(SearchContext searchContext,
Query query) |
Modifier and Type | Method and Description |
---|---|
Hits |
BaseRepositoryProxyBean.search(SearchContext searchContext) |
Hits |
BaseRepositoryProxyBean.search(SearchContext searchContext,
Query query) |
Modifier and Type | Method and Description |
---|---|
static BooleanQuery |
RepositorySearchQueryBuilderUtil.getFullQuery(SearchContext searchContext) |
BooleanQuery |
RepositorySearchQueryBuilder.getFullQuery(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.addDocument(SearchContext searchContext,
Document document) |
static void |
SearchEngineUtil.addDocument(String searchEngineId,
long companyId,
Document document)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.addDocument(String, long, Document,
boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
static void |
IndexWriterHelperUtil.addDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately) |
void |
IndexWriter.addDocuments(SearchContext searchContext,
Collection<Document> documents) |
static void |
SearchEngineUtil.addDocuments(String searchEngineId,
long companyId,
Collection<Document> documents)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.addDocuments(String, long, Collection,
boolean) |
static void |
IndexWriterHelperUtil.addDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately) |
String |
SearchEngine.backup(long companyId,
String backupName) |
String |
BaseSearchEngine.backup(long companyId,
String backupName) |
void |
IndexAdminHelper.backup(long companyId,
String backupName) |
static void |
IndexAdminHelperUtil.backup(long companyId,
String backupName) |
String |
SearchEngineProxyWrapper.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 |
BaseIndexWriter.commit(SearchContext searchContext) |
void |
IndexWriter.commit(SearchContext searchContext) |
void |
IndexWriterHelper.commit(String searchEngineId) |
static void |
SearchEngineUtil.commit(String searchEngineId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.commit(String) |
static void |
IndexWriterHelperUtil.commit(String searchEngineId) |
void |
IndexWriterHelper.commit(String searchEngineId,
long companyId) |
static void |
SearchEngineUtil.commit(String searchEngineId,
long companyId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.commit(String, long) |
static void |
IndexWriterHelperUtil.commit(String searchEngineId,
long companyId) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteDocument(String, long, String,
boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteDocument(String, long, String,
boolean) |
static void |
IndexWriterHelperUtil.deleteDocument(String searchEngineId,
long companyId,
String uid,
boolean commitImmediately) |
void |
IndexWriter.deleteDocuments(SearchContext searchContext,
Collection<String> uids) |
static void |
SearchEngineUtil.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteDocuments(String, long,
Collection, boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteDocuments(String, long,
Collection, boolean) |
static void |
IndexWriterHelperUtil.deleteDocuments(String searchEngineId,
long companyId,
Collection<String> uids,
boolean commitImmediately) |
void |
IndexWriter.deleteEntityDocuments(SearchContext searchContext,
String className) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteEntityDocuments(String, long,
String, boolean) |
static void |
IndexWriterHelperUtil.deleteEntityDocuments(String searchEngineId,
long companyId,
String className,
boolean commitImmediately) |
static void |
SearchEngineUtil.deletePortletDocuments(String searchEngineId,
long companyId,
String portletId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.deleteEntityDocuments(String, long,
String, boolean) |
protected Hits |
FacetedSearcher.doSearch(SearchContext searchContext)
Deprecated.
|
protected Hits |
BaseIndexer.doSearch(SearchContext searchContext) |
Document |
Indexer.getDocument(T object) |
Document |
BaseIndexer.getDocument(T object) |
BooleanQuery |
Indexer.getFullQuery(SearchContext searchContext) |
BooleanQuery |
BaseIndexer.getFullQuery(SearchContext searchContext) |
protected Hits |
DefaultSearchResultPermissionFilter.getHits(SearchContext searchContext)
Deprecated.
|
protected abstract Hits |
BaseSearchResultPermissionFilter.getHits(SearchContext searchContext)
Deprecated.
|
int |
IndexWriterHelper.getReindexTaskCount(long groupId,
boolean completed) |
static int |
IndexWriterHelperUtil.getReindexTaskCount(long groupId,
boolean completed) |
Summary |
Indexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Indexer.getSummary(Document, String, PortletRequest,
PortletResponse) |
Summary |
BaseIndexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), 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) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexKeyword(long, String, float,
String, Locale) |
static void |
IndexWriterHelperUtil.indexKeyword(long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale) |
void |
BaseIndexWriter.indexKeyword(SearchContext searchContext,
float weight,
String keywordType) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexKeyword(String, long, String,
float, String, Locale) |
static void |
IndexWriterHelperUtil.indexKeyword(String searchEngineId,
long companyId,
String querySuggestion,
float weight,
String keywordType,
Locale locale) |
void |
IndexWriterHelper.indexQuerySuggestionDictionaries(long companyId) |
static void |
SearchEngineUtil.indexQuerySuggestionDictionaries(long companyId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(long) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(long companyId) |
void |
BaseIndexWriter.indexQuerySuggestionDictionaries(SearchContext searchContext) |
void |
IndexWriterHelper.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId) |
static void |
SearchEngineUtil.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(
String, long) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionaries(String searchEngineId,
long companyId) |
void |
IndexWriterHelper.indexQuerySuggestionDictionary(long companyId,
Locale locale) |
static void |
SearchEngineUtil.indexQuerySuggestionDictionary(long companyId,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexQuerySuggestionDictionary(long,
Locale) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionary(long companyId,
Locale locale) |
void |
BaseIndexWriter.indexQuerySuggestionDictionary(SearchContext searchContext) |
void |
IndexWriterHelper.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale) |
static void |
SearchEngineUtil.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexQuerySuggestionDictionary(String,
long, Locale) |
static void |
IndexWriterHelperUtil.indexQuerySuggestionDictionary(String searchEngineId,
long companyId,
Locale locale) |
void |
IndexWriterHelper.indexSpellCheckerDictionaries(long companyId) |
static void |
SearchEngineUtil.indexSpellCheckerDictionaries(long companyId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexSpellCheckerDictionaries(long) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionaries(long companyId) |
void |
BaseIndexWriter.indexSpellCheckerDictionaries(SearchContext searchContext) |
void |
IndexWriterHelper.indexSpellCheckerDictionaries(String searchEngineId,
long companyId) |
static void |
SearchEngineUtil.indexSpellCheckerDictionaries(String searchEngineId,
long companyId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexSpellCheckerDictionaries(String,
long) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionaries(String searchEngineId,
long companyId) |
void |
IndexWriterHelper.indexSpellCheckerDictionary(long companyId,
Locale locale) |
static void |
SearchEngineUtil.indexSpellCheckerDictionary(long companyId,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexSpellCheckerDictionary(long,
Locale) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionary(long companyId,
Locale locale) |
void |
BaseIndexWriter.indexSpellCheckerDictionary(SearchContext searchContext) |
void |
IndexWriterHelper.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale) |
static void |
SearchEngineUtil.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.indexSpellCheckerDictionary(String,
long, Locale) |
static void |
IndexWriterHelperUtil.indexSpellCheckerDictionary(String searchEngineId,
long companyId,
Locale locale) |
void |
IndexWriter.partiallyUpdateDocument(SearchContext searchContext,
Document document) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.partiallyUpdateDocument(String, long,
Document, boolean) |
static void |
IndexWriterHelperUtil.partiallyUpdateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately) |
void |
IndexWriter.partiallyUpdateDocuments(SearchContext searchContext,
Collection<Document> documents) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.partiallyUpdateDocuments(String, long,
Collection, boolean) |
static void |
IndexWriterHelperUtil.partiallyUpdateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately) |
protected void |
BaseIndexer.processHits(SearchContext searchContext,
Hits hits) |
void |
Indexer.reindex(Collection<T> objects) |
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap) |
static BackgroundTask |
IndexWriterHelperUtil.reindex(long userId,
String jobName,
long[] companyIds,
Map<String,Serializable> taskContextMap) |
BackgroundTask |
IndexWriterHelper.reindex(long userId,
String jobName,
long[] companyIds,
String className,
Map<String,Serializable> taskContextMap) |
static BackgroundTask |
IndexWriterHelperUtil.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 |
BaseSearchEngine.removeBackup(long companyId,
String backupName) |
void |
IndexAdminHelper.removeBackup(long companyId,
String backupName) |
static void |
IndexAdminHelperUtil.removeBackup(long companyId,
String backupName) |
void |
SearchEngineProxyWrapper.removeBackup(long companyId,
String backupName) |
void |
IndexAdminHelper.removeBackup(String backupName) |
static void |
IndexAdminHelperUtil.removeBackup(String backupName) |
void |
SearchEngine.restore(long companyId,
String backupName) |
void |
BaseSearchEngine.restore(long companyId,
String backupName) |
void |
IndexAdminHelper.restore(long companyId,
String backupName) |
static void |
IndexAdminHelperUtil.restore(long companyId,
String backupName) |
void |
SearchEngineProxyWrapper.restore(long companyId,
String backupName) |
void |
IndexAdminHelper.restore(String backupName) |
static void |
IndexAdminHelperUtil.restore(String backupName) |
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 |
HitsOpenSearchImpl.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 |
SearchResultPermissionFilterSearcher.search(SearchContext searchContext) |
Hits |
Indexer.search(SearchContext searchContext) |
Hits |
BaseSearchResultPermissionFilter.search(SearchContext searchContext)
Deprecated.
|
Hits |
BaseIndexer.search(SearchContext searchContext) |
Hits |
SearchResultPermissionFilter.search(SearchContext searchContext) |
static Hits |
IndexSearcherHelperUtil.search(SearchContext searchContext,
Query query) |
static Hits |
SearchEngineUtil.search(SearchContext searchContext,
Query query)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexSearcherHelperUtil.search(SearchContext, Query) |
Hits |
IndexSearcherHelper.search(SearchContext searchContext,
Query query) |
Hits |
IndexSearcher.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 Wilberforce (7.0.x), replaced by
IndexSearcherHelperUtil.search(SearchContext, Query) |
Hits |
BaseIndexSearcher.search(String searchEngineId,
long companyId,
Query query,
Sort[] sorts,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
IndexSearcherHelperUtil.search(SearchContext, Query) |
Hits |
IndexSearcher.search(String searchEngineId,
long companyId,
Query query,
Sort[] sort,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexSearcher.search(SearchContext, Query) |
static Hits |
SearchEngineUtil.search(String searchEngineId,
long companyId,
Query query,
Sort sort,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexSearcherHelperUtil.search(SearchContext, Query) |
long |
Indexer.searchCount(SearchContext searchContext) |
long |
BaseIndexer.searchCount(SearchContext searchContext) |
static long |
IndexSearcherHelperUtil.searchCount(SearchContext searchContext,
Query query) |
static long |
SearchEngineUtil.searchCount(SearchContext searchContext,
Query query)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexSearcherHelperUtil.searchCount(SearchContext, Query) |
long |
IndexSearcherHelper.searchCount(SearchContext searchContext,
Query query) |
long |
IndexSearcher.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 Wilberforce (7.0.x), 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 Wilberforce (7.0.x), 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 Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.updateDocument(String, long, Document,
boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.updateDocument(String, long, Document,
boolean) |
static void |
IndexWriterHelperUtil.updateDocument(String searchEngineId,
long companyId,
Document document,
boolean commitImmediately) |
void |
IndexWriter.updateDocuments(SearchContext searchContext,
Collection<Document> documents) |
static void |
SearchEngineUtil.updateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents)
Deprecated.
As of Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.updateDocuments(String, long,
Collection, boolean) |
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 Wilberforce (7.0.x), replaced by
IndexWriterHelperUtil.updateDocuments(String, long,
Collection, boolean) |
static void |
IndexWriterHelperUtil.updateDocuments(String searchEngineId,
long companyId,
Collection<Document> documents,
boolean commitImmediately) |
Modifier and Type | Method and Description |
---|---|
List<String> |
Tokenizer.tokenize(String fieldName,
String input,
String languageId) |
static List<String> |
TokenizerUtil.tokenize(String fieldName,
String input,
String languageId) |
Modifier and Type | Method and Description |
---|---|
Hits |
FacetedSearcher.search(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
HitsProcessorRegistry.process(SearchContext searchContext,
Hits hits) |
boolean |
HitsProcessor.process(SearchContext searchContext,
Hits hits) |
static boolean |
HitsProcessorRegistryUtil.process(SearchContext searchContext,
Hits hits) |
Modifier and Type | Method and Description |
---|---|
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) |