Is it better for performance to index the documents with data import handler (specifying the indexing with xml configuration request) or to index with solrJ (with update request). By now, im indexing documents in Java for testing (unit test) easily and to be less coupled to Solr implementation (i know it's difficult to change implementation, but if later i decide to use another search facet indexing i could maybe move easily).
-- View this message in context: http://lucene.472066.n3.nabble.com/Best-strategy-to-index-document-with-Solr-tp4120614p4120714.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
