Hi, I have few questions related to updatable DocValues API... It would be great if I can get help.
1. Is it possible to provide updateNumericDocValue(Term term, Map<String,Long>), incase I wish to update multiple-fields and it's doc-values? 2. Instead of a "Term" based update, is it possible to extend it to using a "Query"? What are the obvious problems in doing so? 3. TrackingIndexWriter does not have updateNumericDocValue exposed. Any reason of not doing so? 4. Is it possible to update a DocValue other than long, like lets say a BinaryDV? -- Ravi