Class Index.Field
java.lang.Object
org.apache.geode.cache.lucene.management.configuration.Index.Field
- Enclosing class:
- Index
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the analyzer property.getName()Gets the value of the name property.voidsetAnalyzer(String value) Sets the value of the analyzer property.voidSets the value of the name property.
-
Field Details
-
name
-
analyzer
-
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
getName
Gets the value of the name property. possible object isString- Returns:
- the value of the name property
-
setName
Sets the value of the name property. allowed object isString- Parameters:
value- the value of the name property to set
-
getAnalyzer
Gets the value of the analyzer property. possible object isString- Returns:
- the value of the analyzer property
-
setAnalyzer
Sets the value of the analyzer property. allowed object isString- Parameters:
value- the value of the analyzer property to set
-