Is there way to correctly display international characters. We know it only index iso-8859-1 codepage but special charaters like φη? are not displayed...
649
Paul J. Lucas
ypjl
Mar 12, 2004 9:12 pm
... Since international characters are not indexed, they do not exist in the index. Therefore when results are displayed, there are no such characters to...
650
cakomo
Mar 14, 2004 8:37 pm
Thanks Paul. I wish it could, then would be wonderful... so that swish++ would be international and its usage would increase.. ... know it only ... displayed ...
651
Paul J. Lucas
ypjl
Mar 14, 2004 8:38 pm
... You have the source code: make it work the way you want. - Paul...
652
pollak_faba
Mar 29, 2004 5:12 pm
Hello Paul, ... May I ask you about the status of this feature? Have you already been able to spend some time on it? Yours, Robert Pollak -- Public Key ID:...
653
Paul J. Lucas
ypjl
Mar 29, 2004 5:49 pm
... Yes, I know it's been a long time coming (my day job gets in the way). I have had time to work on it, however. A few months ago, I had a working...
654
Paul J. Lucas
ypjl
Mar 29, 2004 9:35 pm
NEW FEATURES ... * Added the ability to search using "near." The downside is that word-position data must be stored for every word. This approximately...
655
Robert Pollak
pollak_faba
Apr 1, 2004 2:11 pm
On Mon, 2004-03-29 at 19:48, Paul J. Lucas wrote: <snip> ... Hello Paul - first I'll have to find out whether my use case requires full phrase search. Maybe it...
656
Paul J. Lucas
ypjl
Apr 1, 2004 3:31 pm
... You simply can't do that. No, I won't say why because it should be common knowlegde. - Paul...
657
Paul J. Lucas
ypjl
Apr 13, 2004 2:24 am
Same changes as before, plus: made lots of changes to get it to compile under Solaris using Sun's CC Workshop/Forte/whatever- they're-currently-calling-it C++...
658
Paul J. Lucas
ypjl
Apr 22, 2004 5:06 pm
BUG FIXES ... * Changes to make it compile with g++ 3.4.0 which purports to be much more standards-conforming....
659
geortal
May 4, 2004 1:42 am
I have compiled SWISH++ 6.0.1 with cygwin with relative ease. I have a problem with the results of search. A line looks like 77 2004\mail92;01/200492;mail92;01\23...
660
Paul J. Lucas
ypjl
May 4, 2004 1:46 am
... Did you set WIN32 correctly in config.mk? - Paul...
661
Eyges71
Jun 14, 2004 1:02 am
Hi there -- I'm pretty sure these questions have been asked, but I thought I should ask them myself for clarification: 1. Does Swish++ 6.0.1 have the ability...
662
Paul J. Lucas
ypjl
Jun 14, 2004 1:08 am
... RTFM re: FilterFile. ... None. ... What do you mean "What is it?" It's exactly what you just said: a CGI. If you don't know what a CGI is, I suggest you...
663
Henry Nugroho
mamoru_hime
Jun 14, 2004 2:01 pm
Hallo... I'm henry from Indonesia. I have some problems that are making me very confused. I try to install Swish++ 2.0 from my debian package. It works...
664
Paul J. Lucas
ypjl
Jun 14, 2004 2:52 pm
... Old versions are not supported. Upgrade to 6.0.1. - Paul...
665
Stephen E. Jones
senojes
Jul 14, 2004 1:38 pm
Group I use AltaVista Discovery to index and search over 100 Mb of text files on my hard disc. However AFAIK it only runs on Windows 95 and there are no plans ...
666
Paul J. Lucas
ypjl
Jul 14, 2004 2:47 pm
... Did you read the INSTALL.win32 file? Aside from that, SWISH++ is *not* a GUI application. It is *not* a toolbar application. - Paul...
667
Stephen Jones
senojes
Jul 15, 2004 7:38 am
Group ... No. I could not see that on the SWISH++ home page (http://homepage.mac.com/pauljlucas/software/swish/) or in the SWISH++ FAQs ...
668
Paul J. Lucas
ypjl
Jul 15, 2004 7:41 am
... You're supposed to download the software and untar it. ... The same as it runs under Unix. - Paul...
669
Stephen Jones
senojes
Jul 15, 2004 1:10 pm
Group ... it. How does one "untar" in Windows? Or is it a self-extracting archive? I would rather find out about a program before I install it. Can someone: 1)...
670
Kevin Sangeelee
kevin@...
Jul 15, 2004 1:11 pm
... Steve, It's run as a command line tool - index.exe lets you create an index, and search.exe queries it. The Cygwin environment gives you a Unix-like...
671
Paul J. Lucas
ypjl
Jul 15, 2004 1:21 pm
... You need to install Ctgwin (as clearly described in the requiremtnts). ... No. It's a gzipped tar file. ... Untarring is not installing. ... You're...
672
Kevin Sangeelee
kevin@...
Jul 15, 2004 1:36 pm
... Again, cygwin will help. 'tar xvzf swish++-6.0.1.tar.gz39; would expand the archive into the current directory. Winzip has also supported extraction of gzip...
673
flimpoff
Jul 16, 2004 9:01 pm
I admittedly do not know C/C++ all that well, but wouldnt changing the source code to use off64_t, open64, mmap64, etc etc allow it to use indexes over 2GB?...
674
Paul J. Lucas
ypjl
Jul 16, 2004 9:11 pm
... No. All that does is allow you to *access* files over 2GB. It does nothing to allow you to *map* files >2GB into memory concurrently, i.e., you can have...
675
Ian Soboroff
isoboroff
Jul 19, 2004 1:47 pm
... I've written code to do this kind of stuff in other settings. I agree it sucks. (To boot, I did it in Java where the VM has leakage issues, so after a...
676
Paul J. Lucas
ypjl
Aug 11, 2004 4:43 am
BUG FIXES ... * error_string() in util.h failed to compile using g++ 3.4.1....
677
Paul J. Lucas
ypjl
Aug 11, 2004 4:49 am
For some strange reason, I didn't see this e-mail until now. ... You mean you can't map a *total* of more than 2GB even if you use seperate mmap calls? I...