schema.xml question

2010-05-07 Thread Antonello Mangone
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

RE: schema.xml question

2010-05-07 Thread Markus Jelsma
: 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

Re: schema.xml question

2010-05-07 Thread Antonello Mangone
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

RE: Re: schema.xml question

2010-05-07 Thread Markus Jelsma
[2]: http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml     Cheers,   -Original message- From: Antonello Mangone antonello.mang...@gmail.com Sent: Fri 07-05-2010 15:26 To: solr-user@lucene.apache.org; Subject: Re: schema.xml question For the moment I

RE: Re: schema.xml question

2010-05-07 Thread Markus Jelsma
I forgot, there is actually a proper wiki page on this subject: http://wiki.apache.org/solr/SolrRequestHandler     -Original message- From: Antonello Mangone antonello.mang...@gmail.com Sent: Fri 07-05-2010 15:26 To: solr-user@lucene.apache.org; Subject: Re: schema.xml question

Re: Re: schema.xml question

2010-05-07 Thread Antonello Mangone
antonello.mang...@gmail.com Sent: Fri 07-05-2010 15:26 To: solr-user@lucene.apache.org; Subject: Re: schema.xml question For the moment I don't know how to do it, but I'll follow your suggestion :) Thank you very much ... ps. I'm just a novel 2010/5/7 Markus Jelsma markus.jel...@buyways.nl You

Re: schema.xml question

2010-05-07 Thread Chris Hostetter
: group name=group_name : field name=a type=. / : field name=b type=. / : field name=c type=. / : /group : : defaultSearchFieldgroup_name/defaultSearchField at first glance, it seems like what you want is to use copyField... field name=a ... / field name=b ... / field

Re: schema.xml question

2010-05-07 Thread Antonello Mangone
It's seems like a copyField but is a group that I want ... and in your version is not a group, I want the possibility to search in a group of field using AND or OR 2010/5/7 Chris Hostetter hossman_luc...@fucit.org : group name=group_name : field name=a type=. / : field name=b