…in to the rules that govern them. For this post, though, I want to focus upon one of the good Solr riddlers that we encountered related to the hierarchical nature…
…building SolrPanl – a merchandizer-facing search behavior dashboard. As a merchandizer, SolrPanl will allow you to create a test case of “troubled searches” to monitor and modify. If you see…
…this dataset further on Github. For some ideas, check out these related posts: Indexing StackOverflow In Solr Using Solr Join To Find The Best Time To Ask Questions On StackOverflow…
…var flattenedParams = urlSolrRequest .SelectMany(p => p.Value.Select(q => new { key = p.Key, value = q }) ); foreach (var solrRequestParam in flattenedParams) { request.AddQueryParameter(solrRequestParam.key, solrRequestParam.value); } } And then…
…of creativity to a terminal command wrapped in an infinite loop and a Chrome plugin and you have a quick, easy, and cheap Solr monitoring solution! ##The pluginA quick Google…
…and Solr developers recommend Jetty 6 for running SolrCloud. The reasoning was easy enough to understand: Jetty 6 is packaged with Solr and thats what gets tested the most. Since…
…, and LuceneRevolution billing itself as the Solr/Lucene Revolution! Ironically, both still use their original domain names. Both are overlapping more in the focus on open source search, with Solr…
Playing with Thoth
…the machine learning. If you arent already invested in a monitoring tool for Solr, and like the Solr specific analytics, then take a look at Thoth. The source of the…
We are pleased to announce that Eric Pugh and David Smiley have published the second Solr book in publication, Apache Solr 3 Enterprise Search Server. It is an update to…
…includes: • What’s New in Solr 3.2/4.0 – Erik Hatcher, Lucid Imagination • Multi-Level Security in Solr – Scott Stults, OpenSource Connections • Solr Testing – Eric Pugh, OpenSource Connections…
…for teams who need to know how to migrate to Solr or Elasticsearch. The requester was wondering if they could have the playbook that I used during the talk. So,…
…following to register your first server service: solrCloud.exe //IS/solrCloudZk –DisplayName=“Solr Cloud with Zookeeper” –Install=c:solr-cloudsolr-cloudexamplesolrCloud.exe –LogPath=c:solr-cloudsolr-cloudexamplelogs –LogLevel=Debug –StdOutput=auto –StdError=auto –StartMode=java –StopMode=java –Jvm=auto ++JvmOptions=-Djetty.home=c:SolrCloudexamplesolr ++JvmOptions=-DSTOP.PORT=8087 ++JvmOptions=-DSTOP.KEY=stopsolr ++JvmOptions=-Djetty.logs=c:SolrCloudexamplelogs ++JvmOptions=-Djetty.port=8983 ++JvmOptions=-Dorg.eclipse.jetty.util.log.SOURCE=true ++JvmOptions=-XX:MaxPermSize=512M –Classpath=c:SolrCloudexamplestart.jar –StartClass=org.eclipse.jetty.start.Main…