forked from rdelbru/SIREn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
174 lines (119 loc) · 5.68 KB
/
CHANGES.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
======================= Release 0.2.3-RC1 2011-12-11 =======================
New Features
* [GH-32] Add Tabular query feature
Improvements
* [GH-31] Old lucene library in solr demo
* [GH-33] Upgrade to Lucene/Solr 3.5.0
======================= Release 0.2.2 2011-11-21 =======================
New Features
* [GH-19] Port MultiTermQuery
* [GH-21] Activate SirenMultiTermQuery in query parser
* [GH-20] Extend analyzer for datatype support
* [GH-23] Extend Solr schema for datatype support
* [GH-25] Deploy SIREn on OSS Sonatype Repository
Improvements
* [GH-22] Upgrade to Lucene/Solr 3.4
* [GH-28] Add publication reference to README
* [GH-26] Remove old reference to assembly script
* [GH-29] Pom should be configured to deploy also test artifacts
Bugs
* [SRN-116] Question mark not correctly escaped in keyword search
* [SRN-117] Phrase Query problem with uri local name
======================= Release 0.2.1 2011-09-13 =======================
Bugs
* [GH-15] siren-core - Fixed POM issue caused by the caliper dependency on gson
* [SRN-25] Counting of matchers in SirenDisjunctionScorer is wrong
* [SRN-79] Make URINormalisationFilter less agressive: token length minimum
limit is now set to 3.
* [SRN-80] Wrong position increment in LocalnameFilter if no previous tokens
before final tokens
* [SRN-82] ArrayOutOfBoundException in PackedIntSirenPayload
* [SRN-87] URI normalisation problem in NTripleIndexing demo
* [SRN-90] Keyword parser does not respect default search operator
* [SRN-91] NOT operator is not recognised by the NTriple query parser
* [SRN-92] QnamesFilter cannot have qname http
* [SRN-93] QnamesFilter is restricted to a single token type
* [SRN-97] Default Operator not respected in literal pattern
* [SRN-98] Query Expansion creates invalid query in literal pattern
* [SRN-106] Query expansion does not respect unary operator
* [SRN-111] ResourceGroupQueryProcessor defined two times in processor pipeline
Improvements
* [SRN-3] Extract literal analyzer from the tuple tokenizer
* [SRN-75] Upgraded to lucene/solr 3.1-dev branch
* [SRN-76] Add localname maximum length limit to URILocalnameNormalisation
filter
* [SRN-77] Create in-memory solr server for unit testing
* [SRN-83] Merge Simple and NTriple query interface into one
* [SRN-84] Add qname support in ntriple query parser
* [SRN-85] NTripleQueryParser: Allow boolean operator within URI pattern
* [SRN-94] Field query can be disabled in the KeywordQParser
* [SRN-100] Improve user-readable version of the query
* [SRN-102] Catch SolrException in SIREnQParser#parse
* [SRN-105] Upgrade to Lucene/Solr 3.1
* [SRN-108] Improved support of encoded character in URI
* [SRN-112] Tokenisation problem with URI localnames
* [GH-1] Pom fixes
* [GH-4] siren-core - Query Processing Optimisation - Load tuples lazily
* [GH-3] siren-core - Query Processing Optimisation - Avoid unnecessary object creation
* [GH-5] siren-core - Query Processing Optimisation - SirenCellScorer iterates
over cell ids that are outside constraint boundaries
* [GH-6] siren-core - delta encoding
New Features
* [SRN-78] Add Solr configuration example
* [SRN-96] Add filter to expand accented words with non-accented form
* [SRN-99] Boolean query group support in cell query
* [SRN-101] Boost support in literal and uri patterns
* [SRN-104] Create an OptimizeSchedulerListerner
* [SRN-109] Similarity to saturate term frequency
Tasks
* [SRN-8] Create parser for simple queries
* [SRN-72] Separate query parser and solr plugin
* [SRN-74] Create a siren-solr module
* [SRN-89] Clean Solr home and related files
* [SRN-110] Remove scoreCell function
======================= Release 0.2.0 2010-07-26 =======================
Bug Fixes
* [SRN-61] SirenTupleQuery#getClause() returns a SirenCellClause array
* [SRN-64] Lucene interface enforces #incrementToken method to be final
Improvements
* [SRN-69] Make URINormalisation configurable in TupleAnalyzer
* [SRN-70] Use packed integers for encoding payload data
* [SRN-71] Add bnode filtering in analyzers
======================= Release 0.2 RC6 2010-07-07 =======================
Bug Fixes
* [SRN-65] SirenPhraseQuery documentation refers to QueryParser
* [SRN-67] SirenPayload is storing position information that is not used
Improvements
* [SRN-66] Make URINormalisationFilter less aggressive
* [SRN-68] Upgrade to Lucene 3.0.2
======================= Release 0.2 RC5 2010-04-14 =======================
Bug Fixes
* [SRN-57] SirenConjunctionScorer and SirenCellConjunctionScorer give a very
large score to entity with multiples matches
* [SRN-58] tokenStream and reusableTokenStream must be final
Improvements
* [SRN-55] Move demo resource files to test directory
======================= Release 0.2 RC4 2010-03-12 =======================
Bug Fixes
* [SRN-52] BufferOverflow in URINormalisationFilter for large URIs
Improvements
* [SRN-53] Performance problem in TupleAnalyzer
* [SRN-54] Add a WhitespaceTupleAnalyzer
======================= Release 0.2 RC3 2010-03-11 =======================
Improvements
* [SRN-48] Upgrade to Lucene 3.0.1
======================= Release 0.2 RC2 2010-02-08 =======================
Bug Fixes
* [SRN-44] NPE in scorer due to null field norms
* [SRN-45] NPE when using BooleanQuery with excluded tuple
* [SRN-46] NPE when using BooleanQuery with excluded cell
======================= Release 0.2 RC1 2010-02-04 =======================
Bug Fixes
* [SRN-40] SirenConjunctionScorer is storing unnecessary term occurrences
* [SRN-39] Exclusion of cells in a tuple is not working
* [SRN-38] NPE when using ReqExcl scorer
* [SRN-36] Tuple and Cell constraints could not work in certain case
New Features
* [SRN-37] Implement Tuple Constraint
Improvements
* [SRN-42] Migrating to Lucene 3.0