You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/13 20:38:54 UTC

[1/4] lucene-solr:master: LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_0 d5712fea6 -> 608ae7111
  refs/heads/branch_6_1 4726c5b2d -> 112b7f308
  refs/heads/branch_6x 90c920d27 -> 03838732c
  refs/heads/master 08c14f135 -> a2a1bd2a4


LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a2a1bd2a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a2a1bd2a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a2a1bd2a

Branch: refs/heads/master
Commit: a2a1bd2a4ae91e6b990a3b7f9df62802acddf40e
Parents: 08c14f1
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 13 16:10:49 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 13 16:10:49 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/index/memory/MemoryIndex.java   |  2 +-
 .../lucene/queryparser/classic/QueryParser.java       |  2 +-
 .../apache/lucene/queryparser/classic/QueryParser.jj  |  2 +-
 .../flexible/standard/StandardQueryParser.java        |  2 +-
 lucene/site/xsl/index.xsl                             | 14 +++++++-------
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2a1bd2a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
----------------------------------------------------------------------
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 e3aa4b1..cde20e5 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;
  * <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>.
  * <p>
  * Arbitrary Lucene queries can be run against this class - see <a target="_blank" 
- * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * Lucene Query Syntax</a>
  * as well as <a target="_blank" 
  * href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2a1bd2a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java
----------------------------------------------------------------------
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 8f8294a..08a477e 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2a1bd2a/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj
----------------------------------------------------------------------
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 c809f2c..9bf154d 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2a1bd2a/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java
----------------------------------------------------------------------
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 2774cf0..2cd8084 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;
  * 
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * query syntax documentation</a>.
  * </p>
  * <p>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2a1bd2a/lucene/site/xsl/index.xsl
----------------------------------------------------------------------
diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl
index db424bb..df3edfe 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:</p>
         <ul>
-        <li><a href="demo/overview-summary.html#overview_description">Lucene demo, its usage, and sources</a>:
+        <li><a href="demo/overview-summary.html#overview.description">Lucene demo, its usage, and sources</a>:
         Tutorial and walk-through of the command-line Lucene demo.</li>
-        <li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
+        <li><a href="core/overview-summary.html#overview.description">Introduction to Lucene's APIs</a>:
         High-level summary of the different Lucene packages. </li>
-        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package_description">Analysis overview</a>:
+        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package.description">Analysis overview</a>:
         Introduction to Lucene's analysis API.  See also the
         <a href="core/org/apache/lucene/analysis/TokenStream.html">TokenStream consumer workflow</a>.</li>
         </ul>
@@ -79,10 +79,10 @@
             <li><a href="SYSTEM_REQUIREMENTS.html">System Requirements</a>: Minimum and supported Java versions.</li>
             <li><a href="MIGRATE.html">Migration Guide</a>: What changed in Lucene 6; how to migrate code from Lucene 5.x.</li>
             <li><a href="JRE_VERSION_MIGRATION.html">JRE Version Migration</a>: Information about upgrading between major JRE versions.</li>
-            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package_description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package_description">an alternate codec</a>.</li>
-            <li><a href="core/org/apache/lucene/search/package-summary.html#package_description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
-            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package_description">here</a> for other models)</li>
-            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
+            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package.description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package.description">an alternate codec</a>.</li>
+            <li><a href="core/org/apache/lucene/search/package-summary.html#package.description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
+            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package.description">here</a> for other models)</li>
+            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
           </ul>
         <h2>API Javadocs</h2>
         <xsl:call-template name="modules"/>


[3/4] lucene-solr:branch_6_1: LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/

Posted by sa...@apache.org.
LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/112b7f30
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/112b7f30
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/112b7f30

Branch: refs/heads/branch_6_1
Commit: 112b7f308dc867398e0a7a03e813dc361ef488dc
Parents: 4726c5b
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 13 16:10:49 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 13 16:12:03 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/index/memory/MemoryIndex.java   |  2 +-
 .../lucene/queryparser/classic/QueryParser.java       |  2 +-
 .../apache/lucene/queryparser/classic/QueryParser.jj  |  2 +-
 .../flexible/standard/StandardQueryParser.java        |  2 +-
 lucene/site/xsl/index.xsl                             | 14 +++++++-------
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112b7f30/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
----------------------------------------------------------------------
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 5b13301..022fcd2 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
@@ -79,7 +79,7 @@ import org.apache.lucene.util.IntBlockPool.SliceWriter;
  * <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>.
  * <p>
  * Arbitrary Lucene queries can be run against this class - see <a target="_blank" 
- * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * Lucene Query Syntax</a>
  * as well as <a target="_blank" 
  * href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112b7f30/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java
