Reputation: 143
I was wondering, given a Lucene index and nothing else, is there a way to recover what analyzer was used to create the index? If not, is there a way to tell which stemmer or stop words list was used?
Upvotes: 0
Views: 61
Reputation: 33341
No.
Looking closely at the indexed data will likely allow you to draw some reasonable conclusions, but the index does not store that information directly.
Upvotes: 1