com.groupdocs.search.common

Class DocumentField

    • Constructor Detail

      • DocumentField

        public DocumentField(String name,
                             String value)

        Initializes a new instance of the DocumentField class.

        Parameters:
        name - The field name.
        value - The field value.
    • Method Detail

      • getName

        public final String getName()

        Gets a field name.

        Returns:
        The field name.
      • getValue

        public final String getValue()

        Gets a field value.

        Returns:
        The field value.
      • setValueProtected

        protected static void setValueProtected(DocumentField field,
                                                String value)
      • serializeProtected

        protected static void serializeProtected(DocumentField field,
                                                 com.aspose.ms.System.IO.Stream stream)
      • deserializeProtected

        protected static DocumentField deserializeProtected(com.aspose.ms.System.IO.Stream stream)