In our search application the user can turn stemming off and on. With Lucene will I have to maintain two sets of indexes to create this functionality, one stemming and one non-stemming index?
Or Is there a way to query a stemming index so that it does not return stems? Thanks, Joel
