Closed GoogleCodeExporter closed 9 years ago
Are you sure about this:
"Recommended number of terms which could be added at once is 500. It varies
depending
on server performance. " se in the wiki.
Original comment by d.prisk...@gmail.com
on 11 Apr 2008 at 3:32
The process of importing terms is a complicated task. There are a lot of
transformations with text during the process. You can import 10.000 terms on a
local
machine. But a web-server, especially shared hosting, allows to import 500
terms or
less at best results.
Since 1.8.6, Glossword can bypass the restriction of maximum running time on
server.
But the restriction of memory still exists. 69 megabytes for 10.000 terms in not
enough, it requires, perhaps, 128 megabytes or more.
Try to import 500 terms at once. Glossword provides information (filename etc)
to
help you deal with uploading numerous XML/CSV-files.
Original comment by dmitry.s...@gmail.com
on 12 Apr 2008 at 12:58
> import URL-folder option
Interesting option.
> convert-script from xml->sql and upload this with phpmyadmin?
The transformation from xml to sql is possible only for one dictionary and only
for a
fresh installation. Search engine calculates keywords dynamically, depending on
each
term.
Original comment by dmitry.s...@gmail.com
on 12 Apr 2008 at 1:10
Original comment by dmitry.s...@gmail.com
on 13 Apr 2008 at 6:25
To increase the limit, edit file `/inc/config.inc.php`
and change `$sys['max_lines_csv'] = 10000;` where `10000` is the current value.
Original comment by dmitry.s...@gmail.com
on 29 Jan 2010 at 2:22
Original issue reported on code.google.com by
d.prisk...@gmail.com
on 6 Apr 2008 at 10:10Attachments: