/[mws]/trunk/MWS/SWISH.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/MWS/SWISH.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by dpavlin, Mon May 10 20:26:17 2004 UTC revision 47 by dpavlin, Tue May 11 22:59:27 2004 UTC
# Line 160  sub search_index { Line 160  sub search_index {
160    
161  This function can be null for indexes which doesn't need special  This function can be null for indexes which doesn't need special
162  setup before add_index is called. however, swish-e support will  setup before add_index is called. however, swish-e support will
163  fork swish binary to create index at this point.  exec swish binary to create index at this point.
164    
165    Exec is used to free memory of parent process (because swish-e will
166    again start this script, but with --recursive) and free it's memory.
167    
168    This has unfortunate efect that all output from swish-e will also be displayed.
169    If C<STDOUT> of swish-e is recirected to C</dev/null> we will loose errors
170    from this module (allthough they are directed to STDERR).
171    
172  =cut  =cut
173    
# Line 208  IndexFile $index_file Line 215  IndexFile $index_file
215  TranslateCharacters ¹©ðÐèÈæƾ® ssddcccczz  TranslateCharacters ¹©ðÐèÈæƾ® ssddcccczz
216    
217    
218  # debug  # disable output
219  ParserWarnLevel 3  ParserWarnLevel 0
220  IndexReport 1  IndexReport 0
221    
222  };  };
223    

Legend:
Removed from v.41  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.26