Sorry for my fault :(
CREATE DATABASE mnogosearch
DEFAULT CHARACTER SET utf8
DEFAULT COLLATE utf8_general_ci;
i.e. creating the database with utf8, RESOLVED the issue :)
On Tue 29 Apr 2014 12:17:05 PM IRDT, Yasser Zamani wrote:
Hi there,
I have crawled my site using utf8 as char-set. I can
Hi there,
I have crawled my site using utf8 as char-set. I can see the words
correctly saved into `bdicti` table with utf8 encoding.
But when I run `./indexer -Eblob`, they do not correctly indexed and
saved into `bdict` table and I just see question marks (e.g. ?)
instead of the word. S
Hi there,
I need to know the parent url of the url which has been passed to my
parser via UDM_URL. For example if a page at
`http://example.com/example_movie.html` has a link like
`http://example.com/example_movie.mp4` inside it, when mnogosearch
passes `http://example.com/example_movie.mp4`