Been through the tutorials, it used a post.jar to submit the XMLs to SOLR.
Is it enough to POST the XML as string to [solr-home]/update ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
For indexing normal data, its enough to have data as xml documents posted to Solr. Solr would index each record as a document. Solr also provides various indexing data options as indexing database using dataimport handlers, rich documents using extract handler, mail db files, rss feeds etc. The process for indexing would vary depending upon the data you are indexing. More info @ |
|||
|
|