Does Lucene
default search do lemmatization/stemming on the words?
For example when using the code in this sample, are the words in the docs used as is or are they transformed to their basic form (i.e. Managing -> manag), and if so what default lemmatizer does it use?