Questions tagged [solr4]

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

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

For more version specific information see Major Changes from Solr 3 to Solr 4

887 questions
-2
votes
1 answer

How to do an exact search on field which uses keywordTokenizer and stemming filter

I want to do an exact match on a field which is stemmed. Eg.My data has this value :- "Babysitters at work"
-3
votes
1 answer

Running SOLR on a desktop application

**while running solr 4.10.3 solr\examples i ran following command on cmd java -jar start.jar after this when i go on http://localhost:8983/ i got this error Error 404 - Not Found. No context on this server matched or handled this request. Contexts…
1 2 3
59
60