| Package | Description |
|---|---|
| org.exoplatform.services.wcm.search |
Provides Search Service to handle search on a site with different criteria.
|
| org.exoplatform.services.wcm.search.base | |
| org.exoplatform.services.wcm.search.connector | |
| org.exoplatform.wcm.webui.selector.content |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageList<ResultNode> |
SiteSearchServiceImpl.searchPageContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
Locale locale,
int pageSize,
boolean isSearchContent) |
AbstractPageList<ResultNode> |
SiteSearchService.searchPageContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
Locale locale,
int pageSize,
boolean isSearchContent)
Searches for pages.
|
AbstractPageList<ResultNode> |
SiteSearchServiceImpl.searchSiteContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
Locale locale,
int pageSize,
boolean isSearchContent) |
AbstractPageList<ResultNode> |
SiteSearchService.searchSiteContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
Locale locale,
int pageSize,
boolean isSearchContent)
Searches for content nodes of a site.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayNodePageList<E>
Created by The eXo Platform SAS
Author : Nguyen Anh Vu
anhvurz90@gmail.com
Jun 17, 2011
|
class |
QueryResultPageList<E>
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Jun 17, 2011
|
| Modifier and Type | Method and Description |
|---|---|
static <E> AbstractPageList<E> |
PageListFactory.createPageList(List<javax.jcr.Node> nodes,
int pageSize,
NodeSearchFilter filter,
SearchDataCreator<E> dataCreator) |
static <E> AbstractPageList<E> |
PageListFactory.createPageList(String queryStatement,
Locale locale,
String workspace,
String language,
boolean isSystemSession,
NodeSearchFilter filter,
SearchDataCreator<E> dataCreator) |
static <E> AbstractPageList<E> |
PageListFactory.createPageList(String queryStatement,
Locale locale,
String workspace,
String language,
boolean isSystemSession,
NodeSearchFilter filter,
SearchDataCreator<E> dataCreator,
int pageSize,
int bufferSize) |
static <E> AbstractPageList<E> |
PageListFactory.createPageList(String queryStatement,
Locale locale,
String workspace,
String language,
boolean isSystemSession,
NodeSearchFilter filter,
SearchDataCreator<E> dataCreator,
int pageSize,
int bufferSize,
QueryCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageList<ResultNode> |
PageSearchServiceConnector.searchNodes(QueryCriteria criteria,
org.exoplatform.commons.api.search.data.SearchContext context) |
protected abstract AbstractPageList<ResultNode> |
BaseSearchServiceConnector.searchNodes(QueryCriteria criteria,
org.exoplatform.commons.api.search.data.SearchContext context)
searches base on the search service type
|
protected AbstractPageList<ResultNode> |
BaseContentSearchServiceConnector.searchNodes(QueryCriteria criteria,
org.exoplatform.commons.api.search.data.SearchContext context)
searches base on the search service type
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.exoplatform.commons.api.search.data.SearchResult> |
BaseSearchServiceConnector.convertResult(AbstractPageList<ResultNode> pageList,
int limit,
int offset,
org.exoplatform.commons.api.search.data.SearchContext context)
converts data: from
PageList<ResultNode> to List<SearchResult> |
| Modifier and Type | Method and Description |
|---|---|
void |
UIContentSearchResult.updateGrid(AbstractPageList<ResultNode> pageList)
Update grid.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.