Class XMLFieldDescription

  • All Implemented Interfaces:
    Serializable

    public final class XMLFieldDescription
    extends TextDescription
    implements Serializable
    A XMLFieldDescription pack all the needed information to parse and index a xml field. We need :
    • the name of the field
    • its content
    • its language
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLFieldDescription

        public XMLFieldDescription​(String fieldName,
                                   String content,
                                   String lang)
    • Method Detail

      • getFieldName

        public String getFieldName()
        Return the fieldName