…default Solr highlighting doesn’t do a great job of showing you why. Solr’s highlighting will do: Mary had a little lambLittle sheeps had a Mary If our queries are long…
Course Overview OpenSource Connections, in partnership with LucidWorks, is pleased to present Solr Unleashed, a 2-day Solr training course right here in Charlottesville. If youre new to Solr, then this…
…complete, then execute a second request. Something like this code import requests#Search 1solrResp = requests.get(‘http://mysolr.com/solr/statedecoded/search?q=law’)for doc in solrResp.json()[‘response’][‘docs’]: print doc[‘catch_line’]#Search 2solrResp = requests.get(‘http://mysolr.com/solr/statedecoded/search?q=shoplifting’)for doc in solrResp.json()[‘response’][‘docs’]: print doc[‘catch_line’] (were using…
…much traction. Remember to remind committers to apply your fixes when they have the time! See SOLR-13965 and SOLR-11480 and SOLR-2611 and SOLR-2263. Ready to start slinging some code? …
Name Search in Solr
…to up your Solr game on these and other problems, be sure to check out our Solr Training! Share your thoughts! Hopefully this article can get you started building a…
Solr Enterprise Server
We co-wrote the first book on Solr. Now in its third edition….
…easier. \n A Solr plugin parses incoming queries in Solr format and emulates Solr responses, and a Solr River plugin lets you import data from a Solr instance. \n \n\n…
…have realized that it was specific to Hadoop, and integrating things into the Hadoop ecosystem. If you are looking to lock down your Solr, here are some options: https://github.com/dergachev/solr-security-proxy https://github.com/o19s/solr_nginx…
…SOLR-358, SOLR-3051, SOLR-1486, SOLR-3292 Commits Made: 3 – SOLR-1280, LUCENE-4265, LUCENE-4266, SOLR-3648 Wiki Pages Updated: 2 Motto for the weekend: “Its literally going to take at most an hour. Make…
…trainings to consulting and accelerated implementation – are designed to help your team grow its own search relevance capabilities. Our search consultants are ‘relevance engineers.’ We’re pioneers in Solr, Elasticsearch,…
…Solr into Ruby on Rails, and fortunately enough, the 1.0 release (followed quickly by 1.0.1!) has just come out last week. Between acts_as_solr and Sunspot, Sunspot wins hands down for…
Graph Phun in Solr
…built Solr I ran it withbin/solr -e schemaless to get a blank collection. After the indexing code finished I opened up the Admin Console and checked out the schema. Sure…