Interface SOLRJConstants
public interface SOLRJConstants
Defines SOLRJ specific constants.
- Since:
- 1.3.3
- Author:
- Werner Guttmann
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the field annotation element.static final StringName of the id annotation element.static final StringPackage where to find generated JDO classes to unmarshal annotations.static final StringSOLRJ namespace (as used by the extensions for the XML code generator).
-
Field Details
-
NAMESPACE
SOLRJ namespace (as used by the extensions for the XML code generator).- See Also:
-
ANNOTATIONS_FIELD_NAME
-
ANNOTATIONS_ID_NAME
-
GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.- See Also:
-