Class FulltextSearchFlowServiceImpl
java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.publicflow.FulltextSearchFlowServiceImpl
- All Implemented Interfaces:
FulltextSearchFlowService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFulltextSearchFlowServiceImpl
(FulltextIndexService fulltextIndexService, Context context, DataModel dataModel, ContentTreeService contentTreeService, org.slf4j.Logger log, ChildOfConditionService childOfConditionService) -
Method Summary
Modifier and TypeMethodDescriptionsearch
(SearchService.SearchParameters searchParameters) void
setModifiers
(List<FulltextSearchBuilderModifier> modifiers)
-
Field Details
-
modifiers
-
-
Constructor Details
-
FulltextSearchFlowServiceImpl
public FulltextSearchFlowServiceImpl(@Lazy FulltextIndexService fulltextIndexService, Context context, DataModel dataModel, ContentTreeService contentTreeService, org.slf4j.Logger log, ChildOfConditionService childOfConditionService)
-
-
Method Details
-
search
public DetailedGridResultData search(SearchService.SearchParameters searchParameters) throws PersistException, RpcExecutionException - Specified by:
search
in interfaceFulltextSearchFlowService
- Throws:
PersistException
RpcExecutionException
-
setModifiers
-