Class EngineParameters
- java.lang.Object
-
- org.apache.solr.handler.clustering.EngineParameters
-
- All Implemented Interfaces:
Cloneable
public final class EngineParameters extends Object implements Cloneable
Engineconfiguration parameters (and other parameters that may tweak clustering algorithms on a per-request basis).- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_ALGORITHMstatic StringPARAM_CONTEXT_COUNTstatic StringPARAM_CONTEXT_SIZEstatic StringPARAM_FIELDSstatic StringPARAM_INCLUDE_OTHER_TOPICSstatic StringPARAM_INCLUDE_SUBCLUSTERSstatic StringPARAM_LANGUAGEstatic StringPARAM_LANGUAGE_FIELDstatic StringPARAM_MAX_LABELSstatic StringPARAM_PREFER_QUERY_CONTEXTstatic StringPARAM_RESOURCES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EngineParametersclone()
-
-
-
Field Detail
-
PARAM_ALGORITHM
public static final String PARAM_ALGORITHM
- See Also:
algorithmName(), Constant Field Values
-
PARAM_MAX_LABELS
public static final String PARAM_MAX_LABELS
- See Also:
maxLabels(), Constant Field Values
-
PARAM_INCLUDE_SUBCLUSTERS
public static final String PARAM_INCLUDE_SUBCLUSTERS
- See Also:
includeSubclusters(), Constant Field Values
-
PARAM_INCLUDE_OTHER_TOPICS
public static final String PARAM_INCLUDE_OTHER_TOPICS
- See Also:
includeOtherTopics(), Constant Field Values
-
PARAM_LANGUAGE
public static final String PARAM_LANGUAGE
- See Also:
language(), Constant Field Values
-
PARAM_LANGUAGE_FIELD
public static final String PARAM_LANGUAGE_FIELD
- See Also:
languageField(), Constant Field Values
-
PARAM_RESOURCES
public static final String PARAM_RESOURCES
- See Also:
resources(), Constant Field Values
-
PARAM_FIELDS
public static final String PARAM_FIELDS
- See Also:
fields(), Constant Field Values
-
PARAM_PREFER_QUERY_CONTEXT
public static final String PARAM_PREFER_QUERY_CONTEXT
- See Also:
preferQueryContext(), Constant Field Values
-
PARAM_CONTEXT_SIZE
public static final String PARAM_CONTEXT_SIZE
- See Also:
contextSize(), Constant Field Values
-
PARAM_CONTEXT_COUNT
public static final String PARAM_CONTEXT_COUNT
- See Also:
contextCount(), Constant Field Values
-
-
Method Detail
-
clone
protected EngineParameters clone()
-
-