ez.no / developer / contribs / applications / lucene (java) search plugin
| Author | Version | Downloads | Compatible with |
|---|---|---|---|
| Paul Borgermans | 0.73 | 3694 | 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 benutzerkennung to comment.
Comments
problem in finding words without putting their emphasis
lhassan Lhassan
Dienstag, 16. Februar 2010 16:22:25
As part of a project ezpublish 3.9.2 I integrate the search engine Lucene, the search works well but when searching for a word without putting emphasis without any results appear. For example if I run the search word "probleme" instead of "problème" I obtained any result.
thank you in advance
Wrong libs ...
Sinisa Sehovic
Dienstag, 21. August 2007 08:47:30
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
Donnerstag, 12. Juli 2007 01:17:35
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
Donnerstag, 12. Juli 2007 01:11:44
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
Mittwoch, 11. Juli 2007 13:27:15
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
Montag, 14. Mai 2007 17:58:36
it works in eZ 3.9.2?
Vicente Olivan
Montag, 14. Mai 2007 17:01:37
Thanks
HELP ME PLEASE
Subramanian Velusamy
Freitag, 04. Mai 2007 18:52:26
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
Sonntag, 18. Februar 2007 01:21:20
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
Donnerstag, 30. November 2006 20:15:41
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
Dienstag, 21. November 2006 10:41:00
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
Dienstag, 10. Oktober 2006 15:20:17
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
Donnerstag, 07. September 2006 08:25:40
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
Mittwoch, 06. September 2006 18:53:15
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
Montag, 04. September 2006 15:14:03
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
Dienstag, 29. August 2006 14:40:19
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
Dienstag, 29. August 2006 13:56:13
Can you give us the exact error you encountered?
Thanks!
Re: New fatal error
Harry Oosterveen
Dienstag, 29. August 2006 13:31:22
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
Dienstag, 29. August 2006 07:44:09
You are using the trunk, right? I'll update that one in a few minutes.
Sorry for the troubles.
New fatal error
Harry Oosterveen
Montag, 28. August 2006 22:09:00
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
Weiter » 1 2 3 4