|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.sax.SAXResult
com.armatiek.infofuze.result.AbstractSAXResult
com.armatiek.infofuze.result.solrj.SolrjResult
public class SolrjResult
A SAXResult that writes the output stream (which must be in the Solr XML update format) to a Solr instance using the Solrj client library.
Field Summary |
---|
Fields inherited from class javax.xml.transform.sax.SAXResult |
---|
FEATURE |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
SolrjResult(org.w3c.dom.Element configElem)
|
Method Summary | |
---|---|
void |
commitTransaction()
Commits the transaction. |
boolean |
isCommitted()
Tests whether the transaction is already committed or rolled back. |
void |
open()
Opens this result. |
void |
queryUniqueKeys()
Queries all the unique document keys |
void |
rollbackTransaction()
Rolls back the transaction. |
void |
startTransaction()
Starts the transaction. |
Methods inherited from class com.armatiek.infofuze.result.AbstractSAXResult |
---|
close, getName, getTransformId, getTransformMode, isOpen, reset, setParameters, setTransformId, setTransformMode |
Methods inherited from class javax.xml.transform.sax.SAXResult |
---|
getHandler, getLexicalHandler, getSystemId, setHandler, setLexicalHandler, setSystemId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SolrjResult(org.w3c.dom.Element configElem) throws java.net.MalformedURLException
java.net.MalformedURLException
Method Detail |
---|
public void commitTransaction()
TransactionableIf
commitTransaction
in interface TransactionableIf
public boolean isCommitted()
TransactionableIf
isCommitted
in interface TransactionableIf
public void rollbackTransaction()
TransactionableIf
rollbackTransaction
in interface TransactionableIf
public void startTransaction()
TransactionableIf
startTransaction
in interface TransactionableIf
public void queryUniqueKeys() throws org.apache.solr.client.solrj.SolrServerException
org.apache.solr.client.solrj.SolrServerException
public void open()
DataResultIf
open
in interface DataResultIf
open
in class AbstractSAXResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |