akkarthick / magento-community-edition-solr

Automatically exported from code.google.com/p/magento-community-edition-solr
0 stars 0 forks source link

Search still using mysql #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Having an issue where after the extension is installed an configured the search 
is still using mysql. 

The connection to solr is working and the delete function works saying it 
successfully deleted all documents. If you change the search type from fulltext 
to like in the default search options you can see it creates solr files. 
However when you run the catalogsearch_fulltext index it is clear it is 
reindexing in mysql. The frontend is still using the mysql search as well.

The magento version is 1.5.1.0

Original issue reported on code.google.com by n...@trephination.net on 6 Nov 2012 at 9:54