Changeset 1484

Show
Ignore:
Timestamp:
07/21/04 16:50:03 (4 years ago)
Author:
whmoseley
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/pod/CHANGES.pod

    r1478 r1484  
    1010 
    1111=over 4 
     12 
     13=item Updates to the example scripts 
     14 
     15Updated PhraseHighlight.pm as suggested by Bill Schell for an optimization 
     16when all words in a document are highlighted. 
     17 
     18Updated search.cgi and PhraseHighlight.pm to use the internal stemmers via 
     19the SWISH::API module as suggested by Jonas Wolf. 
     20 
    1221 
    1322=item Leak when using C library 
  • trunk/swish-e/pod/SWISH-BUGS.pod

    r1321 r1484  
    1313 
    1414=over 4 
     15 
     16=item Stopwords not removed from query with Soundex 
     17 
     18In dev version 2.5.2 noticed that stopwords are not removed from the query 
     19when using Soundex.  The plan is to rewrite the parser soon... (July 2004) 
    1520 
    1621=item * Wild card searching can be very slow