Erreur lors du démarrage

Répondre
neijo
Messages : 1
Enregistré le : sam. févr. 01, 2014 9:24 pm
Localisation : France

Erreur lors du démarrage

Message par neijo » sam. févr. 01, 2014 9:30 pm

Bonjours j'ai installer sphinx
je l'ai configurer ainsi

index test6
{
source = test6
path = /usr/local/sphinx/var/data/test6
}
source test6
{
type = mysql
sql_host = localhost
sql_user = root
sql_pass = ijytfdzaijytfdza
sql_db = WOM
sql_query_pre = SET NAMES utf8
sql_query = SELECT LID,FID,NFILE,FTYPE,FSIZE,FTYPE_CATEGORIE FROM A_FILE WHERE POSITION=1
sql_attr_uint = FTYPE_CATEGORIE
sql_query_info = SELECT NFILE FROM A_FILE WHERE LID=$LID
}

Puis j'ai indexer mes données avec
indexer test6 --rotate --config /etc/sphinxsearch/sphinx.conf

Ce qui ma renvoyer ceci
Sphinx 2.1.5-release (rel21-r4508)
Copyright (c) 2001-2014, Andrew Aksyonoff
Copyright (c) 2008-2014, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/etc/sphinxsearch/sphinx.conf'...
indexing index 'test6'...
collected 42404 docs, 3.2 MB
sorted 0.5 Mhits, 100.0% done
total 42404 docs, 3247266 bytes
total 0.990 sec, 3279626 bytes/sec, 42826.56 docs/sec
total 3 reads, 0.011 sec, 1298.2 kb/call avg, 3.8 msec/call avg
total 17 writes, 0.023 sec, 433.5 kb/call avg, 1.4 msec/call avg
rotating indices: successfully sent SIGHUP to searchd (pid=7781).

La tout va bien ensuite j'ai redémarrer la machine


/etc/init.d/sphinxsearch restart

Ce qui ma donner ceci
Restarting sphinxsearch: Sphinx 2.2.1-id64-beta (r4330)
Copyright (c) 2001-2013, Andrew Aksyonoff
Copyright (c) 2008-2013, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/etc/sphinxsearch/sphinx.conf'...
listening on all interfaces, port=9312
listening on all interfaces, port=9306
precaching index 'test6'
WARNING: dict=crc deprecated, use dict=keywords instead
WARNING: id32 index loaded by id64 binary; attributes converted
precached 1 indexes in 0.020 sec
sphinxsearch is restarted.


Seulement le problème c'est qu'a la recherche je n'ai aucun résultat qui apparaît

search -i test6 n

Sphinx 2.1.5-release (rel21-r4508)
Copyright (c) 2001-2014, Andrew Aksyonoff
Copyright (c) 2008-2014, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/usr/local/sphinx/etc/sphinx.conf'...


Je suis perdu depuis déjà quelque jours , si vous avez une suggestion , merci de me l'indiquer !

Je vous remercie de votre compréhension !

Cordialement ,
neijo

Benjamin

Message par Benjamin » lun. mars 10, 2014 10:32 am

Bonjour,

Ce forum est dédié aux logiciels d'enquêtes Sphinx : http://www.lesphinx-developpement.fr/ (cf. le titre du forum...).

Vous avez fait une confusion : le produit dont vous parlez n'est pas un logiciel d'enquêtes mais un moteur de recherche open source.

Pour obtenir une aide, nous vous conseillons donc de vous rendre sur le site web de ce produit (dont l'url est contenue dans votre post).

Cordialement,
L'équipe Sphinx

Répondre