Reading Zend_Search_Lucene Dictionary
Is it possible to read/search the dictionary (index word list) in Zend_Search_Lucene? I am interesting in finding words in the indexed documents like <<this_word_with_wildcards>>. For example if I specify "car*", I want output like:
card
cart
carthage
carame
...
Eventually, I would like to use this feature to enable searching for wild cards within phrases.
Perhaps, this feature is already included, but I did not see it.
|