Re: Highlighting and storage overhead

2012-11-16 Thread Rajarshi Guha
Thanks for the pointer. If I were to use (e)dismax, is it possible to identify the field(s) that matched the query (irrespective of whether the fields are stored or not)? On Fri, Nov 16, 2012 at 9:10 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hello, > > I prefer individual field

Re: Highlighting and storage overhead

2012-11-16 Thread Otis Gospodnetic
Hello, I prefer individual fields because this allows one to apply different query boosting and other nice (e)dismax things on different fields. With a catch-all field you lose that. Yes, to have highlighting you need to store fields you want to use for highlighting. See http://search-lucene.co