Re: New PHP API for Solr (Logic Solr API)

2011-03-26 Thread Israel Ekpo
Lukas, How do you think it should have been designed? Most libraries are not going to have all the features that you need and while there may be features about the library that you do not like others may really appreciate them being there. As I said earlier in an earlier email a couple of months

utf-8 is not so much everywhere

2011-03-26 Thread Paul Libbrecht
Hello group, this message is a word of warning and plea to wiki writers. Reading the wiki and documentation in general, there seems to be an accepted consensus that most in SOLR is working in utf-8. To my opinion this is absolutely good. But this may be a remain of the times. Several efforts

DIH relating multiple DataSources

2011-03-26 Thread jeffrey_chang
Hi All, I'm a newbie to SOLR and is hoping to get some help. I was able to get DIH to work with one datasource. What I'm trying to achieve is using two datasources to build my document. Below is my data-config:

Re: solr on the cloud

2011-03-26 Thread Dmitry Kan
Thanks, Jason, this looks very relevant! On Fri, Mar 25, 2011 at 11:26 PM, Jason Rutherglen < jason.rutherg...@gmail.com> wrote: > Dmitry, > > If you're planning on using HBase you can take a look at > https://issues.apache.org/jira/browse/HBASE-3529 I think we may even > have a reasonable solut

Re: Default operator

2011-03-26 Thread lboutros
The other way could be to extend the SolrQueryParser to read a per field default operator in the solr config file. Then it should be possible to override this functions : setDefaultOperator getDefaultOperator and this two which are using the default operator : getFieldQuery addClause The you ju

Re: Default operator

2011-03-26 Thread Ahmet Arslan
--- On Fri, 3/25/11, Brian Lamb wrote: > From: Brian Lamb > Subject: Default operator > To: solr-user@lucene.apache.org > Date: Friday, March 25, 2011, 10:54 PM > Hi all, > > I know that I can change the default operator in two ways: > > 1) <*solrQueryParser defaultOperator*="AND|OR"/> > 2) A