How to implement a ContentExtractor?

2004-06-21 Thread ryan
I tried to build a content extractor to pull the text from MS Word docs. It looks like the PropertyExtractorTrigger is fired by the event framework when a node is created or stored, and then it calls the ExtractorManager to get all the PropertyExtractors associated with the node that changed and

Re: How to implement a ContentExtractor?

2004-06-21 Thread Daniel Florey
Hi Ryan, you are exactly right. I didn't implement the ContentExtractor yet, because it makes no sense to do it in the way the property extractors works. As you stated the content extractor only makes sense in combination with an indexer. It was my plan to build an indexing framework, but had no

Re: How to implement a ContentExtractor?

2004-06-21 Thread Ryan Rhodes
PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Subject: Re: How to implement a ContentExtractor? Date: Mon, 21 Jun 2004 09:44:14 +0200 Hi Ryan, you are exactly right. I didn't implement the ContentExtractor yet, because it makes no sense