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
> Yes, I've worked with Apache Solr quite a bit. It's a separate serve
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
On 12/11/2012 7:27 PM, Marco Behnke wrote:
Am 08.12.12 19:08, schrieb Jim Giner:
All my debugging messages indicagte that I have the same session id,
yet I don't have the same variables, ie, they're missing.
Just to be sure ... the webspace is on the same server and has access to
the same direc
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 abo
Am 08.12.12 19:08, schrieb Jim Giner:
> All my debugging messages indicagte that I have the same session id,
> yet I don't have the same variables, ie, they're missing.
Just to be sure ... the webspace is on the same server and has access to
the same directory where the session data is stored? (ses
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
file
Am 11.12.2012 20:51, schrieb Peet Grobler:
On 2012/12/11 2:46 PM, Paul Halliday wrote:
Client <-> Server is encrypted, can I toss these into session variables?
Do note your full url (including &user=xx&pass=yy will be logged in
apache logs, and depending on configuration in squid logs in-b
On 2012/12/11 2:46 PM, Paul Halliday wrote:
> Client <-> Server is encrypted, can I toss these into session variables?
>
Do note your full url (including &user=xx&pass=yy will be logged in
apache logs, and depending on configuration in squid logs in-between too.
--
PHP General Mailing List (htt
On Tue, Dec 11, 2012 at 9:12 AM, Ashley Sheridan
wrote:
> **
> On Tue, 2012-12-11 at 08:58 -0400, Paul Halliday wrote:
>
> On Tue, Dec 11, 2012 at 9:02 AM, Ashley Sheridan
> wrote:
>
> On Tue, 2012-12-11 at 08:46 -0400, Paul Halliday wrote:
>
> Hi,
>
> I have a form that has username and passwor
On Tue, 2012-12-11 at 08:58 -0400, Paul Halliday wrote:
> On Tue, Dec 11, 2012 at 9:02 AM, Ashley Sheridan
> wrote:
>
> On Tue, 2012-12-11 at 08:46 -0400, Paul Halliday wrote:
>
> > Hi,
> >
> > I have a form that has username and password fields. While
On Tue, Dec 11, 2012 at 9:02 AM, Ashley Sheridan
wrote:
> **
> On Tue, 2012-12-11 at 08:46 -0400, Paul Halliday wrote:
>
> Hi,
>
> I have a form that has username and password fields. While the form
> exists and contains various other fields the most common mode of
> operation is to have the form
On Tue, 2012-12-11 at 08:46 -0400, Paul Halliday wrote:
> Hi,
>
> I have a form that has username and password fields. While the form
> exists and contains various other fields the most common mode of
> operation is to have the form auto submit if it has enough arguments
> in the URL. So, someone
Hi,
I have a form that has username and password fields. While the form
exists and contains various other fields the most common mode of
operation is to have the form auto submit if it has enough arguments
in the URL. So, someone is using an external program that has links
wired as such:
test.php
A solution to it is, if you can, enter the array itens without the
commas, just array(100,110.453351020813,9);
Em 11-12-2012 05:05, Andreas Perstinger escreveu:
On 11.12.2012 07:48, "Рогулин С.В." wrote:
I encountered with unexpected behavior of max() function. When i pass a
parameter ['100',
14 matches
Mail list logo