Re: Common practice for free text field

2013-06-25 Thread Otis Gospodnetic
Hi, Look up edismax parser on the Wiki. The advantage of using it is that you can set different weight on different fields (qf param) and shingle query (pfXXX params). Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Tue, Jun 25

Re: Common practice for free text field

2013-06-25 Thread Manuel Le Normand
By field aliasing I meant something like: f.all_fields.qf=*_txt+*_s+*_int that would sum up to 100 fields On Wed, Jun 26, 2013 at 12:00 AM, Manuel Le Normand < manuel.lenorm...@gmail.com> wrote: > My schema contains about a hundred of fields of various types (int, > strings, plain text, emails).

Common practice for free text field

2013-06-25 Thread Manuel Le Normand
My schema contains about a hundred of fields of various types (int, strings, plain text, emails). I was concerned what is the common practice for searching free text over the index. Assuming there are not boosts related to field matching, these are the options I see: 1. Index and query a "all_f