Re: [nyphp-talk] php web search engine

2007-02-23 Thread Sean Pangia
anyone have any experience with PhpDig? http://www.phpdig.net/ Rick Olson wrote: Among the other ideas in this thread, you might also check out sphinxsearch (http://www.sphinxsearch.com). I started (but have not finished...yet) a series on using and implementing it on my blog (http://blo

Re: [nyphp-talk] php web search engine

2007-02-23 Thread Rick Olson
Among the other ideas in this thread, you might also check out sphinxsearch (http://www.sphinxsearch.com). I started (but have not finished...yet) a series on using and implementing it on my blog (http://blog.sensual.jp). It has some nice perks, one of which being the ability to index straigh

[nyphp-talk] php web search engine

2007-02-14 Thread Corey Fogarty
This is a pretty good system from the O¹Reilly PHP Cookbook, page 514 Program: Site Search. Corey Corey Fogarty BMF Enterprises www.bmfenterprises.com 908.995.4711 > Message: 2 > Date: Wed, 14 Feb 2007 17:00:05 -0500 > From: David Krings <[EMAIL PROTECTED]> > Subject: Re

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Néstor
I just download several search engines from freshmeat.net and I will look into it to see which one fits us better internally. The only java base search engine that I downloaded is Lucene, but I need to install tomcat, the rest of them are php or perl based. Thanks for your replies, Néstor On 2

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Jon Baer
It really depends on how many documents you are looking to index + how much content you want in memory for fast retrieval ... what makes the GSA stand out is clearly the PageRank algorithm used. - Jon On Feb 14, 2007, at 5:09 PM, Donald J Organ IV wrote: They make something a little cheaper

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Jon Baer
Depending on the size of the index you need to produce the ZendFrameworks has a port of Lucene in PHP5 ... http://framework.zend.com/wiki/display/ZFDOCDEV/20.+Zend_Search The nice thing is that the file formats are fully compatible so you can use already available Lucene tools to build ...

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Daniel Leslie
Hi Néstor, We've had success with variations of Lucene, the Java-based engine developed by the Apache folks. In particular you may wish to explore PyLucene (Python) and Zend_search_lucene (PHP). Regards, Dan Néstor wrote: Guys, I need to install a php search engine in our intranet. an

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Donald J Organ IV
They make something a little cheaper called the google mini, dont know hwo much cheaper though. Néstor wrote: Donald thanks for your recommendation but that is too expensive. Sorry, I did not explained myself better. I need a free search engine for our intranet(as within the company only), pr

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Néstor
Donald thanks for your recommendation but that is too expensive. Sorry, I did not explained myself better. I need a free search engine for our intranet(as within the company only), preferable in perl, php or Java(as a last resource). I was wondering what you guys recommend. Thanks, Néstor :-)

Re: [nyphp-talk] php web search engine

2007-02-14 Thread David Krings
Néstor wrote: Guys, I need to install a php search engine in our intranet. any recommendations? Thanks, Néstor :-) I made good experiences with swish-e. Very easy to use after reading the documentation and it also searches PDFs, something that most search engines do not do...I mean the

Re: [nyphp-talk] php web search engine

2007-02-14 Thread Donald J Organ IV
http://www.google.com/enterprise/gsa/ Néstor wrote: Guys, I need to install a php search engine in our intranet. any recommendations? Thanks, Néstor :-) ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listi

[nyphp-talk] php web search engine

2007-02-14 Thread Néstor
Guys, I need to install a php search engine in our intranet. any recommendations? Thanks, Néstor :-) ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com