|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.exalead.ExaleadOutputProcessor
Indexes IResultSets into a Exalead Collection.
<GatewayOutputProcessor class="com.raritantechnologies.exalead.ExaleadOutputProcessor" >
<CategoryFields>
<Field ID="[ abstract field ID ]" />
</CategoryFields>
<MetaDataFields>
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]" />
<Field etc... >
</MetaDataFields>
<SummaryFields>
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]" />
<Field etc... >
</SummaryFields>
<HeaderFields>
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]"
type="[ one of Text|Date|Time|Signed|Unsigned ]" />
<!-- Date field types require a Date Format to convert the value to a YYYY/mm/dd Date ]" />
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]"
type="Date" dateFormat="[ input date format ]" />
<!-- Time field types require a Date Format to convert the value to a YYYY/mm/dd Date HH:mm:ss ]" />
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]"
type="Time" timeFormat="[ input date format ]" />
</HeaderFields>
<Pages>
<Page>
<!-- One or more Field tags (as above) -->
<Field ID="[ abstract field ID ]" exaleadField="[ name of field in Exalead index ]"
type="[ one of Text|Date|Time|Signed|Unsigned ]" />
</Page>
<Page>
<!-- etc... -->
</Page>
</Pages>
</GatewayOutputProcessor>
| Constructor Summary | |
ExaleadOutputProcessor()
|
|
| Method Summary | |
void |
dataComplete()
Data feed is complete. |
void |
initialize(org.w3c.dom.Element outputProcElem)
Initializes the object from an XML tag or element. |
void |
initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
Initialize the GatewayOutputProcessor from XML Element. |
java.lang.String |
processData(IResultSet data)
returns name of XML File created/appended. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.raritantechnologies.searchApp.dataCollection.IGatewayOutputProcessor |
getConfigurationXML, initialize |
| Constructor Detail |
public ExaleadOutputProcessor()
| Method Detail |
public java.lang.String processData(IResultSet data)
IGatewayOutputProcessor
processData in interface IGatewayOutputProcessorpublic void dataComplete()
dataComplete in interface IGatewayOutputProcessorpublic void initialize(org.w3c.dom.Element outputProcElem)
IConfigurable
initialize in interface IConfigurable
public void initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
initialize in interface IGatewayOutputProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||