So you can't even communicate with the remote Solr process by HTTP?
Because if you can, SolrJ would work.
Otherwise, you're stuck with creating a bunch of Solr-style XML
documents, they have a simple format. See the example/exampleDocs
directory in the standard distribution. You'll have to parse t
I have a local data store containing a host of different document types.
This data store is separate from a remote Solr install making
streaming not an option. Instead I'd like to generate an XML file that
contains all of the documents including content and metadata.
What would be the most a