VMware GemFire Search Java API Reference
Class Index.Field
- 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>
-
-
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.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property. possible object isString
- Returns:
- the value of the name property
-
setName
public void setName(java.lang.String value)
Sets the value of the name property. allowed object isString
- 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 isString
- Returns:
- the value of the analyzer property
-
setAnalyzer
public void setAnalyzer(java.lang.String value)
Sets the value of the analyzer property. allowed object isString
- Parameters:
value
- the value of the analyzer property to set
-
-