This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit d667a619cebccc7c9c6df271dea690ea07b2ba33
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Mar 30 19:44:11 2021 +0700

    docs: Lucene.Net.QueryParser: Fixed broken formatting and links (see #284, 
#300)
---
 src/Lucene.Net.QueryParser/Surround/Parser/package.md |  7 +++----
 src/Lucene.Net.QueryParser/Surround/Query/package.md  | 11 ++++-------
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/Lucene.Net.QueryParser/Surround/Parser/package.md 
b/src/Lucene.Net.QueryParser/Surround/Parser/package.md
index 6a343ba..def4cbf 100644
--- a/src/Lucene.Net.QueryParser/Surround/Parser/package.md
+++ b/src/Lucene.Net.QueryParser/Surround/Parser/package.md
@@ -1,4 +1,4 @@
----
+---
 uid: Lucene.Net.QueryParsers.Surround.Parser
 summary: *content
 ---
@@ -20,7 +20,6 @@ summary: *content
  limitations under the License.
 -->
 
-    This package contains the QueryParser.jj source file for the Surround 
parser.
+This package contains the `QueryParser.jj` source file for the Surround parser.
 
-    Parsing the text of a query results in a SrndQuery in the
-    org.apache.lucene.queryparser.surround.query package.
\ No newline at end of file
+Parsing the text of a query results in a SrndQuery in the 
<xref:Lucene.Net.QueryParsers.Surround.Query> namespace.
\ No newline at end of file
diff --git a/src/Lucene.Net.QueryParser/Surround/Query/package.md 
b/src/Lucene.Net.QueryParser/Surround/Query/package.md
index 8b13033..348d1c0 100644
--- a/src/Lucene.Net.QueryParser/Surround/Query/package.md
+++ b/src/Lucene.Net.QueryParser/Surround/Query/package.md
@@ -1,4 +1,4 @@
----
+---
 uid: Lucene.Net.QueryParsers.Surround.Query
 summary: *content
 ---
@@ -20,11 +20,8 @@ summary: *content
  limitations under the License.
 -->
 
-    This package contains SrndQuery and its subclasses.
+This package contains <xref:Lucene.Net.QueryParsers.Surround.Query.SrndQuery> 
and its subclasses.
 
-    The parser in the org.apache.lucene.queryparser.surround.parser package
-    normally generates a SrndQuery.
+The parser in the <xref:Lucene.Net.QueryParsers.Surround.Parser> namespace 
normally generates a SrndQuery.
 
-    For searching an org.apache.lucene.search.Query is provided by
-    the SrndQuery.makeLuceneQueryField method.
-    For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene.
\ No newline at end of file
+For searching an <xref:Lucene.Net.Search.Query> is provided by the 
[SrndQuery.MakeLuceneQueryField()](xref:Lucene.Net.QueryParsers.Surround.Query.SrndQuery#Lucene_Net_QueryParsers_Surround_Query_SrndQuery_MakeLuceneQueryField_System_String_Lucene_Net_QueryParsers_Surround_Query_BasicQueryFactory_)
 method. For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene.
\ No newline at end of file

Reply via email to