Top "Solrj" questions

Solrj is a java client to access solr.

Handling Solr read and write timeout exception

I am new to solr. I have developed a an website which uses solr for indexing. I want to handle …

java solr solrj
Exception writing document id to the index; possible analysis error

I am getting the above error while indexing the documents. <field name="a_suggest" type="my_suggest_field" indexed="…

java solr solrj
Solr Error This Indexschema is not mutable

I want to use the schema.xml rather than the managed schema so I changed the following in the solrconfig.…

solr solrj
Indexing an XML file in Apache Solr

I am very new to Solr. I have been through the post (Need help indexing XML files into Solr using …

xml solr indexing solrj dih
Faceting using SolrJ and Solr4

I've gone through the related questions on this site but haven't found a relevant solution. When querying my Solr4 index …

java solr solrj faceted-search solr4
Multiple queries in Solr

My problem is I have n fields (say around 10) in Solr that are searchable, they all are indexed and stored. …

search solr lucene solrj solr4
Too many boolean clauses exception in solr

I am facing these problem while using OR , logical operator in framing query. I dont want to increase the maxBooleanClause …

solr solrj
Retrieve Object from Solr

So, I have a java based web project that displays information retrieved from 3 separate services, hosted on different servers, I …

java json solr solrj
Solr Change CommonsHttpSolrServer To HttpSolrServer

For Basic Authentication in solr 3.5 I am using the following code, String url = "http://192.168.192.11:8080/solr/FormResponses"; CommonsHttpSolrServer server = new CommonsHttpSolrServer( …

solr solrj
Solrj cannot connect to zookeeper from Solr Cloud Example

I started a Solrcloud by running the included example bin/solr -e cloud, and in that case, I managed to …

solr apache-zookeeper solrj