----------------------------------------------------------------------
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 af93ff0..3970c03 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
@@ -43,7 +43,7 @@ import org.apache.lucene.search.TermQuery;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112b7f30/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj
----------------------------------------------------------------------
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 c809f2c..9bf154d 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112b7f30/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java
----------------------------------------------------------------------
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 2774cf0..2cd8084 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;
  * 
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * query syntax documentation</a>.
  * </p>
  * <p>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112b7f30/lucene/site/xsl/index.xsl
----------------------------------------------------------------------
diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl
index db424bb..df3edfe 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:</p>
         <ul>
-        <li><a href="demo/overview-summary.html#overview_description">Lucene demo, its usage, and sources</a>:
+        <li><a href="demo/overview-summary.html#overview.description">Lucene demo, its usage, and sources</a>:
         Tutorial and walk-through of the command-line Lucene demo.</li>
-        <li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
+        <li><a href="core/overview-summary.html#overview.description">Introduction to Lucene's APIs</a>:
         High-level summary of the different Lucene packages. </li>
-        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package_description">Analysis overview</a>:
+        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package.description">Analysis overview</a>:
         Introduction to Lucene's analysis API.  See also the
         <a href="core/org/apache/lucene/analysis/TokenStream.html">TokenStream consumer workflow</a>.</li>
         </ul>
@@ -79,10 +79,10 @@
             <li><a href="SYSTEM_REQUIREMENTS.html">System Requirements</a>: Minimum and supported Java versions.</li>
             <li><a href="MIGRATE.html">Migration Guide</a>: What changed in Lucene 6; how to migrate code from Lucene 5.x.</li>
             <li><a href="JRE_VERSION_MIGRATION.html">JRE Version Migration</a>: Information about upgrading between major JRE versions.</li>
-            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package_description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package_description">an alternate codec</a>.</li>
-            <li><a href="core/org/apache/lucene/search/package-summary.html#package_description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
-            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package_description">here</a> for other models)</li>
-            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
+            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package.description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package.description">an alternate codec</a>.</li>
+            <li><a href="core/org/apache/lucene/search/package-summary.html#package.description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
+            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package.description">here</a> for other models)</li>
+            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
           </ul>
         <h2>API Javadocs</h2>
         <xsl:call-template name="modules"/>


[4/4] lucene-solr:branch_6_0: LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/

Posted by sa...@apache.org.
LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/608ae711
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/608ae711
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/608ae711

Branch: refs/heads/branch_6_0
Commit: 608ae711198bd4383daccfa68ea770233352b851
Parents: d5712fe
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 13 16:10:49 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 13 16:12:20 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/index/memory/MemoryIndex.java   |  2 +-
 .../lucene/queryparser/classic/QueryParser.java       |  2 +-
 .../apache/lucene/queryparser/classic/QueryParser.jj  |  2 +-
 .../flexible/standard/StandardQueryParser.java        |  2 +-
 lucene/site/xsl/index.xsl                             | 14 +++++++-------
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/608ae711/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
----------------------------------------------------------------------
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 58a1017..034225b 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
@@ -79,7 +79,7 @@ import org.apache.lucene.util.IntBlockPool.SliceWriter;
  * <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>.
  * <p>
  * Arbitrary Lucene queries can be run against this class - see <a target="_blank" 
- * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * Lucene Query Syntax</a>
  * as well as <a target="_blank" 
  * href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/608ae711/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java
----------------------------------------------------------------------
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 af93ff0..3970c03 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
@@ -43,7 +43,7 @@ import org.apache.lucene.search.TermQuery;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/608ae711/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj
----------------------------------------------------------------------
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 c809f2c..9bf154d 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/608ae711/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java
----------------------------------------------------------------------
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 2774cf0..2cd8084 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;
  * 
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * query syntax documentation</a>.
  * </p>
  * <p>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/608ae711/lucene/site/xsl/index.xsl
----------------------------------------------------------------------
diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl
index db424bb..df3edfe 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:</p>
         <ul>
-        <li><a href="demo/overview-summary.html#overview_description">Lucene demo, its usage, and sources</a>:
+        <li><a href="demo/overview-summary.html#overview.description">Lucene demo, its usage, and sources</a>:
         Tutorial and walk-through of the command-line Lucene demo.</li>
-        <li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
+        <li><a href="core/overview-summary.html#overview.description">Introduction to Lucene's APIs</a>:
         High-level summary of the different Lucene packages. </li>
-        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package_description">Analysis overview</a>:
+        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package.description">Analysis overview</a>:
         Introduction to Lucene's analysis API.  See also the
         <a href="core/org/apache/lucene/analysis/TokenStream.html">TokenStream consumer workflow</a>.</li>
         </ul>
