Changes between Version 17 and Version 18 of HibernateSearch


Ignore:
Timestamp:
May 2, 2009, 8:18:04 AM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v17 v18  
    2626These are the tokenizers and filters used:
    2727
    28 '''StandardTokenizer : ''' The StandardTokenizer should support most needs for English (and most European languages) texts. It splits
     28''' StandardTokenizer : ''' The StandardTokenizer should support most needs for English (and most European languages) texts. It splits
    2929words at punctuation characters and removing punctuation signs with a couple of exception rules
    3030
    31 '''StandardFilter : ''' The StandardFilter removes apostrophes and remove dots in acronyms.
     31''' StandardFilter : ''' The StandardFilter removes apostrophes and remove dots in acronyms.
    3232
    33 '''LowerCaseFilter : ''' The LowerCaseFilter changes all characters to lower case.
     33''' LowerCaseFilter : ''' The LowerCaseFilter changes all characters to lower case.
    3434
    35 '''ISOLatin1AccentFilterFactory : ''' Abstract over accented characters.
     35''' ISOLatin1AccentFilterFactory : ''' Abstract over accented characters.
    3636
    3737----