Improved Search with Lucene 4
This talk describes how you can practically apply some of Lucene 4's new features (such as flexible indexing, scoring improvements, column-stride fields) to improve your search application.
The talk will give a brief description of these new features and some
example use-cases, to address practical use cases you can try yourself
in and around the new features now available in Lucene 4. We'll cover
application of functions where you can configure Solr to:
- Set up the schema to use Pulsing or Memory codec for a primary key field
- Not use a separate spellcheck index, controlling character-level swaps from the query processor
- Sorting with a different locale
- Per-field similarity configurations, such as using a non-vector-space algorithm
Download session slides.






Comments
Robert Craft replied on Thu, 2012/01/26 - 5:12am
Spring Framework