Package | Description |
---|---|
lumis.doui.search | |
lumis.portal.bigdata.query |
Interfaces and classes used for performing a query in
IBigDataRepository (more specifically in an IBigDataSearcher ). |
lumis.search.lucene | |
lumis.service.smartcontent |
Modifier and Type | Method and Description |
---|---|
protected Object |
SearchDataProvider.getHighlight(ISearchHit hit,
ISourceData row)
Returns the highlight value for the given row.
|
protected String |
SearchDataProvider.getMainPublishedContextUrlValue(ISearchHit hit)
Returns the main context URL value that user has access permission.
|
protected Object |
SearchDataProvider.getPublications(ISearchHit hit,
ISourceData row,
SearchSource searchSource)
Returns the publications of the given search hit.
|
protected void |
SearchDataProvider.populateRow(SessionConfig sessionConfig,
ISourceData row,
ISearchHit hit,
Set<String> fieldIds,
SearchSource searchSource,
ITransaction transaction)
Populate the given row with the given search hit.
|
protected void |
SearchDataProvider.populateRowField(SessionConfig sessionConfig,
ISourceData row,
ISearchHit hit,
String fieldId,
SearchSource searchSource,
ITransaction transaction)
Populates the given field within the row with the given hit.
|
Modifier and Type | Method and Description |
---|---|
List<ISearchHit> |
ISearchResults.getHits()
Returns a list of
hits . |
Modifier and Type | Method and Description |
---|---|
protected String |
LuceneSearcher.getMainPublishedContextUrlValue(ISearchHit hit)
Deprecated.
Returns the main context URL value that user has access permission.
|
Modifier and Type | Method and Description |
---|---|
static List<ISearchHit> |
SmartContentUtil.chooseSearchByInterfaceType(SessionConfig sessionConfig,
String interfaceType,
TabularSource<?> source,
ITransaction transaction)
Choose a method use for an specific interface.
|
static List<ISearchHit> |
SmartContentUtil.getInterestingContent(SessionConfig sessionConfig,
TabularSource<?> source,
ITransaction transaction)
Get contents that must be interesting for user by running a query on elasticSearch.
|
static List<ISearchHit> |
SmartContentUtil.getLastContentNotRead(SessionConfig sessionConfig,
TabularSource<?> source,
ITransaction transaction)
Get last contents that wasn't read by me.
|
static List<ISearchHit> |
SmartContentUtil.getLastContentRead(SessionConfig sessionConfig,
TabularSource<?> source,
ITransaction transaction)
Get last contents read by me, by running a query on elasticSearch.
|
static List<ISearchHit> |
SmartContentUtil.getMostLikedOrCommentedOrViewsRecommendedContents(SessionConfig sessionConfig,
TabularSource<?> source,
String type,
ITransaction transaction)
Get most like, commented or viewed recommend contents.
|
static List<ISearchHit> |
SmartContentUtil.getMostLikedOrCommnentedOrViewsContents(SessionConfig sessionConfig,
TabularSource<?> source,
String type,
ITransaction transaction)
Get most like, commented or viewed contents.
|
static List<ISearchHit> |
SmartContentUtil.getRecommendToMe(SessionConfig sessionConfig,
TabularSource<?> source,
ITransaction transaction)
Get contents recommend to me by running a query on elasticSearch.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.