Topic on Extension talk:Lucene-search

Accentless search not working

1
213.30.149.58 (talkcontribs)

Hi, I have some problems with Lucene Search 2.1 on an up to date debian server, with Media Wiki 1.9. I have followed the installation steps from the official extension page.

I have used this commands to rebuild index:

php /var/www/wikidev/maintenance/dumpBackup.php --current -quiet > wikidb.xml

java -cp LuceneSearch.jar org.wikimedia.lsearch.importer.Importer -s wikidb.xml notwiki_dev

This is my LocalSettings.php file require_once("$IP./extensions/MWSearch/MWSearch.php");

$wgSearchType = 'LuceneSearch';

$wgLuceneHost = '127.0.0.1';

$wgLucenePort = 8123;

$wgEnableLucenePrefixSearch = true;

$wgLucenePrefixHost = '127.0.0.1';

$wgLuceneSearchVersion = 2.1;

$wgEnableMWSuggest = true;

This is my problem: I need LuceneSearch because it's an accentless search. I have a test page "pépé" but wher i search "pepe" it can't find my page same with "bebe" and search "bébé".

Also, http://127.0.0.1:8123/search/notwiki_dev/bébé return me a 500 server error.

Daemon is running, the use of searchbar create lines in my tty, no errors inside.

Finaly, i'm not even sure that MWSearch is used...

Reply to "Accentless search not working"