Class MixedSearchServiceImpl
- java.lang.Object
-
- org.silverpeas.components.whitepages.service.MixedSearchServiceImpl
-
- All Implemented Interfaces:
MixedSearchService
@Service public class MixedSearchServiceImpl extends Object implements MixedSearchService
-
-
Constructor Summary
Constructors Constructor Description MixedSearchServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.silverpeas.core.index.search.model.SearchResult>search(String componentId, String userId, String queryString, String taxonomyPosition, Map<String,String> xmlFields, String xmlTemplate, List<org.silverpeas.core.index.indexing.model.FieldDescription> fieldsQuery, String language)
-
-
-
Method Detail
-
search
public List<org.silverpeas.core.index.search.model.SearchResult> search(String componentId, String userId, String queryString, String taxonomyPosition, Map<String,String> xmlFields, String xmlTemplate, List<org.silverpeas.core.index.indexing.model.FieldDescription> fieldsQuery, String language) throws Exception
- Specified by:
searchin interfaceMixedSearchService- Parameters:
componentId- the component instance identifieruserId- the user identifierqueryString- standard searchtaxonomyPosition- PDC filterxmlFields- xml fields filterxmlTemplate- xml template filterfieldsQuery- ldap and silverpeas fields filter- Returns:
- a List of SearchResult
- Throws:
Exception
-
-