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
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
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
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