blob: 0a4493586b5df80215a030c08214736f7875c454 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) 2015, 2016 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
<title>Adopting Oxygen (4.7) mechanisms and APIs</title>
</head>
<body>
<h1>Adopting Oxygen (4.7) mechanisms and APIs</h1>
<p>
This section describes changes that are required if you are trying to change
your 4.6 plug-in to adopt the 4.7 mechanisms and APIs.
</p>
<ol>
<li><a href="#Lucene_Index">Pre-built Lucene indexes should be updated</a></li>
</ol>
<hr>
<!-- ############################################## -->
<h2>1. <a name="Lucene_Index">Pre-built Lucene indexes should be updated</a></h2>
<p><strong>What is affected:</strong> Clients supplying pre-built Lucene help indexes.
</p>
<p><strong>Description:</strong>
We have updated the Apache Lucene search engine to Lucene 6.1.0. This means that the indexes
built with 3.5.0 will not be readable anymore. See <a href="https://lucene.apache.org/core/old_versioned_docs/versions/6_1_0/changes/Changes.html">
Lucene Change Log</a> for details.
</p>
<p><strong>Action required:</strong>
Clients should:
</p>
<ul>
<li>Re-build their indexes with Lucene 6.1.0 and supply them as before</li>
</ul>
</body>
</html>