I just had a miserable failure with SOLRJ. Somehow StreamingUpdateSolrServer failed on some of the items that are being indexed, but others succeeded. It simply throws out an Exception with "Bad ...
How can I determine the total number of documents in a Solr index using Solrj?
After hours of searching on my own, I actually have an answer (given below); I'm only posting ...
I'm a complete beginner with Solr, so bear with me. :)
In my current project I have a very simple DB - just 1 table that contains 4 fields: id, name, subject, ...
I'm trying to index an email messages complelety with subject, body and all the attachments. For indexing I'm using common SolrInputDocument. How can I add attachments into document to be indexed? ...
How to index most of the tables(ex:20 table) using Apache solr
We need to add entity tag for each and every table in the dataconfig.xml?
Thanks in advance
Dilip