Thanks that was it - I've now configured a dismax requesthandler that suits
my needs
-Original Message-
From: Joe Calderon [mailto:calderon@gmail.com]
Sent: 03 February 2010 00:20
To: solr-user@lucene.apache.org
Subject: Re: Basic indexing question
see http://wiki.apache.org
calderon@gmail.com]
> Sent: 02 February 2010 23:42
> To: solr-user@lucene.apache.org
> Subject: Re: Basic indexing question
>
>
> by default solr will only search the default fields, you have to
> either query all fields field1:(ore) or field2:(ore) or field3:(ore)
> or us
o:calderon@gmail.com]
Sent: 02 February 2010 23:42
To: solr-user@lucene.apache.org
Subject: Re: Basic indexing question
by default solr will only search the default fields, you have to
either query all fields field1:(ore) or field2:(ore) or field3:(ore)
or use a different query parser like dismax
O
by default solr will only search the default fields, you have to
either query all fields field1:(ore) or field2:(ore) or field3:(ore)
or use a different query parser like dismax
On Tue, Feb 2, 2010 at 3:31 PM, Stefan Maric wrote:
> I have got a basic configuration of Solr up and running and have