Uses of Class
lumis.search.SearchContent

Packages that use SearchContent
lumis.content.search   
lumis.doui.search   
lumis.search Provides classes for implementing search services integrated to Lumis Portal. 
lumis.search.lucene   
 

Uses of SearchContent in lumis.content.search
 

Methods in lumis.content.search that return types with arguments of type SearchContent
 List<SearchContent> ContentTabularSourceSearchContentFiller.getSearchContentsForAdd()
           
 List<SearchContent> ContentTabularSourceSearchContentFiller.getSearchContentsForRemove()
           
 

Uses of SearchContent in lumis.doui.search
 

Fields in lumis.doui.search with type parameters of type SearchContent
protected  List<SearchContent> DouiTabularSourceSearchContentFiller.searchContents
           
 

Methods in lumis.doui.search that return types with arguments of type SearchContent
 List<SearchContent> ISourceSearchContentFiller.getSearchContentsForAdd()
           
 List<SearchContent> DouiTabularSourceSearchContentFiller.getSearchContentsForAdd()
           
 List<SearchContent> ISourceSearchContentFiller.getSearchContentsForRemove()
           
 List<SearchContent> DouiTabularSourceSearchContentFiller.getSearchContentsForRemove()
           
 

Methods in lumis.doui.search with parameters of type SearchContent
protected  void DouiTabularSourceSearchContentFiller.addIdField(SearchContent searchContent, String searchContentId)
           
 

Method parameters in lumis.doui.search with type arguments of type SearchContent
protected  void DouiIndexer.removeSearchContents(List<SearchContent> searchContents, String selectionFieldName, DouiIndexConfig douiIndexConfig)
           
 

Uses of SearchContent in lumis.search
 

Methods in lumis.search that return SearchContent
 SearchContent SearchContent.clone()
           
 SearchContent SearchHit.getSearchContent()
          Returns a SearchContent object related to the hit, containing all fields.
 

Methods in lumis.search with parameters of type SearchContent
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)
          Removes a content from the index, using content's identifier field as selection criteria.
abstract  void Indexer.removeSearchContent(SearchContent searchContent, String selectionFieldName)
          Removes a content from the index, using a field of a content as selection criteria.
 

Method parameters in lumis.search with type arguments of type SearchContent
abstract  void Indexer.removeSearchContent(Collection<SearchContent> searchContents)
          Removes a content collection from the index, using each content's identifier field as selection criteria.
 

Constructors in lumis.search with parameters of type SearchContent
SearchContent(SearchContent searchContent)
          Constructs an instance of SearchContent cloning the SearchContentFields of another SearchContent object.
 

Uses of SearchContent in lumis.search.lucene
 

Methods in lumis.search.lucene that return SearchContent
static SearchContent SearchContentConverter.convert(org.apache.lucene.document.Document document)
           
 SearchContent LuceneSearchHit.getSearchContent()
           
 

Methods in lumis.search.lucene with parameters of type SearchContent
 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)
           
 

Method parameters in lumis.search.lucene with type arguments of type SearchContent
 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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.