Modifier and Type | Method and Description |
---|---|
void |
DDMStructureManager.addAttributes(long structureId,
Document document,
DDMFormValues ddmFormValues) |
static void |
DDMStructureManagerUtil.addAttributes(long structureId,
Document document,
DDMFormValues ddmFormValues) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandoBridgeIndexer.addAttributes(Document document,
ExpandoBridge expandoBridge) |
static void |
ExpandoBridgeIndexerUtil.addAttributes(Document doc,
ExpandoBridge expandoBridge) |
Modifier and Type | Method and Description |
---|---|
void |
IndexableActionableDynamicQuery.addDocuments(Document... documents) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl |
Modifier and Type | Method and Description |
---|---|
Document |
Hits.doc(int n) |
Document |
HitsImpl.doc(int n) |
protected Document |
BaseSearcher.doGetDocument(Object obj) |
protected abstract Document |
BaseIndexer.doGetDocument(T object) |
protected Document |
BaseIndexer.getBaseModelDocument(String portletId,
BaseModel<?> baseModel) |
protected Document |
BaseIndexer.getBaseModelDocument(String portletId,
BaseModel<?> baseModel,
BaseModel<?> workflowedBaseModel) |
Document[] |
Hits.getDocs() |
Document[] |
HitsImpl.getDocs() |
Document |
Indexer.getDocument(T object) |
Document |
BaseIndexer.getDocument(T object) |
protected Document |
BaseIndexer.newDocument() |
Modifier and Type | Method and Description |
---|---|
List<Document> |
Hits.toList() |
List<Document> |
HitsImpl.toList() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseIndexer.addAssetFields(Document document,
String className,
long classPK) |
void |
IndexWriterProxyBean.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 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) |
protected void |
BaseIndexer.addLocalizedField(Document document,
String field,
Locale siteDefaultLocale,
Map<Locale,String> map) |
void |
SearchPermissionChecker.addPermissionFields(long companyId,
Document doc) |
void |
BaseRelatedEntryIndexer.addRelatedEntryFields(Document document,
Object obj) |
void |
RelatedEntryIndexer.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) |
SearchResult |
SearchResultManager.createSearchResult(Document document) |
protected Summary |
BaseIndexer.createSummary(Document document) |
protected Summary |
BaseIndexer.createSummary(Document document,
String titleField,
String contentField) |
protected Summary |
BaseSearcher.doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
protected abstract Summary |
BaseIndexer.doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
String |
SearchEngineHelper.getSearchEngineId(Document document) |
static String |
SearchEngineHelperUtil.getSearchEngineId(Document document) |
protected Locale |
BaseIndexer.getSnippetLocale(Document document,
Locale locale) |
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 |
SummaryFactory.getSummary(Document document,
String className,
long classPK,
Locale locale,
PortletRequest portletRequest,
PortletResponse 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) |
protected String |
HitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay,
long groupId,
Document result,
PortletURL portletURL) |
void |
IndexWriterProxyBean.partiallyUpdateDocument(SearchContext searchContext,
Document document) |
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) |
protected void |
BaseIndexer.populateAddresses(Document document,
List<Address> addresses,
long regionId,
long countryId) |
protected void |
BaseIndexSearcher.populateUID(Document document,
QueryConfig queryConfig) |
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) |
void |
BaseIndexerPostProcessor.postProcessSummary(Summary summary,
Document document,
Locale locale,
String snippet) |
void |
Hits.setDocs(Document[] docs) |
void |
HitsImpl.setDocs(Document[] docs) |
void |
IndexWriterProxyBean.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 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 |
SearchResultManager.updateSearchResult(SearchResult searchResult,
Document document,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriterProxyBean.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 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) |
protected void |
BaseSearchResultPermissionFilter.collectHits(Hits hits,
List<Document> documents,
List<Float> scores,
int count)
Deprecated.
|
String |
SearchEngineHelper.getSearchEngineId(Collection<Document> documents) |
static String |
SearchEngineHelperUtil.getSearchEngineId(Collection<Document> documents) |
void |
IndexWriterProxyBean.partiallyUpdateDocuments(SearchContext searchContext,
Collection<Document> documents) |
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) |
void |
IndexWriterProxyBean.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 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) |
protected void |
BaseSearchResultPermissionFilter.updateHits(Hits hits,
List<Document> documents,
List<Float> scores,
int start,
int end,
int size,
long startTime)
Deprecated.
|
Constructor and Description |
---|
DocumentHelper(Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
DummyIndexer.getDocument(Object object) |
Modifier and Type | Method and Description |
---|---|
void |
DummyIndexWriter.addDocument(SearchContext searchContext,
Document document) |
Summary |
DummyIndexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DummyIndexer.getSummary(Document, String, PortletRequest,
PortletResponse) |
Summary |
DummyIndexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
void |
DummyIndexWriter.partiallyUpdateDocument(SearchContext searchContext,
Document document) |
void |
DummyIndexWriter.updateDocument(SearchContext searchContext,
Document document) |
Modifier and Type | Method and Description |
---|---|
void |
DummyIndexWriter.addDocuments(SearchContext searchContext,
Collection<Document> documents) |
void |
DummyIndexWriter.partiallyUpdateDocuments(SearchContext searchContext,
Collection<Document> documents) |
void |
DummyIndexWriter.updateDocuments(SearchContext searchContext,
Collection<Document> documents) |
Modifier and Type | Method and Description |
---|---|
void |
FacetPostProcessor.exclude(Collection<Document> documents,
Facet facet) |
Modifier and Type | Method and Description |
---|---|
static void |
HighlightUtil.addSnippet(Document document,
Set<String> queryTerms,
String snippet,
String snippetFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResultContributor.addRelatedModel(SearchResult searchResult,
Document document,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
protected Document |
BaseGenericSpellCheckIndexWriter.createDocument() |
protected Document |
BaseGenericSpellCheckIndexWriter.createDocument(long companyId,
long groupId,
String languageId,
String keywords,
float weight,
String keywordFieldName,
String typeFieldValue,
int maxNGramLength) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseGenericSpellCheckIndexWriter.addDocument(String documentType,
SearchContext searchContext,
Document document) |
protected void |
BaseGenericSpellCheckIndexWriter.addNGramFields(Document document,
Map<String,String> nGrams) |
void |
BaseGenericSpellCheckIndexWriter.setDocumentPrototype(Document documentPrototype) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseGenericSpellCheckIndexWriter.addDocuments(String documentType,
SearchContext searchContext,
Collection<Document> documents) |