Hi, On Thu, Sep 4, 2008 at 10:09 AM, Michael Wechner <[EMAIL PROTECTED]> wrote: > I have noticed that one can turn on/off indexing for certain properties of a > node via http://wiki.apache.org/jackrabbit/IndexingConfiguration > (for jackrabbit 1.4 and higher) > > So, if IIUC JCR API does not contain a method like for instance > Node.getProperty("path").index(false) > right?
Correct. > Was this ever discussed or considered for the API itself? There's been some discussion in JSR 283 about allowing the node types to indicate whether or how specific properties should be indexed. I don't recall whether that feature is already mentioned in the public review draft. BR, Jukka Zitting
