> > Quick Q: textual content stored on a node is full text > indexed - but what about item that is stored via InputStream > (assuming it happens to be text?) it wouldn't be indexed would it?
Depends on whether you configure it to be indexed or not, see textFilterClasses at [1]. Think in the comment of the SearchIndex of the repository.xml in trunk you can find which textFilterClasses are available (pdf/html/text/xml etc ) [1] http://wiki.apache.org/jackrabbit/Search Regards Ard > > > Michael. >
