Package | Description |
---|---|
lumis.content.search | |
lumis.doui.search | |
lumis.search |
Provides classes for implementing search services integrated to Lumis Portal.
|
lumis.search.lucene |
Modifier and Type | Method and Description |
---|---|
List<SearchContent> |
ContentTabularSourceSearchContentFiller.getSearchContentsForAdd() |
List<SearchContent> |
ContentTabularSourceSearchContentFiller.getSearchContentsForRemove() |
Modifier and Type | Field and Description |
---|---|
protected List<SearchContent> |
DouiTabularSourceSearchContentFiller.searchContents |
Modifier and Type | Method and Description |
---|---|
List<SearchContent> |
DouiTabularSourceSearchContentFiller.getSearchContentsForAdd() |
List<SearchContent> |
ISourceSearchContentFiller.getSearchContentsForAdd() |
List<SearchContent> |
DouiTabularSourceSearchContentFiller.getSearchContentsForRemove() |
List<SearchContent> |
ISourceSearchContentFiller.getSearchContentsForRemove() |
Modifier and Type | Method and Description |
---|---|
protected void |
DouiTabularSourceSearchContentFiller.addIdField(SearchContent searchContent,
String searchContentId) |
Modifier and Type | Method and Description |
---|---|
protected void |
DouiIndexer.removeSearchContents(List<SearchContent> searchContents,
String selectionFieldName,
DouiIndexConfig douiIndexConfig) |
Modifier and Type | Method and Description |
---|---|
SearchContent |
SearchContent.clone() |
SearchContent |
SearchHit.getSearchContent()
Returns a
SearchContent object related to the hit, containing all
fields . |
Modifier and Type | Method and Description |
---|---|
abstract void |
Indexer.addSearchContent(SearchContent searchContent)
Adds a
content to the index. |
void |
Indexer.mergeSearchContent(SearchContent searchContent)
Deprecated.
Since 4.2.2 this method is no longer
supported since most search engines do not offer such operation.
Uses of this method must be adapted to use other methods of this
interface. This method now throws
UnsupportedOperationException
and is being kept only for binary compatibility. It will be removed
in a future version. |
abstract void |
Indexer.removeSearchContent(SearchContent searchContent)
|
abstract void |
Indexer.removeSearchContent(SearchContent searchContent,
String selectionFieldName)
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Indexer.removeSearchContent(Collection<SearchContent> searchContents)
Removes a
content collection from the index, using each
content 's identifier field
as selection criteria. |
Constructor and Description |
---|
SearchContent(SearchContent searchContent)
Constructs an instance of
SearchContent cloning the SearchContentField s
of another SearchContent object. |
Modifier and Type | Method and Description |
---|---|
static SearchContent |
SearchContentConverter.convert(org.apache.lucene.document.Document document) |
SearchContent |
LuceneSearchHit.getSearchContent() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexer.addSearchContent(SearchContent searchContent) |
protected void |
LuceneIndexer.addSearchContent(SearchContent searchContent,
String indexPath) |
static org.apache.lucene.document.Document |
DocumentConverter.convert(SearchContent searchContent) |
protected String |
LuceneIndexer.getIndexBasePath(SearchContent searchContent) |
void |
LuceneIndexer.removeSearchContent(SearchContent searchContent) |
void |
LuceneIndexer.removeSearchContent(SearchContent searchContent,
String selectionFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexer.removeSearchContent(Collection<SearchContent> searchContents) |
protected void |
LuceneIndexer.removeSearchContent(Collection<SearchContent> searchContents,
String selectionFieldName) |
protected void |
LuceneIndexer.removeSearchContent(Collection<SearchContent> searchContents,
String indexPath,
String selectionFieldName) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.