Solr4 is the first release of Solr to use Java 1.6 and to include the SolrCloud functionality in it.
The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/ …
solr full-text-indexing dataimporthandler data-import solr4I'm using Solr 4.3 with tomcat7. When the number of concurrent writes and reads increase it is crash throwing this SocketException …
java tomcat socketexception solr4I'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 solr4The following query works well for me http://[]:8983/solr/vault/select?q=VersionComments%3AWhite returns all the documents where version …
solr solr4How to write nested schema.xml in solr The document in schema.xml says <!-- points to the root …
solr configuration schema solr4My stopwords don't works as expected. Here is part of my schema: <fieldType name="text_general" class="solr.TextField"&…
search solr lucene solr4 stop-wordsIn Solr 4, I see that we've configured the default field "df" in the /select request handler: <requestHandler name="/select" …
solr solr4Boosting by date field in solr is defined as: {!boost b=recip(ms(NOW,datefield),3.16e-11,1,1)} I looked everywhere (examples: …
search solr solr4I working on a Solr 4 for optimizing my solr results rank based on popularity rank stored in Index. Now when …
solr lucene full-text-search solrnet solr4