|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.ultraseek.collection.UltraseekOutputProcessor
Processes
ICollectionGateway
results. Adds IResult objects to an Ultraseek collection using direct
indexing
<GatewayOutputProcessor class="com.raritantechnologies.ultraseek.collection.UltraseekOutputProcessor"
resultXMLField="documentXML"
serverURI="http://yourUltraseekServer:8765"
userName="YourAdminID"
password="YourAdminPasswd"
collectionName="YourCollectionID"
fullTextFieldID="[result field ID for full text content URL]"
docURLFieldID="[result field ID for document URL]"
maxRecords="5000"
writeXMLFiles="true(default)|false"
removeNewLines="true(default)|false"
>
<DestinationPath>PathForIntermediateFiles</DestinationPath>
<XMLIndexPath>PathForIntermediateXMLFiles</XMLIndexPath>
<XMLTransform>PathForXMLTransformFile</XMLTransform>
<ContentTypes>
<ContentType extension="yourFileExtension" mimeType="yourMimeType"/>
.
.
.
</ContentTypes>
</GatewayOutputProcessor>
| Constructor Summary | |
UltraseekOutputProcessor()
|
|
| Method Summary | |
void |
dataComplete()
Data feed is complete... |
java.lang.String |
getConfigurationXML()
|
void |
initialize(org.w3c.dom.Element outputProcElem)
Initialize the from XML Element. |
void |
initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
Initialize the GatewayOutputProcessor from XML Configuration Element. |
void |
initialize(java.util.Map initParams)
Used for dynamic initialization (connection, collection name, file name, etc.) |
java.lang.String |
processData(IResultSet data)
Reads ResultSet and send each result to be indexed by the Ultraseek indexer |
void |
processResultSet(java.lang.String sessionID,
IResultSet data)
processes the IResultSet (somehow) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UltraseekOutputProcessor()
| Method Detail |
public void processResultSet(java.lang.String sessionID,
IResultSet data)
IResultSetProcessor
processResultSet in interface IResultSetProcessorpublic java.lang.String processData(IResultSet data)
processData in interface IGatewayOutputProcessorpublic void dataComplete()
dataComplete in interface IGatewayOutputProcessorpublic void initialize(java.util.Map initParams)
IGatewayOutputProcessor
initialize in interface IGatewayOutputProcessorpublic void initialize(org.w3c.dom.Element outputProcElem)
IResultSetProcessor
initialize in interface IResultSetProcessor
public void initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
IGatewayOutputProcessor
initialize in interface IGatewayOutputProcessorpublic java.lang.String getConfigurationXML()
getConfigurationXML in interface IGatewayOutputProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||