Hi all, when declaring a field in the schema.xml file you can set the attributes 'indexed' and 'stored' to "true" or "false".
What is the difference between a <indexed="true" stored="false"> and a <indexed="true" stored="true">? I guess understanding this would require me to have a closer look to lucene's index data structures; what's the pointer to some doc I can read? Cheers, GGhh