You can also use an edismax style handler to automatically search
more than one field given a search term.
Best
Erick
On Fri, Sep 14, 2012 at 8:47 AM, Jack Krupansky wrote:
> As of Solr 3.6, defaultSearchField is deprecated:
>
> * SOLR-2724: Specifying and defaultOperator="..."/> in
> schema.
As of Solr 3.6, defaultSearchField is deprecated:
* SOLR-2724: Specifying and defaultOperator="..."/> in
schema.xml is now considered deprecated. Instead you are encouraged to
specify these via the "df"
and "q.op" parameters in your request handler definition. (David Smiley)
So, you can s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 14.09.2012 07:30, schrieb veena rani:
> Hi,
>
> Can i have more than one field as defaultSearchField in
> schema.xml. This is my default search field in solr,
If you want to search in more than one filed the Edismax-Parser
(http://wiki.apache.org/s
Hi Veena,
No you can't have more than one field as defaultSearchField, instead you can
use copy field.
Regards
Harshvardhan Ojha
-Original Message-
From: veena rani [mailto:veenara...@gmail.com]
Sent: Friday, September 14, 2012 11:01 AM
To: solr-user@lucene.apache.org
Subject: Can i ha