Serialized Form
-
Package de.cxp.ocs
-
Class de.cxp.ocs.InfoReqHandler
class InfoReqHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package de.cxp.ocs.config
-
Exception Class de.cxp.ocs.config.FieldConfigIncompatibilityException
class FieldConfigIncompatibilityException extends Exception implements Serializable- serialVersionUID:
- 312492302L
-
-
Package de.cxp.ocs.smartsuggest.querysuggester
-
Exception Class de.cxp.ocs.smartsuggest.querysuggester.SuggestException
class SuggestException extends RuntimeException implements Serializable- serialVersionUID:
- -4055077488050336590L
-
-
Package de.cxp.ocs.smartsuggest.spi
-
Class de.cxp.ocs.smartsuggest.spi.SuggestConfig
class SuggestConfig extends Object implements Serializable-
Serialized Fields
-
alwaysDoFuzzy
boolean alwaysDoFuzzy
-
groupConfig
List<SuggestConfig.GroupConfig> groupConfig
-
groupDeduplicationOrder
String[] groupDeduplicationOrder
-
groupKey
String groupKey
-
isIndexConcurrently
boolean isIndexConcurrently
-
locale
Locale locale
-
maxSharpenedQueries
int maxSharpenedQueries
-
prefetchLimitFactor
int prefetchLimitFactor
-
sortStrategy
SuggestConfig.SortStrategy sortStrategy
-
useDataSourceMerger
boolean useDataSourceMerger
-
useRelativeShareLimit
boolean useRelativeShareLimit
-
-
-
Class de.cxp.ocs.smartsuggest.spi.SuggestData
class SuggestData extends Object implements Serializable-
Serialized Fields
-
locale
Locale locale
-
modificationTime
long modificationTime
Optional: Time when this data was created in epoch millis. Should be the same as stated by the
SuggestDataProvider
.If this timestamp is provided, a sanity check is done inside the update process, if this data has the same timestamp as stated by the data provider. If this sanity check won't pass, the data won't be updated.
-
relaxedQueries
Map<String,
List<String>> relaxedQueries Queries that are suggested in case the complete input does not yield enough results. -
sharpenedQueries
Map<String,
List<String>> sharpenedQueries Queries that are suggested prior to all other queries, as soon as the complete input query is typed. i.e. for the input "shoes" it may show "sneakers". -
suggestRecords
Iterable<SuggestRecord> suggestRecords
-
type
String type
type/name of these suggest data. All suggest data with same type will be indexed together and also be part of the same result. Different suggest types will be in separated blocks at the result. -
wordsToIgnore
Set<String> wordsToIgnore
aka stopwords =)
-
-
-
-
Package de.cxp.ocs.util
-
Exception Class de.cxp.ocs.util.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- 930904517583581836L
-
Exception Class de.cxp.ocs.util.NotFoundException
class NotFoundException extends Exception implements Serializable- serialVersionUID:
- 7968636297702034034L
-