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 <iori...@yahoo.com> wrote:
>>  <copyField source="year" dest="searchField"/>
>>  <copyField source="abs" dest="searchField"/>
>>  <copyfield source="title" dest="searchField"/>
>>  <copyfield source="patent_no" dest="searchField"/>
>>
>>  <defaultSearchField>searchField</defaultSearchField>
>>
>>
>> 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.

Reply via email to