…communicate with this iframe as follows: var solrErrorWindow = document.getElementById(“solr_errors”).contentWindow;solrErrorWindow.postMessage(“”, “http://mysolrsearch.com“);var receiver = function(e) { console.log(e.data.error_text);}window.addEventListener(‘message’, receiver, false); And guess what, it works! Check out this jsfiddle for a demo….
…and copied the data over: curl “http://ec2-68-202-9-80.compute-1.amazonaws.com:8983/solr/data_audit_raid2_shard1_replica1/replication?command=fetchindex&masterUrl=http://ec2-23-21-214-112.compute-1.amazonaws.com/solr/data_audit” Now, Replication is actually meant in SolrCloud -land to manage moving bulk amounts of data from the leader shard to the replicas when…
…uninstall: yum erase java-1.4.2-gcj-compatpuppet resource package java-1.4.2-gcj-compat ensure=”absent” Im not sure if the last line did anything to change the state of that Java package in Puppets internals, but it…
…way around this. In their posts they explain how to get older version of ruby, check their posts at: http://www.stephenchu.com/2006/12/specifying-ruby-184-to-install-using.html http://journal.bitshaker.com/articles/2007/10/20/install-old-versions-of-ports-using-macports/ I will go through the same steps but using…
…the complete Meet Pete series about e-commerce search: 1. Meet Pete, the e-commerce search product manager. 2. How does Pete, the e-commerce search product manager, build a web shop? 3….
…pulls me back to the east coast. The agile conference (http://www.agileopencalifornia.com) was definitely the very cool open spaces format, with people relatively in various parts of the software/networking field. Much…
…want to build our own copy of the en-chunker.bin available at http://opennlp.sourceforge.net/models-1.5/. Googling for “conll2000 chunking” leads us to http://www.clips.ua.ac.be/conll2000/chunking/ where we can download the training dataset: wget https://www.clips.uantwerpen.be/conll2000/chunking/train.txt.gzgunzip train.txt.gz…
…resolved three issues with Quepid: https://github.com/o19s/quepid/issues/482 “Queries with , comma aren’t recognised by csv format” https://github.com/o19s/quepid/issues/494 “linkUrl to Solr shouldn’t replace wt=json with wt=xml“ https://github.com/o19s/quepid/issues/495 “Make JSONP versus GET an…
…e-commerce search: 1. Meet Pete, the e-commerce search product manager. 2. How does Pete, the e-commerce search product manager, build a web shop? 3. Pete solves the e-commerce search accessories…
…source search and applied Information Retrieval since 2007. We wrote the book Relevant Search and have pioneered open source relevance tuning tools like the Elasticsearch Learning to Rank plugin, Quepid and Splainer. Your trainer Your OpenSource…
…could use Elasticsearch) and lets you build a web shop entirely from open source components. Once you have your shop, you can use other Chorus components to rate search results,…
…not a command line tool, in order to make it easy to decipher cryptic debugging messages coming from Solr (and later Elasticsearch). The browser is the obvious choice for that….