public class SolrConfigWrapper extends JSBaseScriptableObject implements org.mozilla.javascript.Wrapper
myLogger
Constructor and Description |
---|
SolrConfigWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor() |
void |
jsFunction_addFacetField(java.lang.String theFieldId)
Adds a Facet Field to the SolrConfig
|
void |
jsFunction_enableStatistics(java.lang.String theFieldId)
Fetch statistics for a given field
|
void |
jsFunction_setAllFieldsHierarchyLevel(int theLevel)
Set level of hierarchy to fetch for all fields.
|
void |
jsFunction_setAllFieldsNumberResults(int theNumberOfResultsToFetch)
Set the possible number of results per facet returned from the server for all fields in the config
|
void |
jsFunction_setHierarchyLevel(java.lang.String theFieldId,
int theLevel)
Set level of hierarchy to fetch for field.
|
void |
jsFunction_setNumberResults(java.lang.String theFieldId,
int theNumberOfResultsToFetch)
Set the possible number of results per facet returned from the server
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsConstructor()
public void jsFunction_setAllFieldsHierarchyLevel(int theLevel)
theLevel
- level to setpublic void jsFunction_setHierarchyLevel(java.lang.String theFieldId, int theLevel)
theFieldId
- the field to settheLevel
- the level to setpublic void jsFunction_setAllFieldsNumberResults(int theNumberOfResultsToFetch)
theNumberOfResultsToFetch
- the number of results to fetchpublic void jsFunction_setNumberResults(java.lang.String theFieldId, int theNumberOfResultsToFetch)
theFieldId
- the field to settheNumberOfResultsToFetch
- the number of results to fetchpublic void jsFunction_enableStatistics(java.lang.String theFieldId)
theFieldId
- the field idpublic void jsFunction_addFacetField(java.lang.String theFieldId)
theFieldId
- ex. http://mediabeacon.com/ns/default/1.0/ formatCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.