Hi, On Wed, May 20, 2009 at 21:54, Bernd Fondermann <[email protected]> wrote: > Alexander Klimetschek wrote: >> On Wed, May 20, 2009 at 5:29 AM, Bernd Fondermann <[email protected]> >> wrote: >>> Is it possible to control for the built-in Lucene indexing how >>> Jackrabbit Nodes are indexed with respect to how Attributes are mapped >>> to Lucene Fields and when Storing, Indexing and Tokenizing is applied? >> >> Have a look at >> >> http://wiki.apache.org/jackrabbit/Search >> >> There are some things to configure, for example you can provide a >> different Lucene analyzer ("analyzer" parameter). > > Yes, I was already aware of that page. I browsed the Jackrabbit code, > too. But I don't see that controlling per-Attribute indexing is > possible, is it?
I'm not sure what exactly you want to control, but the indexing configuration [0] allows you to tweak some of the indexing behaviour. regards marcel [0] http://wiki.apache.org/jackrabbit/IndexingConfiguration