@@ -79,10 +79,10 @@
             <li><a href="SYSTEM_REQUIREMENTS.html">System Requirements</a>: Minimum and supported Java versions.</li>
             <li><a href="MIGRATE.html">Migration Guide</a>: What changed in Lucene 6; how to migrate code from Lucene 5.x.</li>
             <li><a href="JRE_VERSION_MIGRATION.html">JRE Version Migration</a>: Information about upgrading between major JRE versions.</li>
-            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package_description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package_description">an alternate codec</a>.</li>
-            <li><a href="core/org/apache/lucene/search/package-summary.html#package_description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
-            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package_description">here</a> for other models)</li>
-            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
+            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package.description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package.description">an alternate codec</a>.</li>
+            <li><a href="core/org/apache/lucene/search/package-summary.html#package.description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
+            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package.description">here</a> for other models)</li>
+            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
           </ul>
         <h2>API Javadocs</h2>
         <xsl:call-template name="modules"/>


[2/4] lucene-solr:branch_6x: LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/

Posted by sa...@apache.org.
LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/03838732
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/03838732
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/03838732

Branch: refs/heads/branch_6x
Commit: 03838732c1a720a4d82ffd7d1433563c16fc9876
Parents: 90c920d
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 13 16:10:49 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 13 16:11:36 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/index/memory/MemoryIndex.java   |  2 +-
 .../lucene/queryparser/classic/QueryParser.java       |  2 +-
 .../apache/lucene/queryparser/classic/QueryParser.jj  |  2 +-
 .../flexible/standard/StandardQueryParser.java        |  2 +-
 lucene/site/xsl/index.xsl                             | 14 +++++++-------
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03838732/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
----------------------------------------------------------------------
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 e3aa4b1..cde20e5 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;
  * <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>.
  * <p>
  * Arbitrary Lucene queries can be run against this class - see <a target="_blank" 
- * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * Lucene Query Syntax</a>
  * as well as <a target="_blank" 
  * href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03838732/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.java
----------------------------------------------------------------------
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 8f8294a..08a477e 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03838732/lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParser.jj
----------------------------------------------------------------------
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 c809f2c..9bf154d 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;
  *
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query syntax
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">query syntax
  * documentation</a>.
  * </p>
  *

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03838732/lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.java
----------------------------------------------------------------------
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 2774cf0..2cd8084 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;
  * 
  * <p>
  * Examples of appropriately formatted queries can be found in the <a
- * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
+ * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package.description">
  * query syntax documentation</a>.
  * </p>
  * <p>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03838732/lucene/site/xsl/index.xsl
----------------------------------------------------------------------
diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl
index db424bb..df3edfe 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:</p>
         <ul>
-        <li><a href="demo/overview-summary.html#overview_description">Lucene demo, its usage, and sources</a>:
+        <li><a href="demo/overview-summary.html#overview.description">Lucene demo, its usage, and sources</a>:
         Tutorial and walk-through of the command-line Lucene demo.</li>
-        <li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
+        <li><a href="core/overview-summary.html#overview.description">Introduction to Lucene's APIs</a>:
         High-level summary of the different Lucene packages. </li>
-        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package_description">Analysis overview</a>:
+        <li><a href="core/org/apache/lucene/analysis/package-summary.html#package.description">Analysis overview</a>:
         Introduction to Lucene's analysis API.  See also the
         <a href="core/org/apache/lucene/analysis/TokenStream.html">TokenStream consumer workflow</a>.</li>
         </ul>
@@ -79,10 +79,10 @@
             <li><a href="SYSTEM_REQUIREMENTS.html">System Requirements</a>: Minimum and supported Java versions.</li>
             <li><a href="MIGRATE.html">Migration Guide</a>: What changed in Lucene 6; how to migrate code from Lucene 5.x.</li>
             <li><a href="JRE_VERSION_MIGRATION.html">JRE Version Migration</a>: Information about upgrading between major JRE versions.</li>
-            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package_description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package_description">an alternate codec</a>.</li>
-            <li><a href="core/org/apache/lucene/search/package-summary.html#package_description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
-            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package_description">here</a> for other models)</li>
-            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
+            <li><a href="core/org/apache/lucene/codecs/{$defaultCodecPackage}/package-summary.html#package.description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package.description">an alternate codec</a>.</li>
+            <li><a href="core/org/apache/lucene/search/package-summary.html#package.description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
+            <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package.description">here</a> for other models)</li>
+            <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
           </ul>
         <h2>API Javadocs</h2>
         <xsl:call-template name="modules"/>