Solrj is a java client to access solr.
Solr 4 beta is out, the GA version will follow soon. Partial document updates has been around for a while as …
solr solrjWe are using Solr for our searches, and sharding the data across several cores. We have one core per week …
java solr solrjWe are using a solr embeded instance for Java SolrJ. I want to add a multivalued field to a document. …
java tokenize solrjI'm trying to do a simple SolrDocument submission with Java like the one detailed in the Solrj Wiki. However, the …
solr solrjI have a client program which generates a 1-50 millions Solr documents and add them to Solr. I'm using ConcurrentUpdateSolrServer …
solr solrj solr4I have an index named LocationIndex in solr with fields as follows: <fields> <field name="solr_id" …
java solr solrj unique-key solr-schemaI am using solrj as client for indexing documents on the solr server. I am having problem while deleting the …
solrj solr4 solr5