Search Results: 'solr'

…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…

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…

…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…

…about each one in the README, however here is the DSE specific version of the commands: import com.lucidworks.spark.SolrRDD;var solrRDD = new SolrRDD("localhost:2181","collection1");var tweetsRDD = solrRDD.query(sc,"*:*");var count = tweetsRDD.count();csc.setKeyspace("tweets");var tweetsDF =…

…one searches for potatoes… they just want potatoes. Wendys Potatoes SOLR_URL: http://localhost:8983/recommendation?q=potatoes&fq=recommendToTheseUsers:46f7a9a9-c661-4497-81a9-64ed537b65b0 Much better; with the exception of one item, everything pictured here is a potato. Daves Potatoes SOLR_URL: http://localhost:8983/recommendation?q=potatoes&fq=recommendToTheseUsers:973990af-1482-4b63-a83c-bd2d8fc1ff32…