Re: [PHP] Lucene library

2012-12-13 Thread Larry Garfield

Ah ha.  Did that ever get ported to Zend 2?

--Larry Garfield

On 12/12/12 12:07 AM, Louis Huppenbauer wrote:

There's Zend_Search_Lucene, part of the Zend framework. I think it should
be possible to use it without the whole framework though.

http://framework.zend.com/manual/1.12/de/zend.search.lucene.html


2012/12/12 Larry Garfield la...@garfieldtech.com


Yes, I've worked with Apache Solr quite a bit.  It's a separate server,
however, and I'm looking for something with smaller requirements for a
concept I want to try. I'd consider SQLite, but I really need something
schema-free and PHP-native/easily-installable.

--Larry Garfield


On 12/11/2012 07:20 PM, israele...@gmail.com wrote:


Check out apache solr.

The php implementation of Lucene was very slow and had a lot of
perfomance issues the last time I tried it
--Original Message--
From: Larry Garfield
To: php-general@lists.php.net
Subject: [PHP] Lucene library
Sent: Dec 11, 2012 5:41 PM

Hi all.

I recall hearing about there being a PHP port of the Lucene library some
years ago, but I don't recall whence it came.  It was a stand-alone PHP
lib, which needed some integration to be viable as an actual search
engine but worked up to a point by storing data straight on disk as
files.  That meant it didn't scale beyond a few tens of thousands of
records, but that's still a decent number.

Does that ring a bell for anyone?  Anyone know if it still exists, and
if so where?  I didn't find it in https://packagist.org/ , which is
where I figured it would be if it were still maintained.

I may have a use for it if it still exists.

--Larry Garfield




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Lucene library

2012-12-12 Thread ma...@behnke.biz


Louis Huppenbauer louis.huppenba...@gmail.com hat am 12. Dezember 2012 um
07:07 geschrieben:
 There's Zend_Search_Lucene, part of the Zend framework. I think it should
 be possible to use it without the whole framework though.

 http://framework.zend.com/manual/1.12/de/zend.search.lucene.html


see
http://www.phpgangsta.de/die-eigene-suchmaschine-in-php-leicht-gemacht-lucene



 2012/12/12 Larry Garfield la...@garfieldtech.com

  Yes, I've worked with Apache Solr quite a bit.  It's a separate server,
  however, and I'm looking for something with smaller requirements for a
  concept I want to try. I'd consider SQLite, but I really need something
  schema-free and PHP-native/easily-installable.
 
  --Larry Garfield
 
 
  On 12/11/2012 07:20 PM, israele...@gmail.com wrote:
 
  Check out apache solr.
 
  The php implementation of Lucene was very slow and had a lot of
  perfomance issues the last time I tried it
  --Original Message--
  From: Larry Garfield
  To: php-general@lists.php.net
  Subject: [PHP] Lucene library
  Sent: Dec 11, 2012 5:41 PM
 
  Hi all.
 
  I recall hearing about there being a PHP port of the Lucene library some
  years ago, but I don't recall whence it came.  It was a stand-alone PHP
  lib, which needed some integration to be viable as an actual search
  engine but worked up to a point by storing data straight on disk as
  files.  That meant it didn't scale beyond a few tens of thousands of
  records, but that's still a decent number.
 
  Does that ring a bell for anyone?  Anyone know if it still exists, and
  if so where?  I didn't find it in https://packagist.org/ , which is
  where I figured it would be if it were still maintained.
 
  I may have a use for it if it still exists.
 
  --Larry Garfield
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 

--
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3

Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz

Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal

http://www.behnke.biz

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Lucene library

2012-12-11 Thread israelekpo
Check out apache solr.

The php implementation of Lucene was very slow and had a lot of perfomance 
issues the last time I tried it
--Original Message--
From: Larry Garfield
To: php-general@lists.php.net
Subject: [PHP] Lucene library
Sent: Dec 11, 2012 5:41 PM

Hi all.

I recall hearing about there being a PHP port of the Lucene library some 
years ago, but I don't recall whence it came.  It was a stand-alone PHP 
lib, which needed some integration to be viable as an actual search 
engine but worked up to a point by storing data straight on disk as 
files.  That meant it didn't scale beyond a few tens of thousands of 
records, but that's still a decent number.

Does that ring a bell for anyone?  Anyone know if it still exists, and 
if so where?  I didn't find it in https://packagist.org/ , which is 
where I figured it would be if it were still maintained.

I may have a use for it if it still exists.

--Larry Garfield

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Sent via BlackBerry from T-Mobile

Re: [PHP] Lucene library

2012-12-11 Thread Larry Garfield
Yes, I've worked with Apache Solr quite a bit.  It's a separate server, 
however, and I'm looking for something with smaller requirements for a 
concept I want to try. I'd consider SQLite, but I really need something 
schema-free and PHP-native/easily-installable.


--Larry Garfield

On 12/11/2012 07:20 PM, israele...@gmail.com wrote:

Check out apache solr.

The php implementation of Lucene was very slow and had a lot of perfomance 
issues the last time I tried it
--Original Message--
From: Larry Garfield
To: php-general@lists.php.net
Subject: [PHP] Lucene library
Sent: Dec 11, 2012 5:41 PM

Hi all.

I recall hearing about there being a PHP port of the Lucene library some
years ago, but I don't recall whence it came.  It was a stand-alone PHP
lib, which needed some integration to be viable as an actual search
engine but worked up to a point by storing data straight on disk as
files.  That meant it didn't scale beyond a few tens of thousands of
records, but that's still a decent number.

Does that ring a bell for anyone?  Anyone know if it still exists, and
if so where?  I didn't find it in https://packagist.org/ , which is
where I figured it would be if it were still maintained.

I may have a use for it if it still exists.

--Larry Garfield




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Lucene library

2012-12-11 Thread Louis Huppenbauer
There's Zend_Search_Lucene, part of the Zend framework. I think it should
be possible to use it without the whole framework though.

http://framework.zend.com/manual/1.12/de/zend.search.lucene.html


2012/12/12 Larry Garfield la...@garfieldtech.com

 Yes, I've worked with Apache Solr quite a bit.  It's a separate server,
 however, and I'm looking for something with smaller requirements for a
 concept I want to try. I'd consider SQLite, but I really need something
 schema-free and PHP-native/easily-installable.

 --Larry Garfield


 On 12/11/2012 07:20 PM, israele...@gmail.com wrote:

 Check out apache solr.

 The php implementation of Lucene was very slow and had a lot of
 perfomance issues the last time I tried it
 --Original Message--
 From: Larry Garfield
 To: php-general@lists.php.net
 Subject: [PHP] Lucene library
 Sent: Dec 11, 2012 5:41 PM

 Hi all.

 I recall hearing about there being a PHP port of the Lucene library some
 years ago, but I don't recall whence it came.  It was a stand-alone PHP
 lib, which needed some integration to be viable as an actual search
 engine but worked up to a point by storing data straight on disk as
 files.  That meant it didn't scale beyond a few tens of thousands of
 records, but that's still a decent number.

 Does that ring a bell for anyone?  Anyone know if it still exists, and
 if so where?  I didn't find it in https://packagist.org/ , which is
 where I figured it would be if it were still maintained.

 I may have a use for it if it still exists.

 --Larry Garfield



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php