Re: [PECL-DEV] Re: PHP Solr API

2010-12-01 Thread Stefan Matheis
oooh, sorry - used the wrong thread for my suggestion ... please, just ignore this :) On Wed, Dec 1, 2010 at 2:01 PM, Stefan Matheis < matheis.ste...@googlemail.com> wrote: > Hi again, > > actually trying to implement spellcheck on a different way, and had the > idea to access /solr/spellcheck to

Re: [PECL-DEV] Re: PHP Solr API

2010-12-01 Thread Stefan Matheis
Hi again, actually trying to implement spellcheck on a different way, and had the idea to access /solr/spellcheck to get all required data, before executing the final query to /solr/select - but, that seemed to be impossible - since there is no configuration option to change the /select part of th

Re: [PECL-DEV] Re: PHP Solr API

2010-10-06 Thread Scott Yeadon
Thanks. Not sure what the "value" should be (assume it is the servlet name, but is there a default servlet name for term vectors? - the docs don't really say much, so any guidance useful). It also looks like using the ModifiableParams returns only a single offset for each term i.e. if tf > 1

Re: [PECL-DEV] Re: PHP Solr API

2010-10-01 Thread Israel Ekpo
Scott, You can also use the SolrClient::setServlet() method with SolrClient::TERMS_SERVLET_TYPE as the type http://www.php.net/manual/en/solrclient.setservlet.php On Fri, Oct 1, 2010 at 12:57 AM, Scott Yeadon wrote: > Hi, > > Sorry, scrap that, just found that SolrQuery is a subclass of > Mo