There's Lucene. http://jakarta.apache.org/lucene/docs/index.html. Then you have to add something that can parse Word/PDF/whatever you need to parse. Lucene only includes HTML parser as a demo. That's when things like POI http://jakarta.apache.org/poi/index.html which can manipulate many office documents. Sorta. There's some other things buried along with these.
As an alternative, you could use MS-SQL server which can full-text index a lot of things :) Yeah -- just what you OSX folks want to do ;) Regards, John Paul Ashenfelter CTO/Transitionpoint [EMAIL PROTECTED] ----- Original Message ----- From: "Samuel Neff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 9:22 PM Subject: RE: CFMX on OSX -- fully compatible? Why not production? > Dick, > > Thanks for your insight. True Verity is only a show-stopper if you need > it, but we use it quite a lot. > > Doesn't Jakarta have an open-source Java based full-text search engine? > That would be easier to integrate into CFMX than a Perl based one. > Might even be possible to rewrite the Verity CF tags to seamlessly > support it with standard CFML. > > I'm actually really surprised there is no full-text search as part of > the J2EE standard. Seems like a glaring omission since almost every web > site has a full-text search. Perhaps I overlooked a major section of > the API. :-) > > Best regards, > > Sam > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

