Changes between Version 16 and Version 17 of HibernateSearch
- Timestamp:
- 05/02/09 08:17:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HibernateSearch
v16 v17 26 26 These are the tokenizers and filters used: 27 27 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 30 29 words at punctuation characters and removing punctuation signs with a couple of exception rules 31 30 32 StandardFilter 33 The StandardFilter removes apostrophes and remove dots in acronyms. 31 '''StandardFilter : ''' The StandardFilter removes apostrophes and remove dots in acronyms. 34 32 35 LowerCaseFilter 36 The LowerCaseFilter changes all characters to lower case. 33 '''LowerCaseFilter : ''' The LowerCaseFilter changes all characters to lower case. 37 34 38 ISOLatin1AccentFilterFactory 39 Abstract over accented characters. 35 '''ISOLatin1AccentFilterFactory : ''' Abstract over accented characters. 40 36 41 37 ----