mirror of https://github.com/apache/lucene.git
LUCENE-7726: Fix HTML entity bugs in Javadocs to be able to build with Java 9
This commit is contained in:
parent
4851f399d4
commit
8684fe7944
|
@ -242,6 +242,9 @@ Build
|
|||
* LUCENE-7693: Replace "org.apache." logic in GetMavenDependenciesTask.
|
||||
(Daniel Collins, Christine Poerschke)
|
||||
|
||||
* LUCENE-7726: Fix HTML entity bugs in Javadocs to be able to build with
|
||||
Java 9. (Uwe Schindler, Hossman)
|
||||
|
||||
Other
|
||||
|
||||
* LUCENE-7666: Fix typos in lucene-join package info javadoc.
|
||||
|
|
|
@ -103,7 +103,7 @@ import org.apache.lucene.util.StringHelper;
|
|||
* <a target="_blank"
|
||||
* href="http://bobwyman.pubsub.com/main/2005/05/mary_hodder_poi.html">Prospective Search</a>,
|
||||
* Jim Gray's
|
||||
* <a target="_blank" href="http://www.acmqueue.org/modules.php?name=Content&pa=showpage&pid=293&page=4">
|
||||
* <a target="_blank" href="http://www.acmqueue.org/modules.php?name=Content&pa=showpage&pid=293&page=4">
|
||||
* A Call to Arms - Custom subscriptions</a>, and Tim Bray's
|
||||
* <a target="_blank"
|
||||
* href="http://www.tbray.org/ongoing/When/200x/2003/07/30/OnSearchTOC">On Search, the Series</a>.
|
||||
|
|
|
@ -38,7 +38,7 @@ import org.apache.lucene.search.*;
|
|||
* demoting effect
|
||||
*
|
||||
* This code was originally made available here:
|
||||
* <a href="http://marc.theaimsgroup.com/?l=lucene-user&m=108058407130459&w=2">http://marc.theaimsgroup.com/?l=lucene-user&m=108058407130459&w=2</a>
|
||||
* <a href="http://marc.theaimsgroup.com/?l=lucene-user&m=108058407130459&w=2">http://marc.theaimsgroup.com/?l=lucene-user&m=108058407130459&w=2</a>
|
||||
* and is documented here: http://wiki.apache.org/lucene-java/CommunityContributions
|
||||
*/
|
||||
public class BoostingQuery extends Query {
|
||||
|
|
Loading…
Reference in New Issue