forked from kiwix/libkiwix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kiwix#59 from kiwix/v0.2
Dump the version to 0.2.0
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
kiwix-lib 0.2.0 | ||
=============== | ||
|
||
* Generate the snippet from the article content if the snippet is not | ||
directly in the database. | ||
This provide better snippets as they now depending of the query. | ||
* Use the stopwords and the language stored in the fulltext index database to | ||
parse the user query. | ||
* Remove the indexer functionnality. | ||
* Move to C++11 standard. | ||
* Use the fulltext search of the zimlib. | ||
We still have the fulltext search code in kiwix-lib to be able to search in | ||
fulltext index by side of a zim file. (To be remove in the future) | ||
* Few API hanges | ||
* Change a lot of `Reader` methods to const methods. | ||
* Fix some crashes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters