RE: Basic indexing question

2010-02-03 Thread Stefan Maric
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

Re: Basic indexing question

2010-02-02 Thread Joe Calderon
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

RE: Basic indexing question

2010-02-02 Thread Stefan Maric
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

Re: Basic indexing question

2010-02-02 Thread Joe Calderon
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