Re: Catchall field does not seem to work. Solr 3.4

2012-02-04 Thread Rakesh Varna
Thanks! I will look into it. Regards, Rakesh Varna On Sat, Feb 4, 2012 at 10:09 AM, Esteban Donato wrote: > also, if you want to search across different fields without specifying > field names, you can use dismax > http://wiki.apache.org/solr/DisMaxQParserPlugin > > > On Sat, Feb 4, 2012 at 11:0

Re: Catchall field does not seem to work. Solr 3.4

2012-02-04 Thread Esteban Donato
also, if you want to search across different fields without specifying field names, you can use dismax http://wiki.apache.org/solr/DisMaxQParserPlugin On Sat, Feb 4, 2012 at 11:06 AM, Ahmet Arslan wrote: >>   >>   >>   >>   >> >>  searchField >> >> >> I have noticed that 'title' field  and 'pate

Re: Catchall field does not seem to work. Solr 3.4

2012-02-04 Thread Ahmet Arslan
> > > > > > searchField > > > I have noticed that 'title' field  and 'patent_no' > field are not getting > copied. You need to use upper case F letter. copyField versus copyfield.