Hi, On Mon, Jun 8, 2009 at 14:49, Bernd Fondermann <[email protected]> wrote: > I want to control how JCR attributes are mapped to Lucene Document fields.
that's not easily possible. what is the reason you want to do this? if you still want to do that, then you could write your own QueryHandler implementation by extending from SearchIndex. Then overwrite the method createDocument(). regards marcel
