Made search(1) cooperate with Mac OS X's (Tiger) launchd(8) via a new -X or --launchd option or LaunchdCooperation configuration variable. - Paul...
720
Paul J. Lucas
ypjl
Jul 4, 2005 2:26 pm
Fixed compilation on non-MacOSX systems. - Paul...
721
Glen Stewart
glen_a_stewart
Jul 8, 2005 12:25 am
I have a music collection that is a blend of old MP3 and new OGG formats. I'd like to be able to seamlessly index both of their tags. I also have large photo...
722
Tanis
jakub_schmidtke
Jul 8, 2005 1:00 am
... Why don't you use FilterFile? For example: FilterFile *.mp3 mp3info %f > @%F (or something like that :P ) ... The same as above, but you need to find...
723
Paul J. Lucas
ypjl
Jul 8, 2005 1:05 am
... I don't know what an "old MP3" file format is. Currently, SWISH++ has a module for indexing ID3 tags contained within MP3 files. As for OGG files, I know...
724
Paul J. Lucas
ypjl
Jul 13, 2005 4:06 pm
Fixed a bug with LaTeX files where a '%' as the last character in the file (no newline) would cause a core dump. - Paul...
725
ofields1122
Aug 3, 2005 2:47 am
Folks, I tried to spider a local site containing apache's manual pages, but ran into "skipped: file not included" errors. I don't understand why I am receiving...
726
Paul J. Lucas
ypjl
Aug 3, 2005 3:03 am
... httpindex doesn't allow multiple -e options, hence the second overrides the first, hence all HTML files are excluded. Use one -e option and use commas to...
727
ofields1122
Aug 11, 2005 11:48 pm
I would like to modify how the search results are displayed so that instead of the document title, it shows a description centered around the keywords being...
728
Paul J. Lucas
ypjl
Aug 11, 2005 11:49 pm
... man httpindex - Paul...
729
oscaruser@...
ofields1122
Aug 12, 2005 6:45 pm
... From: "Paul J. Lucas" <pauljlucas@...> Date: Thu, 11 Aug 2005 16:40:15 -0700 (PDT) ... Hi Paul, The descriptions currently received are the result of...
730
oscaruser@...
ofields1122
Aug 13, 2005 6:51 pm
I looked at this page more carefully and discovered that the description is part of the META tag for description. e.g. <META name="description"...
731
Paul J. Lucas
ypjl
Aug 16, 2005 3:32 am
BUG FIXES ... * The search(1) -d option didn't work. * Fixed a mistake in the httpindex.1 manual page that showed incorrect use of multiple -e options....
732
oscaruser@...
ofields1122
Sep 6, 2005 4:40 pm
Folks, SWISH++ 6.1.2. I am trying to index 66,542 files and used the following command: $ cat myfiles-wget.log | httpindex -e'html:*' -v4 > idx-results.log The...
733
oscaruser@...
ofields1122
Sep 7, 2005 2:29 am
I watched the process go defunct after consuming all of the memory and swap space. It seems that one way to circumvent this is index part of the files, then...
734
Paul J. Lucas
ypjl
Sep 7, 2005 2:45 am
... No: if you actually read config.h and configured your installation correctly, you wouldn't have this problem. - Paul...
735
oscaruser@...
ofields1122
Sep 7, 2005 6:36 pm
Paul, I decreased the WordThreshold_Default to 50K, and let run for about 12 hours. The swap space did not decrease lower than 20M, but it seems like it could...
736
Paul J. Lucas
ypjl
Sep 7, 2005 6:50 pm
... Something must be wrong in your set-up. If you're running on Solaris, do *not* use /tmp for temporary indexing files. ... It doesn't have to be exact....
737
oscaruser@...
ofields1122
Sep 7, 2005 7:56 pm
Running swish++-6.1.3.tar.gz on Debian Sarge (3.1) Linux (kernel 2.6) on Intel Celeron 366 MHz CPU, 151MB RAM with 457MB swap, 39GB free hd space. Using...
738
Kevin
songmeanings
Sep 14, 2005 8:23 pm
I'm trying to get swish++ to not index a certain subdirectory, Technicians/, I've tried --no- pattern=Technicians/* but it doesn't seem to work. Any help is...
739
Paul J. Lucas
ypjl
Sep 14, 2005 8:32 pm
... The documentation for --no-pattern says in part: A filename pattern (or set of patterns separated by commas), p, of files not to index. The key word there...
740
kochtomorbi
Dec 15, 2005 5:51 pm
Hi! We use Swish++ to index a large File tree (there are currently about 29G Files indexed) and recently encountered the problem or reaching the 2GB frontier....
741
Paul J. Lucas
ypjl
Dec 15, 2005 5:59 pm
... There has been no change. ... The index file is composed of 10 chunks of stuff (read the manual page). If it were split into 10 seperate files, you could...
742
Thomas Koch
kochtomorbi
Dec 15, 2005 8:20 pm
... Thanks for swift reply and clarification, Paul. ... You probably refer to the FEATURE_LIST? I'm unsure how it was compiled (didn't do it myself), but I...
743
Paul J. Lucas
ypjl
Dec 15, 2005 8:27 pm
... Yes. ... If the FEATURE_word_pos feature were not compiled in, then the StoreWordPositions configuration variable would be illegal. ... More accurately:...
744
lukydesigns
Jan 17, 2006 9:58 pm
Does anyone know where in the code to look to change the implicit 'and' for searches into an implicit 'or'? Any guidance? Thanks for any help....
745
Brian May
bamay1
Mar 7, 2006 3:32 am
Unfortunately this didn't send the first time; retry... ... -- Brian May <bam@...>...
746
Paul J. Lucas
ypjl
Mar 7, 2006 3:43 am
... You're free to use something other than SWISH++. ... Right. You're free to write your own code to do this yourself from a file. ... Not if you do it...
747
Paul J. Lucas
ypjl
Mar 15, 2006 5:59 am
* The definition of MAKEDEPEND was wrong. This broke dependency-file generation when not using g++. * Indexing of some ID3 tags was broken....
748
thorsten.kleindienst
thorsten.kle...
Apr 3, 2006 3:10 pm
I found in the docs that filtering the files and directories to be searched is planed for future releases, so it is currently not possible do sth like this: ...