Open GoogleCodeExporter opened 8 years ago
I did it with just file_get_contents using he /term handler in SOLR. It wpuld
be nice
to add this into the API, but it was very simple to do with ust
file_get_contents and
passing the URL to SOLR.
Original comment by billnb...@gmail.com
on 25 Nov 2009 at 1:44
there are different ways to do auto suggest:
termsComponent is one way which is not supported atm
(http://code.google.com/p/solr-php-client/issues/detail?id=32)
but you can also do it via faceting
(http://www.packtpub.com/article/faceting-in-solr-1.4-enterprise-search-server)
the next big solr update will supposedly have some auto suggest component
Original comment by lukas.smith@gmail.com
on 9 Jul 2010 at 10:21
Original issue reported on code.google.com by
murali...@gmail.com
on 18 Nov 2009 at 6:05