ferret 0.10.12 → 0.10.13
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -0
- data/lib/ferret_version.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
Fri Oct 20 22:25:37 JST 2006
|
2
|
+
* Added Filter#bits method to built-in Filters.
|
3
|
+
* Added MappingFilter < TokenFilter that can be used to map strings to other
|
4
|
+
strings during analysis. A possible use of this is it to Filter utf-8
|
5
|
+
characters to ascii characters.
|
1
6
|
|
2
7
|
Fri Oct 13 09:18:31 JST 2006
|
3
8
|
* Changed documentation to state truthfully that FULL_ENGLISH_STOP_WORDS is
|
data/lib/ferret_version.rb
CHANGED