You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/04/22 04:53:28 UTC

[56/59] git commit: generate public HTML documentation for 3.0.3 release

generate public HTML documentation for 3.0.3 release


git-svn-id: https://svn.apache.org/repos/asf/lucene.net/branches/3.0.3@1430548 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/770649bf
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/770649bf
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/770649bf

Branch: refs/heads/master
Commit: 770649bf9671dabc4511132e7bdb68865d2bb171
Parents: 88fb67b
Author: Troy Howard <th...@apache.org>
Authored: Tue Jan 8 21:37:45 2013 +0000
Committer: Troy Howard <th...@apache.org>
Committed: Tue Jan 8 21:37:45 2013 +0000

----------------------------------------------------------------------
 src/mainpage.dox | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/770649bf/src/mainpage.dox
----------------------------------------------------------------------
diff --git a/src/mainpage.dox b/src/mainpage.dox
new file mode 100644
index 0000000..ea67e74
--- /dev/null
+++ b/src/mainpage.dox
@@ -0,0 +1,9 @@
+/**
+\mainpage Lucene.Net 3.0.3
+
+Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an inverted index. Lucene.Net has three primary goals:
+
+  1. Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;
+  2. Maintaining the high-performance requirements expected of a first class C# search engine library;
+  3. Maximize usability and power when used within the .NET runtime. To that end, it will present a highly idiomatic, carefully tailored API that takes advantage of many of the special features of the .NET runtime.
+*/