@@ -41,33 +41,19 @@ Also see the [Change log](changelog.html).
41
41
<td><a href='https://github.com/INL/BlackLab/archive/master.zip'>Source (zip)</a></td>
42
42
<td>In-development version</td>
43
43
</tr>
44
+ <tr>
45
+ <td>v2.0.0</td>
46
+ <td><a href='https://github.com/INL/BlackLab/releases/download/v2.0.0/blacklab-server-2.0.0.war'>Binary (war)</a></td>
47
+ <td><a href='https://github.com/INL/BlackLab/archive/v2.0.0.tar.gz'>Source (tgz)</a></td>
48
+ <td><a href='https://github.com/INL/BlackLab/archive/v2.0.0.zip'>Source (zip)</a></td>
49
+ <td>New Java API. Multithreaded indexing and search. Saxon (XPath 3) support. Multiple metadata values per field possible. Many more improvements.</td>
50
+ </tr>
44
51
<tr>
45
52
<td>v1.7.2</td>
46
53
<td><a href='https://github.com/INL/BlackLab/releases/download/v1.7.2/blacklab-server-1.7.2.war'>Binary (war)</a></td>
47
54
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.2.tar.gz'>Source (tgz)</a></td>
48
55
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.2.zip'>Source (zip)</a></td>
49
56
<td>Made configuring input formats much easier, using a YAML (or JSON) file. Improved corpus structure information to allow better UI generation. Many other improvements.</td>
50
57
</tr>
51
- <tr>
52
- <td>v1.6.0</td>
53
- <td><a href='https://github.com/INL/BlackLab/releases/download/v1.6.0/blacklab-1.6.0.jar'>Binary (jar)</a></td>
54
- <td><a href='https://github.com/INL/BlackLab/archive/v1.6.0.tar.gz'>Source (tgz)</a></td>
55
- <td><a href='https://github.com/INL/BlackLab/archive/v1.6.0.zip'>Source (zip)</a></td>
56
- <td>Added support for matching subqueries using forward index. Many other optimizations and fixes.</td>
57
- </tr>
58
- <tr>
59
- <td>v1.5.0</td>
60
- <td><a href='https://github.com/INL/BlackLab/releases/download/v1.5.0/blacklab-1.5.0.jar'>Binary (jar)</a></td>
61
- <td><a href='https://github.com/INL/BlackLab/archive/v1.5.0.tar.gz'>Source (tgz)</a></td>
62
- <td><a href='https://github.com/INL/BlackLab/archive/v1.5.0.zip'>Source (zip)</a></td>
63
- <td>Heavily refactored BlackLab Server to be more modular.</td>
64
- </tr>
65
- <tr>
66
- <td>v1.4.1</td>
67
- <td><a href='https://github.com/INL/BlackLab/releases/download/v1.4.1/blacklab-1.4.1.jar'>Binary (jar)</a></td>
68
- <td><a href='https://github.com/INL/BlackLab/archive/v1.4.1.tar.gz'>Source (tgz)</a></td>
69
- <td><a href='https://github.com/INL/BlackLab/archive/v1.4.1.zip'>Source (zip)</a></td>
70
- <td>Added HitsSample, HitPropertyContextWords and subproperties (experimental).</td>
71
- </tr>
72
58
</tbody>
73
59
</table >
0 commit comments