On Mon, March 19, 2007 5:21 am, Ross wrote:
> I am looking for a php search engine that provides a suggested words
> (soundex?) when items are misspelt, the way google does.
>
> I have used http://www.site-search-pro.com/ i n the past which is
> great but
> as far as I know this feature is not incl
At 4:50 PM +0100 3/19/07, Tijnema ! wrote:
On 3/19/07, Ross <[EMAIL PROTECTED]> wrote:
Hi,
I am looking for a php search engine that provides a suggested words
(soundex?) when items are misspelt, the way google does.
I have used http://www.site-search-pro.com/ i n the past which is great but
a
On 3/19/07, Ross <[EMAIL PROTECTED]> wrote:
Hi,
I am looking for a php search engine that provides a suggested words
(soundex?) when items are misspelt, the way google does.
I have used http://www.site-search-pro.com/ i n the past which is great but
as far as I know this feature is not included
On Oct 30, 2006, at 6:26 AM, Kevin wrote:
Hi,
Is it possible to automatically search for synonyms related to a
word in a search engine for example if I create a search engine and
search for the word 'Horse', it would automatically search for
other words such as 'Pony' etc?
It is possib
Another idea from what I just sent: try googling "synonym
database". It looks like there are a few leads in there as well.
On Oct 30, 2006, at 6:26 AM, Kevin wrote:
Hi,
Is it possible to automatically search for synonyms related to a
word in a search engine for example if I create a sear
It sounds like this is specifically for html pages, or am I assuming wrong?
Do any of these or other search engines index html content held in a MySQL
database?
Arno
It depends.. Some products are based around web spider (mnogosearch),
some are only engines without spider part (lucene).
Ther
-Original Message-
From: Petr Smith [mailto:[EMAIL PROTECTED]
Sent: 09 November 2005 11:27
To: php-general@lists.php.net
Subject: Re: [PHP] PHP Search Engine
Richard Lynch wrote:
> On Tue, November 8, 2005 11:20 pm, Leonard Burton wrote:
>
>>Has anyone on here created a sear
Richard Lynch wrote:
On Tue, November 8, 2005 11:20 pm, Leonard Burton wrote:
Has anyone on here created a search engine in PHP?
Sure, of sorts, now and again, here and there, to some degree.
I am reasonably certain that if you Googled for:
"PHP web spider framework"
you would find s
On Tue, November 8, 2005 11:20 pm, Leonard Burton wrote:
> Has anyone on here created a search engine in PHP?
Sure, of sorts, now and again, here and there, to some degree.
Though it was at the lower end of search engine, possible devolving to
web-scraping, when you get right down to it...
> I h
HI All,
Has anyone on here created a search engine in PHP?
I have project to create a search engine that will search about 50K or
so pages of information on 100 or so various domain names.
What have you all done in the past? PHPdig was a failure.
Do you recommend any of the ones that are for
hi Ross
> Any alternatives free or paid let me know..
http://www.isearchthenet.com/isearch/ is a good 'un, so long as you
don't have thousands of pages.
R
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ross wrote:
I am looking to install a php site search on one of my sites. Looking at
http://www.site-search-pro.com/
has anyoner used this? what do I need to do to get it working? do the files
reside on my server?
Any alternatives free or paid let me know..
I'm partial to mnogoSearch
http
Might want to take a look at:
http://www.htdig.org/
Using the PHP wrapper class:
http://sourceforge.net/projects/htphp/
-Original Message-
From: Louie Miranda [mailto:[EMAIL PROTECTED]
Sent: Friday, August 15, 2003 12:42 AM
To: [EMAIL PROTECTED]
Subject: [PHP] php, search engine that i
Hi,
Do you want to provide a web interface to your local file system? well
the easiest would then be to just exec locate, which will make use of
the slocate db. Alternatively you can try to exec find. These can be
done painlessly and you don't have to install any software.
If you need a more s
On Mon, 2002-11-25 at 08:31, [EMAIL PROTECTED] wrote:
> I am in need of a search engine. I'd rather do one in PhP. Is there one
> available that I can see or at least get the code for?
This article might help.
http://www.onlamp.com/pub/a/php/2002/10/24/simplesearchengine.html
Brad
--
PHP Ge
Can you be a bit more specific as to what you need to search on? Is it a
database, a set of web documents or do you want to create a search
engine like Google, which crawls websites as needed?
Let us know!
Marco
--
php|architect - The magazine for PHP Professionals
The first monthl
;t think my server even has PEAR installed, so even if I
> just put the script on my own directory, it still needs the
> PEAR.php - will I need to do that too?
>
> > -Original Message-
> > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, Marc
M
> To: lmlweb
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP Search Engine?
>
>
> So just put that file in your own directory and use it from
> there. It is just a PHP script.
>
> On Sat, 23 Mar 2002, lmlweb wrote:
>
> > Hello,
> >
>
So just put that file in your own directory and use it from there. It is
just a PHP script.
On Sat, 23 Mar 2002, lmlweb wrote:
> Hello,
>
> I've picked up a book called the PHP Developer's Cookbook, specifically
> for the search engine that was featured in it. It required the use of
> PEAR's Fi
19 matches
Mail list logo