panjiwa10028 / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

autosuggest implementation in solr #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi,
i am using solr1.4 .i want to  search box with autocomplete in the client 
side.

plz help me

Original issue reported on code.google.com by murali...@gmail.com on 18 Nov 2009 at 6:05

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

GoogleCodeExporter commented 8 years ago
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