|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.lucene.Utilities
public class Utilities
Provides some generic supporting utilities.
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
protected Field.Index |
indexingOptionFromString(String option)
Makes the Field.Index option from a String value. |
protected Field.Store |
storageOptionFromString(String option)
Makes the Field.Store option from a String value. |
protected Field.TermVector |
termVectorOptionFromString(String option)
Makes the Field.TermVector option from a String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
protected Field.Index indexingOptionFromString(String option)
option
- the Field.Index optionprotected Field.Store storageOptionFromString(String option)
option
- the Field.Store optionprotected Field.TermVector termVectorOptionFromString(String option)
option
- the Field.TermVector option
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |