• java.lang.Object
    • org.apache.geode.cache.lucene.management.configuration.Index.Field
  • Enclosing class:
    Index

    public static class Index.Field
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="analyzer" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String analyzer  
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Field()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAnalyzer()
      Gets the value of the analyzer property.
      java.lang.String getName()
      Gets the value of the name property.
      void setAnalyzer​(java.lang.String value)
      Sets the value of the analyzer property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • analyzer

        protected java.lang.String analyzer
    • Constructor Detail

      • Field

        public Field()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property. possible object is String
        Returns:
        the value of the name property
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property. allowed object is String
        Parameters:
        value - the value of the name property to set
      • getAnalyzer

        public java.lang.String getAnalyzer()
        Gets the value of the analyzer property. possible object is String
        Returns:
        the value of the analyzer property
      • setAnalyzer

        public void setAnalyzer​(java.lang.String value)
        Sets the value of the analyzer property. allowed object is String
        Parameters:
        value - the value of the analyzer property to set