I would like to build a autocomplete function with a Zend Lucene index as
data source. Is there a (easy) way to use Zend Lucene terms for autocomplete
purposes?

For now it's only with single words so when searching for 'err', the return
values should be 'errors', 'errors' and so on.

If this option is not available I will use my own method (and I will have
double data sources for my words). Is there a reason why this option is not
available (maybe there are some best practices suggesting other methods)?
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Autocomplete-with-Zend-Lucene-terms-tp2999878p2999878.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to