This is an automated email from the ASF dual-hosted git repository.
rclabo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/lucenenet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 596e137 Manually deploying latest files
596e137 is described below
commit 596e1374992422d4482acde245849b45c552ce37
Author: Ron Clabo <[email protected]>
AuthorDate: Tue Jan 11 11:45:02 2022 -0500
Manually deploying latest files
---
contributing/community-links.html | 11 +++++------
contributing/how-to-setup-java-lucene-debugging.html | 7 ++++---
contributing/source.html | 7 ++++---
index.html | 2 +-
styles/main.css | 6 +++++-
xrefmap.yml | 3 +++
6 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/contributing/community-links.html
b/contributing/community-links.html
index f55959a..44269cc 100644
--- a/contributing/community-links.html
+++ b/contributing/community-links.html
@@ -90,12 +90,11 @@
<h3 id="introductory-lucenenet-series">Introductory Lucene.Net Series</h3>
<p>An excellent introductory series from <a
href="http://codeclimber.net.nz/">Simone Chiaretta</a></p>
<ul>
-<li><a
href="http://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucene.net.aspx">How
to get started with Lucene.Net</a></li>
-<li><a
href="http://codeclimber.net.nz/archive/2009/08/31/lucene.net-the-main-concepts.aspx">The
Main Concepts</a></li>
-<li><a
href="http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx">Your
First Application</a></li>
-<li><a
href="http://codeclimber.net.nz/archive/2009/09/04/dissecting-lucene.net-storage-documents-and-fields.aspx">Dissecting
Storage Documents and Fields</a></li>
-<li><a
href="http://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to.aspx">Lucene
- or how I stopped worrying and learned to love unstructured data</a></li>
-<li><a
href="http://codeclimber.net.nz/archive/2009/09/10/how-subtext-lucene.net-index-is-structured.aspx">How
Subtext Lucene.Net index is structured</a></li>
+<li><a
href="https://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucenenet/">How
to get started with Lucene.Net</a></li>
+<li><a
href="https://codeclimber.net.nz/archive/2009/08/31/lucenenet-the-main-concepts/">The
Main Concepts</a></li>
+<li><a
href="https://codeclimber.net.nz/archive/2009/09/02/lucenenet-your-first-application/">Your
First Application</a></li>
+<li><a
href="https://codeclimber.net.nz/archive/2009/09/04/dissecting-lucenenet-storage-documents-and-fields/">Dissecting
Storage Documents and Fields</a></li>
+<li><a
href="https://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to/">Lucene
- or how I stopped worrying and learned to love unstructured data</a></li>
</ul>
<h3 id="other-posts">Other posts</h3>
<ul>
diff --git a/contributing/how-to-setup-java-lucene-debugging.html
b/contributing/how-to-setup-java-lucene-debugging.html
index b136866..e403ad2 100644
--- a/contributing/how-to-setup-java-lucene-debugging.html
+++ b/contributing/how-to-setup-java-lucene-debugging.html
@@ -8,7 +8,7 @@
<title>How to Setup Java Lucene 4.8 Debugging | Apache Lucene.NET 4.8.0
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="How to Setup Java Lucene 4.8 Debugging |
Apache Lucene.NET 4.8.0 ">
- <meta name="generator" content="docfx 2.50.0.0">
+ <meta name="generator" content="docfx 2.58.0.0">
<link rel="shortcut icon" href="../logo/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -71,7 +71,7 @@
</div>
<div class="article row grid-right">
<div class="col-md-10">
- <article class="content wrap" id="_content" data-uid="">
+ <article class="content wrap" id="_content"
data-uid="contributing/setup-java-debugging">
<h1 id="how-to-setup-java-lucene-48-debugging">How to Setup Java Lucene 4.8
Debugging</h1>
<hr>
@@ -374,7 +374,8 @@ Step Return is F7<br></p>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm
affix" id="affix">
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
+ <h5>In This Article</h5>
+ <div></div>
</nav>
</div>
</div>
diff --git a/contributing/source.html b/contributing/source.html
index 02de0a7..0060060 100644
--- a/contributing/source.html
+++ b/contributing/source.html
@@ -8,7 +8,7 @@
<title>Source code | Apache Lucene.NET 4.8.0 </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Source code | Apache Lucene.NET 4.8.0 ">
- <meta name="generator" content="docfx 2.50.0.0">
+ <meta name="generator" content="docfx 2.58.0.0">
<link rel="shortcut icon" href="../logo/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -91,7 +91,7 @@ Most work currently happens on the branch named
<strong>master</strong>. But typ
<p>It's totally possible to build the project and run the unit tests all from
the command line. You can find documentation for doing that in the Git
repository <strong><a
href="https://github.com/apache/lucenenet/blob/master/README.md#building-and-testing">here</a></strong>.</p>
<p>However, it's common for developers to build and test the project using
Visual Studio by opening the <code>Lucene.Net.sln</code> solution file located
in the root of the local repo. Some developers are currently using Visual
Studio 2019 and some are using Visual Studio 2022. You may use whichever you
prefer.</p>
<p>Once the solution has been opened in Visual Studio you can build it as you
would any solution by selecting "Build Solution" from the
"Build" menu. Likewise you can run the unit tests for the solution
just like you would for any other solution by selecting "Run All
Tests" from the "Tests" menu.</p>
-<p>This is a large solution with more than 300K lines of code so it may take a
bit longer for Visual Studio to perform these operations then you are use to
but it should display progress information while it does it work.</p>
+<p>This is a large solution with more than <a
href="https://lucenenet.apache.org/images/contributing/source/lucenenet-repo-lines-of-code--jan-2022.png">644K+
lines</a> of code so it may take a bit longer for Visual Studio to perform
these operations then you are use to but it should display progress information
while it does it work.</p>
<h2 id="making-changes">Making Changes</h2>
<p>If you would like to make a change to the source code or other files,
typically you will first make a new branch in your local repository. Then make
the changes in that branch and commit them to your local repository. If there
are several different types of changes you'd like to make it's best to put each
type of change into a seperate commit so that each commit description can be
more specific.</p>
<h2 id="contributing-your-changes-back">Contributing Your Changes Back</h2>
@@ -111,7 +111,8 @@ Most work currently happens on the branch named
<strong>master</strong>. But typ
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm
affix" id="affix">
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
+ <h5>In This Article</h5>
+ <div></div>
</nav>
</div>
</div>
diff --git a/index.html b/index.html
index 698d77e..7ebe21b 100644
--- a/index.html
+++ b/index.html
@@ -204,7 +204,7 @@ foreach (var hit in hits)
<div class="row">
<div class="col-xs-12 col-md-6">
- <a
href="https://www.amazon.com/Instant-Lucene-NET-Michael-Heydt-ebook/dp/B00E7NC9EG"
target="_blank"><img
src="https://images-na.ssl-images-amazon.com/images/I/51ovFeqMwBL.jpg"></a>
+ <a
href="https://www.amazon.com/Instant-Lucene-NET-Michael-Heydt/dp/1782165940"
target="_blank"><img
src="https://images-na.ssl-images-amazon.com/images/I/51ovFeqMwBL.jpg"></a>
</div>
<div class="col-xs-12 col-md-6">
<a
href="https://www.amazon.com/Lucene-4-Cookbook-Edwood-Ng-ebook/dp/B00ZPJWC9S"
target="_blank"><img
src="https://images-na.ssl-images-amazon.com/images/I/51uIsUPhaeL.jpg"></a>
diff --git a/styles/main.css b/styles/main.css
index af4967f..b75cba3 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -80,10 +80,14 @@ header ul.navbar-nav {
}
}
-.article img {
+article img {
margin:15px 0 30px 0;
}
+article[data-uid="contributing/setup-java-debugging"] img {
+ border: solid 1px #dedcd3
+}
+
.sidefilter {
top: 120px;
}
diff --git a/xrefmap.yml b/xrefmap.yml
index 096b6e8..ce7cf3b 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -22,6 +22,9 @@ references:
- uid: contributing/make-release
name: Making a release of Lucene.NET
href: contributing/make-release.html
+- uid: contributing/setup-java-debugging
+ name: How to Setup Java Lucene 4.8 Debugging
+ href: contributing/how-to-setup-java-lucene-debugging.html
- uid: contributing/versioning
name: Versioning Procedure Overview
href: contributing/versioning.html