Yubin Kim
Yubin Kim

Reputation: 143

Analyzer used to create Lucene index

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

Answers (1)

femtoRgon
femtoRgon

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

Related Questions