View Single Post
  #1 (permalink)  
Old 08-31-2007, 01:03 PM
hhege hhege is offline
Junior Member
 
Join Date: Aug 2007
Posts: 1
Default 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.
Reply With Quote