From a2a1bd2a4ae91e6b990a3b7f9df62802acddf40e Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Mon, 13 Jun 2016 16:10:49 -0400 Subject: [PATCH] LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/ --- .../apache/lucene/index/memory/MemoryIndex.java | 2 +- .../lucene/queryparser/classic/QueryParser.java | 2 +- .../lucene/queryparser/classic/QueryParser.jj | 2 +- .../flexible/standard/StandardQueryParser.java | 2 +- lucene/site/xsl/index.xsl | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java index e3aa4b14a13..cde20e57670 100644 --- a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java +++ b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java @@ -80,7 +80,7 @@ import org.apache.lucene.util.IntBlockPool.SliceWriter; * Lucene Analyzer Intro. *

* Arbitrary Lucene queries can be run against this class - see + * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description"> * Lucene Query Syntax * as well as Query Parser Rules. diff --git a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java b/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java index 8f8294ae273..08a477e79b4 100644 --- a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java +++ b/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java @@ -42,7 +42,7 @@ import org.apache.lucene.search.TermRangeQuery; * *

* Examples of appropriately formatted queries can be found in the query syntax + * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax * documentation. *

* diff --git a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj b/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj index c809f2c17f1..9bf154d57ca 100644 --- a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj +++ b/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj @@ -67,7 +67,7 @@ import org.apache.lucene.search.TermQuery; * *

* Examples of appropriately formatted queries can be found in the query syntax + * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax * documentation. *

* diff --git a/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java b/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java index 2774cf091ff..2cd8084e809 100644 --- a/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java +++ b/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java @@ -84,7 +84,7 @@ import org.apache.lucene.search.Query; * *

* Examples of appropriately formatted queries can be found in the + * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description"> * query syntax documentation. *

*

diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl index db424bb07a4..df3edfea9e5 100644 --- a/lucene/site/xsl/index.xsl +++ b/lucene/site/xsl/index.xsl @@ -65,11 +65,11 @@ development of Lucene. The goal is to help you "get started". It does not go into great depth on some of the conceptual or inner details of Lucene:

@@ -79,10 +79,10 @@
  • System Requirements: Minimum and supported Java versions.
  • Migration Guide: What changed in Lucene 6; how to migrate code from Lucene 5.x.
  • JRE Version Migration: Information about upgrading between major JRE versions.
  • -
  • File Formats: Guide to the supported index format used by Lucene. This can be customized by using an alternate codec.
  • -
  • Search and Scoring in Lucene: Introduction to how Lucene scores documents.
  • -
  • Classic Scoring Formula: Formula of Lucene's classic Vector Space implementation. (look here for other models)
  • -
  • Classic QueryParser Syntax: Overview of the Classic QueryParser's syntax and features.
  • +
  • File Formats: Guide to the supported index format used by Lucene. This can be customized by using an alternate codec.
  • +
  • Search and Scoring in Lucene: Introduction to how Lucene scores documents.
  • +
  • Classic Scoring Formula: Formula of Lucene's classic Vector Space implementation. (look here for other models)
  • +
  • Classic QueryParser Syntax: Overview of the Classic QueryParser's syntax and features.
  • API Javadocs