|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.lucene.Storeable
com.esri.gpt.catalog.lucene.TimeperiodProperty
public class TimeperiodProperty
Represents the time periods associated with a document.
Constructor Summary | |
---|---|
TimeperiodProperty(String name)
Constructs with a supplied name. |
Method Summary | |
---|---|
void |
appendForWrite(Document document)
Appends underlying fields to a document prior to writing the document to the index. |
void |
appendForWrite(Document document,
Object value)
Appends underlying fields to a document prior to writing the document to the index. |
Methods inherited from class com.esri.gpt.catalog.lucene.Storeable |
---|
getComparisonField, getFields, getName, getRetrievalField, getTermsField, getValues, setComparisonField, setRetrievalField, setTermsField, setValue, setValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeperiodProperty(String name)
name
- the property nameMethod Detail |
---|
public void appendForWrite(Document document)
appendForWrite
in class Storeable
document
- the Lucene documentpublic void appendForWrite(Document document, Object value)
appendForWrite
in class Storeable
document
- the Lucene documentvalue
- the input value to write
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |