public class ProgressiveExpandExecutor
extends java.lang.Object
implements com.exalead.search.SearchLogicRunner
Modifier and Type | Field and Description |
---|---|
protected com.exalead.search.ExpandResult |
result |
Constructor and Description |
---|
ProgressiveExpandExecutor(SearchLogic logic,
com.exalead.datamodel.utils.DataModelExplorer dataModelExplorer) |
Modifier and Type | Method and Description |
---|---|
void |
expand(com.exalead.search.SearchContainer container) |
void |
onDeinit() |
void |
onInit() |
void |
search(com.exalead.search.SearchContainer container) |
void |
sendError(com.exalead.search.SearchContainer container,
com.exalead.expand.progressive.ProgressiveExpandException error) |
public ProgressiveExpandExecutor(SearchLogic logic, com.exalead.datamodel.utils.DataModelExplorer dataModelExplorer)
public void onInit()
onInit
in interface com.exalead.search.SearchLogicRunner
public void onDeinit()
onDeinit
in interface com.exalead.search.SearchLogicRunner
public void search(com.exalead.search.SearchContainer container) throws QueryProcessingException
search
in interface com.exalead.search.SearchLogicRunner
QueryProcessingException
public void expand(com.exalead.search.SearchContainer container) throws com.exalead.expand.progressive.ProgressiveExpandException, com.exalead.search.SearchProcessingException
com.exalead.expand.progressive.ProgressiveExpandException
com.exalead.search.SearchProcessingException
public void sendError(com.exalead.search.SearchContainer container, com.exalead.expand.progressive.ProgressiveExpandException error) throws QueryProcessingException
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.