You could write your own requestHandler in solrconfig.xml, it'll allow you to 
predefine parameters for your configured search components.
 
-----Original message-----
From: Antonello Mangone <antonello.mang...@gmail.com>
Sent: Fri 07-05-2010 15:17
To: solr-user@lucene.apache.org; 
Subject: schema.xml question

Hello everyone, my question is ....
Is it possible in schema.xml set a group of fields to use as a default field
to query in "OR" or  in "AND" ???

example:

<group name="group_name">
   <field name="a" type="..... />
   <field name="b" type="..... />
   <field name="c" type="..... />
</group>

<defaultSearchField>group_name</defaultSearchField>

Thanks in advance

Reply via email to