Package | Description |
---|---|
net.sf.mmm.search.engine.api |
Provides the API of the search-engine.
|
net.sf.mmm.search.engine.base |
Contains the base-implementation of search-engine.
|
Modifier and Type | Method and Description |
---|---|
SearchQueryErrorHandler |
SearchQueryBuilderOptions.getErrorHandler()
This method gets the
SearchQueryErrorHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SearchQueryErrorHandlerCollectErrorMessages
This is an implementation of
SearchQueryErrorHandler that collects all errors
messages . |
class |
SearchQueryErrorHandlerCollectErrors
This is an implementation of
SearchQueryErrorHandler that collects all errors. |
class |
SearchQueryErrorHandlerFail
This is an implementation of
SearchQueryErrorHandler that throws an exception in case of any error. |
class |
SearchQueryErrorHandlerIgnore
This is an implementation of
SearchQueryErrorHandler that simply ignores all errors. |
Modifier and Type | Field and Description |
---|---|
private SearchQueryErrorHandler |
SearchQueryBuilderOptionsBean.errorHander |
Modifier and Type | Method and Description |
---|---|
SearchQueryErrorHandler |
SearchQueryBuilderOptionsBean.getErrorHandler()
This method gets the
SearchQueryErrorHandler . |
Modifier and Type | Method and Description |
---|---|
void |
SearchQueryBuilderOptionsBean.setErrorHander(SearchQueryErrorHandler errorHander) |
Copyright © 2001–2016 mmm-Team. All rights reserved.