Discussion:
Data in database mnogosearch
d***@mapluz.fr
2013-10-30 09:08:55 UTC
Permalink
hi,
I'm using mnogosearch 3.2 on linux ubuntu server.

i have created a mysql database and my indexer.conf file is here : http://www.mapluz.fr/public/indexer.conf
i init indexer with this command : /usr/local/mnogosearch/sbin/indexer -Eblob /usr/local/mnogosearch/etc/indexer.conf
i run indexer with this command : /usr/local/mnogosearch/sbin/indexer -d /usr/local/mnogosearch/etc/indexerer.conf

my search with the sample of API php (the search.php sample provides by mnogosearch) return no results.

so, perhaps my database have a problem : i have a question about the bdict table; here is an example : Loading Image...

why is it so small bdict table ?

thanks
Alexander Barkov
2013-10-30 14:50:14 UTC
Permalink
Hi,
Post by d***@mapluz.fr
hi,
I'm using mnogosearch 3.2 on linux ubuntu server.
Hmm, 3.2 sounds very old. Why not 3.3?
Post by d***@mapluz.fr
http://www.mapluz.fr/public/indexer.conf
i init indexer with this command : /usr/local/mnogosearch/sbin/indexer
-Eblob /usr/local/mnogosearch/etc/indexer.conf
i run indexer with this command : /usr/local/mnogosearch/sbin/indexer
-d /usr/local/mnogosearch/etc/indexerer.conf
They are to be run in the opposite order:

1. Crawl documents:
/usr/local/mnogosearch/sbin/indexer -d
/usr/local/mnogosearch/etc/indexerer.conf

2. Index the documents collected by crawler:

/usr/local/mnogosearch/sbin/indexer -Eblob
/usr/local/mnogosearch/etc/indexer.conf
Post by d***@mapluz.fr
my search with the sample of API php (the search.php sample provides by
mnogosearch) return no results.
so, perhaps my database have a problem : i have a question about
http://www.mapluz.fr/public/capture.jpg
why is it so small bdict table ?
Try to run this command again:

/usr/local/mnogosearch/sbin/indexer -Eblob
/usr/local/mnogosearch/etc/indexer.conf

Does the size of the table "bdict" change?
Post by d***@mapluz.fr
thanks
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
Mapluz Dev
2013-10-31 08:08:24 UTC
Permalink
HI,
I'm sorry , i am in 3.3 and not in 3.2
About bdict, the size do not change

I'll try to direct the indexer commandand I inform you of the result.

Thanks
Post by Alexander Barkov
Hi,
Post by d***@mapluz.fr
hi,
I'm using mnogosearch 3.2 on linux ubuntu server.
Hmm, 3.2 sounds very old. Why not 3.3?
Post by d***@mapluz.fr
http://www.mapluz.fr/public/indexer.conf
i init indexer with this command : /usr/local/mnogosearch/sbin/indexer
-Eblob /usr/local/mnogosearch/etc/indexer.conf
i run indexer with this command : /usr/local/mnogosearch/sbin/indexer
-d /usr/local/mnogosearch/etc/indexerer.conf
/usr/local/mnogosearch/sbin/indexer -d
/usr/local/mnogosearch/etc/indexerer.conf
/usr/local/mnogosearch/sbin/indexer -Eblob
/usr/local/mnogosearch/etc/indexer.conf
Post by d***@mapluz.fr
my search with the sample of API php (the search.php sample provides by
mnogosearch) return no results.
so, perhaps my database have a problem : i have a question about
http://www.mapluz.fr/public/capture.jpg
why is it so small bdict table ?
/usr/local/mnogosearch/sbin/indexer -Eblob
/usr/local/mnogosearch/etc/indexer.conf
Does the size of the table "bdict" change?
Post by d***@mapluz.fr
thanks
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
--
VBLC Signature
------------------------------------------------------------------------

Développement Mapluz - MAPLUZ <http://www.mapluz.fr>

Ingénierie Génie Logiciel

*Mobile :*+33 6 79 24 91 50

*Email :****@mapluz.fr <mailto:***@mapluz.fr>
Loading...