Re: Witango-Talk: Search Engine Format Type

2004-05-04 Thread webdude
Title: Re: Witango-Talk: Search Engine Format Type Okay, I built the array and all seems well. I am filtering the 's and small words and I have a search action that returns the results from looking in the keyword tables. I use an if/else to determine if the value is quoted and go to a = search

Re: Witango-Talk: Search Engine Format Type

2004-04-28 Thread webdude
Title: Re: Witango-Talk: Search Engine Format Type That would be great Steve. Back in the old days of Butler (EveryWare's original main product), one of the main shortcomings of it as a SQL engine was it's inability to do contained searches well. One way of getting around that problem

Witango-Talk: Search Engine Format Type

2004-04-27 Thread webdude
I have a hobby site that I work on in my spare time. It has a forum, chat room, ya da ya da ya da. In it I have created 3 different search like engines that list resorts, fishing guides and bait and tackle shops. (you can check it out if you like, just a few months old, but growing

Re: Witango-Talk: Search Engine Format Type

2004-04-27 Thread John McGowan
if the content you want to search can be spidered just install a search engine. I and others on the list have had great success integrating the swish-e search engine into our Witango apps. /John [EMAIL PROTECTED] wrote: I have a hobby site that I work on in my spare time. It has a forum, chat

RE: Witango-Talk: Search Engine Format Type

2004-04-27 Thread Dave Shelley
[mailto:[EMAIL PROTECTED] Sent: April 27, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Search Engine Format Type if the content you want to search can be spidered just install a search engine. I and others on the list have had great success integrating the swish-e search engine

Re: Witango-Talk: Search Engine Format Type

2004-04-27 Thread webdude
The problem I am having looking at canned spidering programs is that they spider everything on your site. I need something that will search a db (MSSQL) that will spider all the links that are contained in the db. In other words, I have a db with about 500 links to other sites. In the db

RE: Witango-Talk: Search Engine Format Type

2004-04-27 Thread Bill Conlon
-Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: April 27, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Search Engine Format Type if the content you want to search can be spidered just install a search engine. I and others on the list have had great success

Re: Witango-Talk: Search Engine Format Type

2004-04-27 Thread Bill Conlon
I would use swish-e using the -S prog method to spider all the external sites. Execute a shell script like the following when you want the index rebuilt: #!/bin/sh /usr/local/bin/swish-e -S prog -c /path to configuration/spider.config -f /path to configuration/index.swish-e index.swish-e