Skip to content

Instantly share code, notes, and snippets.

@smerchek
Last active December 11, 2015 21:19
Show Gist options
  • Save smerchek/4661680 to your computer and use it in GitHub Desktop.
Save smerchek/4661680 to your computer and use it in GitHub Desktop.
Session Proposal - Advanced Solr and Lucene

####Beyond the Basics: Lucene and Solr If you are already using Lucene and/or Solr (or even ElasticSearch), then this is the talk for you. We will go beyond the basics of these brilliant open source search platforms. Not only are there many ways to customize Solr through the standard configuration file, but there is so much more. Payloads offer up many possibilities for customization, including the ability to tag word with part of speech information. There is also a lot of ways to extend Lucene and Solr by creating your own filters, query parsers, tokenizers, token filters, and even highlighters with some simple Java code. If search is a core feature of your application, then you need to be using these advanced features to set yourself apart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment