File: CHANGELOG

package info (click to toggle)
ruby-ferret 0.11.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,512 kB
  • ctags: 12,750
  • sloc: ansic: 73,395; ruby: 8,131; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Thu Mar 08 00:18:44 +0100 2012
  * Ruby 1.9 compatibility
  * This release is basically the same as the now obsolete jk-ferret 0.11.8.3

Fri Oct 20 22:25:37 JST 2006
  * Added Filter#bits method to built-in Filters.
  * Added MappingFilter < TokenFilter that can be used to map strings to other
    strings during analysis. A possible use of this is it to Filter utf-8
    characters to ascii characters.

Fri Oct 13 09:18:31 JST 2006
  * Changed documentation to state truthfully that FULL_ENGLISH_STOP_WORDS is
    being used by default in StandardAnalyzer and StopwordFilter.
  * Removed 'will', 's' and 't' from ENGLISH_STOP_WORDS so that all words in
    ENGLISH_STOP_WORDS can be found in FULL_ENGLISH_STOP_WORDS, that is
    ENGLISH_STOP_WORDS is a subset of FULL_ENGLISH_STOP_WORDS.

Thu Oct 12 23:04:19 JST 2006
  * Fixed adding SortField to Sort object in Ruby. Garbage collection wasn't
    working.
  * Can now set :sort => SortField#new

Tue Oct 10 14:42:17 JST 2006
  * Fixed MultiTermDocEnum bug introduced in version 0.10.10 during
    performance enhancements.
  * Added Filter#bits(index_reader) method to C implemented filters so that
    they can be used in Ruby.