kieronhoward.co.uk
Solr Suggester config example - Kieron Howard
http://www.kieronhoward.co.uk/solr-suggester-config-example
Solr Suggester config example. Jan 9, 2014. I couldn’t seem to get the Solr Suggester feature to work from the official docs. Examples so thought I’d document my working example. In my case I wanted to suggest locations based on data currently within the index. SearchComponent name=”suggest” class=”solr.SpellCheckComponent”. Lst name=”spellchecker”. Str name=”name” suggest /str. Str name=”classname” org.apache.solr.spelling.suggest.Suggester /str. Str name=”field” myFieldForAutocomplete /str. Int name=&#...
kieronhoward.co.uk
PHPUnit on Ubuntu 12.04 via Vagrant - Solving the ' /usr/bin/phpunit: No such file or directory' error - Kieron Howard
http://www.kieronhoward.co.uk/phpunit-on-ubuntu-12-04-via-vagrant-solving-the-usrbinphpunit-no-such-file-or-directory-error
PHPUnit on Ubuntu 12.04 via Vagrant – Solving the ‘ /usr/bin/phpunit: No such file or directory’ error. May 24, 2013. Had a real issue installing PHPUnit on my Vagrant server. Initially I got this error:. Call to undefined method PHP CodeCoverage Filter: getInstance() in /usr/bin/phpunit on line 39. Googling around, many people solved using:. Sudo apt-get remove phpunit. Sudo apt-get upgrade pear. Sudo pear channel-discover pear.phpunit.de. Sudo pear channel-discover pear.symfony-project.com. On WordPres...
kieronhoward.co.uk
How to upload pre-made videos to Instagram - Kieron Howard
http://www.kieronhoward.co.uk/how-to-upload-pre-made-videos-to-instagram
How to upload pre-made videos to Instagram. Jun 25, 2013. Instagram now allow uploads from your gallery, making this post redundant. 🙂. A few days ago Instagram added the ability to upload short video clips as well as photos using its mobile app. In the same way as Vine though, you can’t upload videos that are pre recorded, you have to take the video there and then using the built in camcorder. For proof, see my test video. You’ll need a rooted Android device for this to work. Next we need to overwrite ...
kieronhoward.co.uk
Servers Archives - Kieron Howard
http://www.kieronhoward.co.uk/category/servers
Vagrant on Windows – Improve slow performance by using SMB instead of NFS. Jan 30, 2014. I love Vagrant, its a great tool for development. Sadly, once your project gets too big, performance really drops off a cliff on Windows. Running a Symfony2 project, I was getting 20 second page refresh times. Apparently this relates to VirtualBox NFS on the shared. Vagrant bootstrap.sh for full LAMP stack with Solr 4. Aug 22, 2013. Solr 4 importing MySQL – DataImportHandler not found. May 29, 2013. May 24, 2013.
kieronhoward.co.uk
Development Archives - Kieron Howard
http://www.kieronhoward.co.uk/category/development
Docker NodeJS Express bootstrap project with Nodemon on Windows. Jan 28, 2017. There seemed to be a lot of example Docker containers for NodeJS/Express apps, but most of these seemed to be setup to run on macOS. I ran into a few issues when trying to get it all setup using a Windows host so thought I’d make some notes on it for future. Vagrant on Windows – Improve slow performance by using SMB instead of NFS. Jan 30, 2014. Solr Suggester config example. Jan 9, 2014. Aug 22, 2013. Jul 20, 2013. This week ...
kieronhoward.co.uk
Solving [DoctrineDBALDBALException] Unknown database type enum requested, DoctrineDBALPlatformsMySqlPlatform may not support it. - Kieron Howard
http://www.kieronhoward.co.uk/solving-doctrinedbaldbalexception-unknown-database-type-enum-requested-doctrinedbalplatformsmysqlplatform-may-not-support-it
Solving [DoctrineDBALDBALException] Unknown database type enum requested, DoctrineDBALPlatformsMySqlPlatform may not support it. May 17, 2013. Importing pre-existing MySQL DB using Doctrine in Symfony2 I came across this error:. Unknown database type enum requested, DoctrineDBALPlatformsMySqlPlatform. May not support it. The fix was found within the Symfony2 Docs. To app/config/config.yml just under your connection info add:. Your email address will not be published. Required fields are marked *.
kieronhoward.co.uk
solr Archives - Kieron Howard
http://www.kieronhoward.co.uk/tag/solr
Install Solr on Vagrant. May 17, 2013. Update] This method will install an older version of Solr. To get the latest I followed this guide. All I had to do was add: config.vm.network :forwarded port, host: 4569, guest: 8983 to the Vagrant file. You can then start Tomcat with: /etc/init.d/tomcat6 start and. Docker NodeJS Express bootstrap project with Nodemon on Windows. Vagrant on Windows – Improve slow performance by using SMB instead of NFS. Solr Suggester config example.
kieronhoward.co.uk
Photography - Kieron Howard
http://www.kieronhoward.co.uk/photography
I also like to take photos…. Please specify a Flickr ID for this gallery. Docker NodeJS Express bootstrap project with Nodemon on Windows. Vagrant on Windows – Improve slow performance by using SMB instead of NFS. Solr Suggester config example. Vagrant bootstrap.sh for full LAMP stack with Solr 4. On Vagrant on Windows – Improve slow performance by using SMB instead of NFS. On Vagrant on Windows – Improve slow performance by using SMB instead of NFS.
kieronhoward.co.uk
vagrant Archives - Kieron Howard
http://www.kieronhoward.co.uk/tag/vagrant
Install Solr on Vagrant. May 17, 2013. Update] This method will install an older version of Solr. To get the latest I followed this guide. All I had to do was add: config.vm.network :forwarded port, host: 4569, guest: 8983 to the Vagrant file. You can then start Tomcat with: /etc/init.d/tomcat6 start and. Docker NodeJS Express bootstrap project with Nodemon on Windows. Vagrant on Windows – Improve slow performance by using SMB instead of NFS. Solr Suggester config example.