Re: PHP Solr Client - spellchecker

2014-03-12 Thread rachun
Thank you very much Shawn, Now i'm trying to use prefix for my suggestion instead. Best regards, Chun -- View this message in context: http://lucene.472066.n3.nabble.com/PHP-Solr-Client-spellchecker-tp4122780p4123054.html Sent from the Solr - User mailing list archive at Nabble.com.

PHP Solr Client - spellchecker

2014-03-11 Thread rachun
see that it goes through my requestHandler named spell Did I do something wrong? I really need help. Thank you very much, Rachun -- View this message in context: http://lucene.472066.n3.nabble.com/PHP-Solr-Client-spellchecker-tp4122780.html

Re: PHP Solr Client - spellchecker

2014-03-11 Thread Shawn Heisey
On 3/11/2014 2:40 AM, rachun wrote: $q='macbook'; $client = new SolrClient($config); $query = new SolrQuery(); $query-setQuery($q); $query-addParam(shards.qt,/spell); $query-addParam(fl,product_name_th); $query_response = $client-query($query); $result = $query_response-getResponse();