Re: Updateable DocValues

2012-07-25 Thread Alan Woodward
Hi Simon, That sounds like a good place to start - I'll have a play with FieldNormUpdater and see if I can hack it into something basic that works, and then open a JIRA. Alan On 25 Jul 2012, at 15:03, Simon Willnauer wrote: > hey alan, > > On Wed, Jul 25, 2012 at 11:15 AM, Alan Woodward > wr

Re: Updateable DocValues

2012-07-25 Thread Simon Willnauer
hey alan, On Wed, Jul 25, 2012 at 11:15 AM, Alan Woodward wrote: > 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. Wh

Updateable DocValues

2012-07-25 Thread Alan Woodward
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