|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DouiIndexConfig | |
---|---|
lumis.content.search | |
lumis.content.search.common | |
lumis.doui.search | |
lumis.doui.search.common | |
lumis.doui.table |
Uses of DouiIndexConfig in lumis.content.search |
---|
Methods in lumis.content.search that return DouiIndexConfig | |
---|---|
DouiIndexConfig |
ContentIndexer.createDouiIndexConfig(Content content)
|
Methods in lumis.content.search with parameters of type DouiIndexConfig | |
---|---|
void |
ContentIndexer.reindexContent(Content content,
Collection<String> originalServiceInstanceIds,
DouiIndexConfig douiIndexConfig)
|
void |
ContentIndexer.removeContentFromIndex(Content content,
Collection<String> originalServiceInstanceIds,
DouiIndexConfig douiIndexConfig)
|
Uses of DouiIndexConfig in lumis.content.search.common |
---|
Methods in lumis.content.search.common that return DouiIndexConfig | |
---|---|
DouiIndexConfig |
IContentIndexer.createDouiIndexConfig(Content content)
Creates a default index configuration for the given content. |
Methods in lumis.content.search.common with parameters of type DouiIndexConfig | |
---|---|
void |
IContentIndexer.reindexContent(Content content,
Collection<String> serviceInstanceIds,
DouiIndexConfig douiIndexConfig)
Performs the re-indexing of the given content. |
void |
IContentIndexer.removeContentFromIndex(Content content,
Collection<String> serviceInstanceIds,
DouiIndexConfig douiIndexConfig)
Removes the given content from the search index. |
Uses of DouiIndexConfig in lumis.doui.search |
---|
Methods in lumis.doui.search with parameters of type DouiIndexConfig | |
---|---|
void |
DouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
void |
DouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
protected void |
DouiIndexer.removeSearchContents(List<SearchContent> searchContents,
String selectionFieldName,
DouiIndexConfig douiIndexConfig)
|
void |
DouiIndexer.removeSearchContentsByServiceInstanceId(String serviceInstanceId,
Source source,
DouiIndexConfig douiIndexConfig)
|
Uses of DouiIndexConfig in lumis.doui.search.common |
---|
Methods in lumis.doui.search.common with parameters of type DouiIndexConfig | |
---|---|
void |
IDouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
void |
IDouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
void |
IDouiIndexer.removeSearchContentsByServiceInstanceId(String serviceInstanceId,
Source source,
DouiIndexConfig douiIndexConfig)
|
Uses of DouiIndexConfig in lumis.doui.table |
---|
Methods in lumis.doui.table that return DouiIndexConfig | |
---|---|
protected DouiIndexConfig |
BaseTableDataProcessActionHandler.getIndexConfig()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |