Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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