1.0.5
Better support for prefix-based (wildcard) searches on stemmed words. The CLuceneSearchService
now supports a BOOL supportStemmedPrefixSearches
property that, when enabled, indexes the original word along with the stemmed version of the word, so a search for something like capabi*
(stems to capabi
) can match capability (stems to capabl
).