Tagged Questions

1
vote
1answer
103 views

Solr configuration for autocompletion implementation with php

how do i have to index my data and configure solr and my search options in solr, that an autocompletion (like google) with the following requirements is possible: Products: - We have products with ...
1
vote
3answers
186 views

Extract translation phrases from Magento

I'm relatively new to Magento and working on a site build for a client and they simply need a list of phrases used throughout the site to be sent to a translator. I'm a little surprised that there ...
0
votes
0answers
50 views

mysql: Mining for keywords and phrases

I would like to get popular words and phrases (up to 3 words) from my products database table. I tried using sphinxsearch service for that which was great, except.. The result it give are plain txt ...
0
votes
5answers
114 views

PHP - Which word is properly typed?

I'm looking for help on writing a script to check a list of phrases/words and compare them to one another and see which one is the properly typed phrase/word. $arr1 = array('fbook', 'yahoo msngr', ...