FL wrote: > > Hi! > > I have just install ASPSeek on my server. I want to update an old > specialized search engine : 3 databases with about 100.000 urls each.
Cool! Will you add aspseek banner to your pages? ;) > > Compilation, installation and indexing work well, but I have 2 questions, > one about accents and the other about some parameters. > > 1. ACCENTS : > > The is 2 problems with accents. > > First in the results page : some sites are displayed with the correct > characters, but some other are displayed with "?". For example I have > sometimes "litt�rature" and so other times "litt?rature". > > Solution : ucharset.conf was in DOS format and not in unix format... that > was all... Please fix it. (I have noticed other files in DOS format). > > Even with this fix, the "'" character is displayed as a "`". Any idea ? > > Second problem : in the form, if I give an query with accent, the search > engine split the word : "napol�on" result in a search of "napol"... > > Any solution ? > > compilation flags : enable-shared, enable-fast-install, with-gnu-ld, > with-mysql > > aspseek.conf : > UtfStorage yes > Include ucharset.conf Try to add &cs=your_charset (say, iso8859-1) to s.cgi parameters. It it will help, add <INPUT TYPE=hidden NAME=CS VALUE=your_charset> to FORM in s.htm > > 2. TUNNING : > > There is a lot of options to preserve memory and CPU usage, but no example > at all. Could somenone give me some hints (how many indexer, and differents > values for the config file) for my config : > > One P-III-900 (will be soon dual P-III) > 750 MB > 2 40Go SCSI drives > Internet : 200 MB > Databases : 3 * 100.000 urls to index First of all, set mysql's key_buffer_size to 256M, if you haven'd done so. -- [EMAIL PROTECTED] ICQ 7551596 Phone +7 903 6722750 Hard work may not kill you, but why take chances? --
