To All, I am trying to fine some SWISH++ or SWISH-E tutorials for my Junior Developers. Do any one know of any good tutorials on the internet? Thanks in...
358
Michael Springmann
springmann.michael@...
Apr 19, 2001 3:43 pm
... Hi Rutger! ... Search returns the right results, but the perl script uses ' ' as delimiter for splitting the fields. When getting a filename containing...
359
Paul J. Lucas
pauljlucas@...
Apr 21, 2001 5:13 pm
This is hopefully the final 5.0 beta release. The Windows port has changed over to using the cygwin environment that enabled special makefiles and lots of...
360
Paul J. Lucas
pauljlucas@...
Apr 21, 2001 6:56 pm
... The next (hopefully final) release of 5.0 will have the ability to specify the separator string. ... Why can't you simply put quotes on the filter line in...
361
Springmann Michael
springmann.michael@...
Apr 23, 2001 1:06 pm
... This was the first thing I tried. Quotes in the output filename are not supported in filter.c while parsing the string for command_.find_first_of(...
362
Paul J. Lucas
pauljlucas@...
Apr 25, 2001 4:02 am
... Actually, this got me thinking: is it ok NEVER to do substitution for the target file name? I don't think the target file name needs to be substituted at ...
363
Paul J. Lucas
pauljlucas@...
May 2, 2001 4:41 am
OK, so much for the previous beta being the last beta. The latest beta fixes a bug whereby filename patterns would not match if the wildcard was not first,...
364
Sam Liddicott
sam.liddicott@...
May 10, 2001 2:21 pm
I'm considered a move to swish++ from Muscat and would appreciate some discussion on these points; our current setup is with a few million stories (20 odd...
365
Paul J. Lucas
pauljlucas@...
May 10, 2001 4:47 pm
I've added a module to index Unix manual pages. Words in sections are associated with the name of the section as meta names that can later be queried against...
366
Paul J. Lucas
pauljlucas@...
May 10, 2001 5:01 pm
... This has been proposed before but nobody has ever come up with a reasonable way of doing it. That aside, the software (via the mmap_file class) assumes...
367
Paul J. Lucas
pauljlucas@...
May 12, 2001 7:08 am
Some bugs involving meta names in the new Manual page module have been fixed. - Paul...
368
Sam Liddicott
sam.liddicott@...
May 14, 2001 7:49 pm
... I was going to go for null-char terminated segments, or r-news style length headers at the beginning. The idea is to read in the whole text to buffer and...
369
Paul J. Lucas
pauljlucas@...
May 14, 2001 8:05 pm
... I suppose that would work. But what file name is stored in the index? ... Nope. ... More correctly: Word_Threshold is used to decide when to create ...
370
Sam Liddicott
sam.liddicott@...
May 14, 2001 8:55 pm
... I'll invent some notation for meta-names and meta-data, the filename will become one. ... Exciting! Might I have to lock-out searches while this merging...
371
Paul J. Lucas
pauljlucas@...
May 14, 2001 9:13 pm
... What? Meta-names have nothing to do with file names. ... Again, the index can not be modified, not a single byte, while the search daemon is accessing it....
372
Sam Liddicott
sam.liddicott@...
May 15, 2001 2:59 pm
... I know; but it will be convenient to represent the filename in the input stream in a similar way to the other meta-data. My muscat-wired brain is ...
373
HernĂ¡n Moreno Mora
hernanm@...
May 22, 2001 7:17 pm
Paul: I was working without problems with swish on NT 4.0, and after a crash and reinstall, it is generating a Dr. Watson. I have been running it under ...
374
Paul J. Lucas
pauljlucas@...
May 23, 2001 5:52 am
... I don't know what a "Dr. Watson" is. ... No. Obviously, my software didn't change before or after the crash of your system. FYI: I know virtually nothing...
375
Paul J. Lucas
pauljlucas@...
May 23, 2001 4:14 pm
After several months, SWISH++ 5.0 has been released. A lot of the delay was waiting for those who are interested in it running under Windows to give feedback....
376
Steve O'Hara-Smith
s.ohara@...
May 30, 2001 1:55 pm
Hi, I have recently discovered SWISH++ and I am most impressed with the speed and stability of it. Good work! I am hitting one problem applying it to a very...
377
s.ohara@...
May 30, 2001 1:56 pm
... I'm sorry to be too late for the Beta. I have found under FreeBSD that I have to back down optimisation to -O0 to get reliable results....
378
Paul J. Lucas
pauljlucas@...
May 30, 2001 3:35 pm
... Not really because there isn't an easy fix. ... No. - Paul...
379
Steve O'Hara-Smith
s.ohara@...
May 30, 2001 6:09 pm
On Wed, 30 May 2001 08:35:09 -0700 (PDT) "Paul J. Lucas" <pauljlucas@...> wrote: PL> > support large indexes on 2Gb limited systems in the future ? PL> PL>...
380
Paul J. Lucas
pauljlucas@...
May 30, 2001 6:39 pm
... Well, but, for example, if you compile under Solaris with the v9 (64-bit) architecture, it might just work. - Paul...
381
Chris Knight
cknight-eg@...
May 31, 2001 3:22 pm
... collection (about 1.3 million ... or at least tries to. The ... would really like to get ... Steve, you might want to try doing is incremental indexing,...
382
Paul J. Lucas
pauljlucas@...
May 31, 2001 3:38 pm
... Uhm, maybe... but that's not the problem the original poster is having. He's reaching the 2 GB limit on *file* sizes (imposed by a 32-bit OS). His...
383
Steve O'Hara-Smith
s.ohara@...
May 31, 2001 5:29 pm
On Thu, 31 May 2001 14:28:53 -0000 "Chris Knight" <cknight-eg@...> wrote: CK> Steve, you might want to try doing is incremental indexing, splitting ...
384
Gary Bishop
gb@...
Jun 1, 2001 1:32 am
I've got about 150 megabytes of email on our imap server that I would like to index. I could download the thousands of email messages to separate files and...
385
Paul J. Lucas
pauljlucas@...
Jun 1, 2001 3:05 am
... Is there something wrong with writing a Perl script "imapindex" similarly to the way in which httpindex is written? (I.e., simply write a front-end: the...
386
jaldrich@...
Jun 4, 2001 10:04 pm
Hello, I'm having problems compiling SWISH++ 5.0 under Redhat 7.0 and 7.1. I expect the problem may be one with my local environment configuration, but I'm...