Search Results: 'solr'

…following: dan@maus:~$ mkdir temp dan@maus:~$ cd temp dan@maus:~/tmp$ unzip /usr/local/apache-solr-3.4.0/dist/apache-solr-3.4.0.war dan@maus:~/tmp$ cp ~/code/paoding-analysis/paoding-analysis.jar WEB-INF/lib/ dan@maus:~/tmp$ cp ~/code/paoding-analysis/classes/*.properties WEB-INF/ dan@maus:~/tmp$ zip -r * apache-solr-3.4.0-paoding.war 4. Update your Solr configuration and add…

…is all you need: curl -H “Content-Type: application/xml” \ -X POST ‘http://solrhost:8983/solr/collection/querqy/rewriter/commonrules1?action=save’ \ –data-raw ‘{ “class”: “querqy.solr.rewriter.commonrules.CommonRulesRewriterFactory”, “config”: { “rules” : “notebook =>\nSYNONYM: laptop” } }’ As a nice side-effect,…

…Server is the directory where Solr resides cd server unzip webapps/solr.war -d solr-webapp/webapp Download the appropriate libraries (links below direct to search.maven.org’s mirrors) jetty-servlets-8.1.14.v20131031.jar jetty-util-8.1.14.v20131031.jar Copy the downloaded JAR files…

…source platforms. Our CEO Eric Pugh is a Solr Committer and co-authored the first book on Solr, Apache Solr Enterprise Search Server, now in its third edition. Relevance engineering with…

We’ve been developing rich client-side applications that talk directly to Solr’s HTTP interface from Javascript – requiring a publicly accessible Solr. One concern that you’ll naturally have with Solr is…

Solr, we have a new tool, HealthCheck to play with: https://github.com/apache/lucene-solr/blob/a847deabd09e9110957d22ec3a294c64ffd6e159/solr/core/src/java/org/apache/solr/util/SolrCLI.java#L871 You pass in your collection you are interested in checking, as well as the ZooKeeper URL, and it helpfully…