Thanks, you are correct.
_
From: Andrey Klochkov [mailto:akloch...@griddynamics.com]
Sent: Tuesday, May 19, 2009 8:00 PM
To: solr-user@lucene.apache.org; cra...@ceiindia.com
Subject: Re: Search in all the fields q=(*:test)
I suppose that when you use "*" as field
I suppose that when you use "*" as field name, Solr search in default search
field as long as Lucene doesn't support searching through several fields as
far as I know. Read here:
http://wiki.apache.org/solr/SchemaXml#head-b80c539a0a01eef8034c3776e49e8fe1c064f496
On Tue, May 19, 2009 at 5:46 PM, R
Hello List,
I need to search a value in all the fields. I am using q=(*:test) . But it
retrives zero results.
Can anyone tell me the above syntax is correct or not?
Thanks in advance.