Hibernate Team |
|
Joined: Thu Apr 05, 2007 5:52 am Posts: 1689 Location: Sweden
|
Hi,
you might be able to see the word and position information, but what if you for example use a synonym analyzer which inserts new tokens. How do you restore the original text then. If you want to use projection or for some other reason need the original text you need to use STORE.YES.
if you want a deeper explanation I recommend you talk to the Lucene guys. There is also a document on the Lucene homepage describing the exact index format. I am sure you can learn a lot about the internal workings of the index reading it.
Hope this helps.
--Hardy
|
|