First off, a big thanks to Alexander for implementing Wildcard queries in svn.
We're indexing and tokenizing quite a large amount of data (mostly plaintext from .txt files with some Stopwords removed). Doing a wildcard query often takes very long to finish and mostly PHP just time-outs. Currently we're doing a non-wildcard search when the search string contains more than two words (which is not very effective, but mostly reduces the time-outs). My question would be if any of you know an effective way to manage Wildcard queries on many tokenized words? Thanks. -- View this message in context: http://www.nabble.com/Zend_Search_Lucene%3A-Manging-large-wildcard-queries-tf4214305s16154.html#a11989387 Sent from the Zend Framework mailing list archive at Nabble.com.
