Class PdcSearchProcessor
- java.lang.Object
-
- org.silverpeas.core.pdc.pdc.service.PdcSearchProcessor
-
- All Implemented Interfaces:
SearchQueryProcessor
@Service @TaxonomySearch public class PdcSearchProcessor extends Object implements SearchQueryProcessor
- Author:
- Nicolas Eysseric
-
-
Constructor Summary
Constructors Constructor Description PdcSearchProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SearchResult>
process(QueryDescription query, List<SearchResult> results)
-
-
-
Method Detail
-
process
public List<SearchResult> process(QueryDescription query, List<SearchResult> results)
- Specified by:
process
in interfaceSearchQueryProcessor
-
-