ez.no / developer / contribs / applications / lucene (java) search plugin
| Author | Version | Downloads | Compatible with |
|---|---|---|---|
| Paul Borgermans | 0.73 | 3644 | 3.7, 3.8 (also reported to be stable on 3.6) |
- version 0.1 intial alpha release
- version 0.2 second (beta release)
+ lots of bugfixes
+ full support of advanced search
+ lucene specific feature: "More like this" module/view and template operator
- version 0.7
+ more bugfixes and stability/robustness
+ added sorting on meta fields (not on attributes yet)
+ added possibility of specifying which meta fields are searched by default in the normal and advanced search
+ changed api calls to be conformant with Lucene 2.0 (jars are still 1.9.1)
+ removed source and doc files for apache lucene to make the download smaller
+ changed ROADMAP and numbering plan
+ put this release also on pubsvn.ez.no
- version 0.71
+ important bugfix due to wrong commit, resulting in non-working update scripts
+ take into account hidden status of nodes and corresponding ini settings
- version 0.72
+ hidden status check is now in stable branch and tar.gz archive
- version 0.73
+ added charset conversion support
+ bug fix in access query builder (thanks to Harry Oosterveen)
+ removal of PHP warnings
+ bug fix in sorting (now also works with array of depth 1)
+ added patches for 3.8 kernel files
log in or create a user account to comment.
Comments
Wrong libs ...
Sinisa Sehovic
Tuesday 21 August 2007 8:47:30 am
I can't remember what was wrong. I think that problem was in java libs.
After reinstalling no more seg faults.
Best regards,
Sinisa
Locks & Zero results
Bruce Morrison
Thursday 12 July 2007 1:17:35 am
It appears that simultaneous writes to the search index may cause the issue you describe. The latest SVN version contains a warning file that states:
Cheers
Bruce
Segfaults
Bruce Morrison
Thursday 12 July 2007 1:11:44 am
I was experiencing segfaults running on a site running 3.8.4 and found that they were no longer present after an upgrade to 3.8.8.
Cheers
Bruce
@Sinisa: updatesearchindexlucene.php problems myself, too
Massimiliano Bariola
Wednesday 11 July 2007 1:27:15 pm
I don't get the segfault, but have the same problem in running the updatesearchindexlucene.php. could you please tell me exactly what libraries were messed up so that I can doublecheck if this is my case?
thanks
M.
Re: Does it work with 3.9.2?
Peter Putzer
Monday 14 May 2007 5:58:36 pm
it works in eZ 3.9.2?
Vicente Olivan
Monday 14 May 2007 5:01:37 pm
Thanks
HELP ME PLEASE
Subramanian Velusamy
Friday 04 May 2007 6:52:26 pm
We are using the LUCENE engine for search. Often the search goes unavailable saying index unavailable and returns with zero count. Also the index creation fails.
As per our initial analysis, we found a write.lock file in the index folder and which is not allowing to create the index,
Does anyone has any idea of when this lock file is created and what for and why it is not getting deleted often.
Thanks for your valuable time.
Thanks
Subbu
Very good
Claudia Kosny
Sunday 18 February 2007 1:21:20 am
Two minor issues:
1) When trying the search I got the error
Fatal error: Undefined class name 'ezcontentobjecttreenode' in /opt/ezpublish-3.8.3/extension/lucene/search/plugins/lucene/lucene.php on line 1153
which was easily fixed by including the ezcontentobjecttreenode.php.
2) In search.tpl you need to replace {set $search_extras=...} with a {def $search_extras=...} as the variable is not set in the search.php when using templatesearch. In advancedsearch.tpl this line is missing totally.
One question: On the website for the php-javabridge I read that one can compile java classes with gcj so no VM is needed on the server. Have you ever tried that? As I use Windows on my developing machine I can't test this.
Regards
Claudia
Memory leak
Vincent Lepot
Thursday 30 November 2006 8:15:41 pm
I have the case of a database I must index with about 7000 content objects, and the updatesearchindexlucene.php batch fails with a glibc error ("double free or corruption") with core dumped.
The php and the java processes are growing a lot in memory during the batch.
I experience this problem on Debian sarge and Ubuntu edgy installations.
Disable backend
Vincent Lepot
Tuesday 21 November 2006 10:41:00 am
You can use --disable-backend in your ./configure command line.
To get the JavaBridge.jar, you can download php-java-bridge-X.X.X_j2ee.tar.gz. That archive contains JavaBridge.war, containing itself JavaBridge.jar in the WEB-INF/lib subdir. You copy it with your compiled PHP module, and it's OK.
Regards
Vince
Problem Building php-java
thomas BAILLEUL
Tuesday 10 October 2006 3:20:17 pm
I've the error :
configure : error : /usr/local/bin/bash './configure.gnu' failded for server
I have before :
./configure.gnu : line 5 aclocal not found
line 6 auheader not found
line7 autoconf not found
it sugested to disable back end(which is nonsense cos it won't create .jar) or to muse the recommend autoconf, automake,libtool but I used the good ones(autoconf259,automake19,libtool1-5)
I'would be grateful if someone could help me
Fixed problem!
Sinisa Sehovic
Thursday 07 September 2006 8:25:40 am
I have managed to fix the problem.
Somehow my 64bit and 32bit libraries on Suse were f****d! :-)
It took me a whole week to figure that out.
To Paul: Can you tell me how did you configure Apache and PHP on 64bit Suse?
(./configure --prefix= .... and stuff)
Best regards,
Sinisa
RE: Fatal error in updatesearchindexlucene.php
Paul Borgermans
Wednesday 06 September 2006 6:53:15 pm
If you use the stable branch, apparently there is no valid ezp Object. This may point to a corrupt database, otherwise I cannot reproduce this here (also SuSE 64 bit, with PHP and Apache compiled as 64 bit apps, Java VM 32 bit).
--paul
Fatal error in updatesearchindexlucene.php
Sinisa Sehovic
Monday 04 September 2006 3:14:03 pm
UPDATE:
-------------------------------------------------------------------------------------------------------------
My SLES9 server is 64bit and apache and php is compiled as 64bit progs!?
Could that be the problem?
-------------------------------------------------------------------------------------------------------------
I have the latest svn version.
My server is SLES9 with apache 2.2.3 and PHP 4.4.4
I have latest php-java-bridge 3.1.8rc2
I still have problems with lucene :-(
What to do?
Best regards,
Sinisa
Re: Fatal error
Harry Oosterveen
Tuesday 29 August 2006 2:40:19 pm
Fatal error: Call to a member function on a non-object in /home/irc/public_html/ezpublish/extension/lucene/lib/lire.php on line 550
I guess that helps you more...
Regards,
Harry
Re: New fatal error
Kristof Coomans
Tuesday 29 August 2006 1:56:13 pm
Can you give us the exact error you encountered?
Thanks!
Re: New fatal error
Harry Oosterveen
Tuesday 29 August 2006 1:31:22 pm
OK, thanks Kristof, now the search works also fine in these other browsers.
However, the search for similar images still results in a Fatal Error, in any browser, but this is not a feature that we want on our sites anyway.
Regards,
Harry
Re: New fatal error
Kristof Coomans
Tuesday 29 August 2006 7:44:09 am
You are using the trunk, right? I'll update that one in a few minutes.
Sorry for the troubles.
New fatal error
Harry Oosterveen
Monday 28 August 2006 10:09:00 pm
On my site, it still creates a fatal error. Installing the new version created another fatal error: under images, there was a text: Show similar images, clicking on it resulted also in a fatal error, also after reloading the page.
Kind regards,
Harry
RE: Fatal Error
Peter Putzer
Monday 28 August 2006 4:47:27 pm
Greetings,
Peter
Next » 1 2 3 4