doc
This commit is contained in:
parent
062f7a6991
commit
f78448b19b
1 changed files with 76 additions and 0 deletions
76
website/release-1.22.html
Normal file
76
website/release-1.22.html
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Recoll 1.22 series release notes</title>
|
||||||
|
<meta name="Author" content="Jean-Francois Dockes">
|
||||||
|
<meta name="Description"
|
||||||
|
content="recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
|
||||||
|
<meta name="Keywords" content="full text search, desktop search, unix, linux">
|
||||||
|
<meta http-equiv="Content-language" content="en">
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="robots" content="All,Index,Follow">
|
||||||
|
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="rightlinks">
|
||||||
|
<ul>
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="download.html">Downloads</a></li>
|
||||||
|
<li><a href="doc.html">Documentation</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h1>Release notes for Recoll 1.22.x</h1>
|
||||||
|
|
||||||
|
<h2>Caveats</h2>
|
||||||
|
|
||||||
|
<p><em>Installing over an older version</em>: 1.19 </p>
|
||||||
|
|
||||||
|
<p>1.20-22 indexes are fully compatible. Installing 1.22
|
||||||
|
over an 1.19 index is possible, but there have been small
|
||||||
|
changes in the way compound words (e.g. email addresses) are
|
||||||
|
indexed, so it will be best to reset the index. Still, in a
|
||||||
|
pinch, 1.22 search can mostly use an 1.19 index. </p>
|
||||||
|
|
||||||
|
<p>Always reset the index if you do not know by which version it
|
||||||
|
was created (you're not sure it's at least 1.18). The best method
|
||||||
|
is to quit all Recoll programs and delete the index directory
|
||||||
|
(<span class="literal">
|
||||||
|
rm -rf ~/.recoll/xapiandb</span>), then start <code>recoll</code>
|
||||||
|
or <code>recollindex</code>. <br>
|
||||||
|
|
||||||
|
<span class="literal">recollindex -z</span> will do the same
|
||||||
|
in most, but not all, cases. It's better to use
|
||||||
|
the <tt>rm</tt> method, which will also ensure that no debris
|
||||||
|
from older releases remain (e.g.: old stemming files which are
|
||||||
|
not used any more).</p>
|
||||||
|
|
||||||
|
<p>Case/diacritics sensitivity is off by default. It can be
|
||||||
|
turned on <em>only</em> by editing
|
||||||
|
recoll.conf (
|
||||||
|
<a href="usermanual/usermanual.html#RCL.INDEXING.CONFIG.SENS">
|
||||||
|
see the manual</a>). If you do so, you must then reset the
|
||||||
|
index.</p>
|
||||||
|
|
||||||
|
<h2>Changes in Recoll 1.22.0</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
2015-11-17:
|
||||||
|
- python3 compat for most filters. Appropriate shebang lines.
|
||||||
|
- Windows port
|
||||||
|
- New build system
|
||||||
|
- Filters converted to python mexec -> faster in most cases.
|
||||||
|
- fix typo in synonyms multigroups update
|
||||||
|
- Support multi-word synonyms and add modifier to turn-off synonyms
|
||||||
|
expansion
|
||||||
|
- Make dehyphenate (co-worker->coworker) optional
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue