StAX is now supported in JSE6, which has just been released. I also found StAX to be very fast and easy to use.
Bill On 12/20/06, Thorsten Scherler <[EMAIL PROTECTED]> wrote:
Hi all, looking at the source code I wonder whether we have a preferred xml parser model? I mean I can find: - pull parsing - DOM - JDOM (at least in some jira patches) SAX I have not seen yet and neither StAX. I made some very good experience with StAX lately it is fast and easy to use. Do we plan to recommend one technique (at least for the core)? Do we have plans to create an interface for a SolrDocumentFactory? This way we could have various underlying implementation returning always the same: xml. I ask because I may look into SOLR-20 and SOLR-30 and would like to use StAX as underlying parser. salu2