Hi all, I'm looking at implementing some fairly hairy ACLs using Solr post-filtering functionality, storing the ACL information in DocValues for quick lookup. Some of this information will need to change frequently. When DocValues were first announced a while back, it was suggested that they could be 'independently updateable' - i.e. you could make changes to them without reindexing the whole document. I've been nosing around the code, and haven't found anything that looks like an update API though. Has this actually been implemented? Or if not, how tricky would it be to implement, given the existing implementation? I'm guessing it would need to be done via Codecs.
Thanks, Alan Woodward http://www.romseysoftware.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org