Solrj is a java client to access solr.
I am new to solr. I have developed a an website which uses solr for indexing. I want to handle …
java solr solrjI am getting the above error while indexing the documents. <field name="a_suggest" type="my_suggest_field" indexed="…
java solr solrjI want to use the schema.xml rather than the managed schema so I changed the following in the solrconfig.…
solr solrjI'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 solr4I am facing these problem while using OR , logical operator in framing query. I dont want to increase the maxBooleanClause …
solr solrjFor 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 solrjI started a Solrcloud by running the included example bin/solr -e cloud, and in that case, I managed to …
solr apache-zookeeper solrj