As I am totally new to the API, I find myself frustrated by the documentation and it doesn't help that all the samples you can find with google seem spread over 3 different incompatible versions of the API.
With Lucene, when indexing some properties, I could set them so that:
- The data gets analyzed, indexed and stored
- The data gets analyzed, indexed, but not stored
- The data get just stored; no analysis, no indexing
How can I do these 3 cases? I can't find any documentation that covers this, nor any complete sample / tutorial. Everything I got running so far was from some bits and pieces cobbled from various locations.
thanks!