Top "Solr4" questions

Solr4 is the first release of Solr to use Java 1.6 and to include the SolrCloud functionality in it.

How can I do indexing .html files in SOLR

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 solr4
SocketException Broken pipe in Solr/tomcat

I'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 solr4
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
solr - set fileds as default search field

The following query works well for me http://[]:8983/solr/vault/select?q=VersionComments%3AWhite returns all the documents where version …

solr solr4
How to write nested schema.xml in solr?

How to write nested schema.xml in solr The document in schema.xml says <!-- points to the root …

solr configuration schema solr4
Solr stopwords magic

My stopwords don't works as expected. Here is part of my schema: <fieldType name="text_general" class="solr.TextField"&…

search solr lucene solr4 stop-words
Solr4 currently only looks at the default "df" field, how can we search multiple fields?

In Solr 4, I see that we've configured the default field "df" in the /select request handler: <requestHandler name="/select" …

solr solr4
Stronger boosting by date in Solr

Boosting 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 solr4
Use function query for boosting score in Solr

I 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