Class Fields
- java.lang.Object
-
- org.owasp.dependencycheck.data.cpe.Fields
-
@ThreadSafe public final class Fields extends java.lang.Object
Fields is a collection of field names used within the Lucene index for CPE entries.- Author:
- Jeremy Long
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DOCUMENT_KEY
The key for the name document id.static java.lang.String
PRODUCT
The key for the product field.static java.lang.String
VENDOR
The key for the vendor field.
-
-
-
Field Detail
-
DOCUMENT_KEY
public static final java.lang.String DOCUMENT_KEY
The key for the name document id.- See Also:
- Constant Field Values
-
VENDOR
public static final java.lang.String VENDOR
The key for the vendor field.- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
The key for the product field.- See Also:
- Constant Field Values
-
-