Hello Julio, You can define your own lucene analyzer in Jackrabbit (even per property, see [1] at the bottom). If you just configure a lucene analyzer having a list of stopwords for example, where you create the list yourself, you are done.
Regards Ard [1] http://wiki.apache.org/jackrabbit/IndexingConfiguration > > Is there a way to perhaps on a per node insertion basis > exclude words from being indexed by Lucene? > > I have to load a large volume of documents. There are certain > words that I want to exclude as they will be present in 99% > of the documents, but I haven't found a way to access or > restrict Lucene to prevent it from indexing such words. > > Any ideas? > > Julio Castillo > Edgenuity Inc. > >
