Top "Solrj" questions

Solrj is a java client to access solr.

solrj api for partial document update

Solr 4 beta is out, the GA version will follow soon. Partial document updates has been around for a while as …

solr solrj
How can I get a list of all the cores in a solr server using SolrJ

We are using Solr for our searches, and sharding the data across several cores. We have one core per week …

java solr solrj
SolrCore Initialization Failures

I am using Solr-5.0.0 and when i am trying to create a core in that i am getting the following …

java solr lucene solrj solr5
Add multiValued field to a SolrInputDocument

We are using a solr embeded instance for Java SolrJ. I want to add a multivalued field to a document. …

java tokenize solrj
Bad Request Error When attempting to add documents to server through Solrj

I'm trying to do a simple SolrDocument submission with Java like the one detailed in the Solrj Wiki. However, the …

solr solrj
How to configure Solr for improved indexing speed

I have a client program which generates a 1-50 millions Solr documents and add them to Solr. I'm using ConcurrentUpdateSolrServer …

solr solrj solr4
Solr Composite Unique key from existing fields in schema

I have an index named LocationIndex in solr with fields as follows: <fields> <field name="solr_id" …

java solr solrj unique-key solr-schema
Deleting index from Solr using solrj as a client

I am using solrj as client for indexing documents on the solr server. I am having problem while deleting the …

solrj solr4 solr5
How to get last indexed record in Solr?

I want to know how to get/search last indexed record in Apache Solr..? When the existing record is updated …

java apache solr indexing solrj