Package com.axelor.db.search
Class SearchModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.axelor.db.search.SearchModule
-
- All Implemented Interfaces:
Module
public class SearchModule extends AbstractModule
A Guice module to configure full-text search feature.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_DIRECTORY_PROVIDER
static String
DEFAULT_INDEX_BASE
-
Constructor Summary
Constructors Constructor Description SearchModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
static boolean
isEnabled()
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Field Detail
-
DEFAULT_DIRECTORY_PROVIDER
public static final String DEFAULT_DIRECTORY_PROVIDER
- See Also:
- Constant Field Values
-
DEFAULT_INDEX_BASE
public static final String DEFAULT_INDEX_BASE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnabled
public static boolean isEnabled()
-
configure
protected void configure()
- Overrides:
configure
in classAbstractModule
-
-