nope, the field options are created on startup -- you can't change them
dynamically (i don't know all the details, but I think it is a file
format issue, not just a configuration issue)
I'm not sure how your app is structured, from what you describe, it
sounds like you need two fields, one that is indexed and not stored and
another that is stored and not indexed. For each revision, put text
into the indexed field. for the primary document, put it in both.
ryan
Bharani wrote:
Hi,
Is it possible to turn off the "store" option based on field value. I would
like to index and store the primary document but for all revisions i only
need to index it and not store it.
Thanks
Bharani