Search Results: 'elasticsearch/feed/www.vectara.com'

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…

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

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