Package de.cxp.ocs
Class SearchContext
- java.lang.Object
-
- de.cxp.ocs.SearchContext
-
public class SearchContext extends Object
Holder for several tenant specific objects.
-
-
Field Summary
Fields Modifier and Type Field Description SearchConfigurationconfigFieldConfigIndexfieldConfigIndexList<UserQueryPreprocessor>userQueryPreprocessors
-
Constructor Summary
Constructors Constructor Description SearchContext()
-
-
-
Field Detail
-
fieldConfigIndex
public final FieldConfigIndex fieldConfigIndex
-
config
public final SearchConfiguration config
-
userQueryPreprocessors
public final List<UserQueryPreprocessor> userQueryPreprocessors
-
-