Hi, I have a dataset which has files in the form of tokens where the original data has been tokenized, stemmed, stopworded.
Is it possible to skip the lucene analyzers and index this dataset in Lucene? So far the dataset I have dealt with was raw and used Lucene's tokenization and stemming schemes. Thank you. Regards, Sachin