On Tue, 5 Dec 2006, Scott Howard wrote: > We are currently using another search engine, but are having problems > with the indexer leaving out some pages. I'm just wondering if ht://Dig > works with a PostgreSQL database.
It depends on what you mean by working with PostgreSQL. If you are trying to store the result of indexing in such a database, then ht://Dig is not likely to be of much help. If you are trying to index the content of a PostgreSQL database, then you might be able to accomplish this with using an external parser. http://www.htdig.org/attrs.html#external_parsers If you are just trying to index a dynamic site that pulls its content from a PostgreSQL database, then ht://Dig will probably do what you need out of the box. Aside from session management and authentication issues, htdig doesn't typically care where content comes from so long as it receives a parseable HTML page. Jim ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

