Changes between Version 16 and Version 17 of HibernateSearch


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v16 v17  
    2626These are the tokenizers and filters used:
    2727
    28 StandardTokenizer
    29 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
    3029words at punctuation characters and removing punctuation signs with a couple of exception rules
    3130
    32 StandardFilter
    33 The StandardFilter removes apostrophes and remove dots in acronyms.
     31'''StandardFilter : ''' The StandardFilter removes apostrophes and remove dots in acronyms.
    3432
    35 LowerCaseFilter
    36 The LowerCaseFilter changes all characters to lower case.
     33'''LowerCaseFilter : ''' The LowerCaseFilter changes all characters to lower case.
    3734
    38 ISOLatin1AccentFilterFactory
    39 Abstract over accented characters.
     35'''ISOLatin1AccentFilterFactory : ''' Abstract over accented characters.
    4036
    4137----