diff --git a/src/site/src/documentation/content/xdocs/demo4.xml b/src/site/src/documentation/content/xdocs/demo4.xml index 6376421ad9c..5ed6389a4af 100644 --- a/src/site/src/documentation/content/xdocs/demo4.xml +++ b/src/site/src/documentation/content/xdocs/demo4.xml @@ -139,14 +139,14 @@ In time some of these things may be added to Lucene as features (if you've got a to hear it!), but for now: this is where you begin and the search engine/indexer ends. Lastly, one would assume you'd want to follow the above advice and customize the application to look a little more fancy than black on white with "Lucene Template" at the top. We'll see you on the Lucene -Users' or Developers' mailing lists! +Users' or Developers' mailing lists!
Please resist the urge to contact the authors of this document (without bribes of fame and fortune
-attached). First contact the mailing lists, taking care to mailing lists, taking care to Ask Questions The Smart Way.
Certainly you'll get the most help that way as well. That being said, feedback, and modifications
to this document and samples are ever so greatly appreciated. They are just best sent to the lists
diff --git a/src/site/src/documentation/content/xdocs/developer-resources.xml b/src/site/src/documentation/content/xdocs/developer-resources.xml
deleted file mode 100644
index b684b00b559..00000000000
--- a/src/site/src/documentation/content/xdocs/developer-resources.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
- Lucene Java is always looking for contributions, especially in the areas of documentation. See the Wiki for details on contributing. Unofficial Javadocs from the nightly build are available at:
-
System Requirements are detailed here.
-- Clover - test coverage results are available - here - for the nightly build. -
-- Hudson is providing continuous integration capabilities to the Lucene - project. It is responsible for running nightly builds, code coverage reports as well as building the nightly version - of the website. -
-Nightly builds are based on the trunk version of the code checked into - SVN -
- Download via Hudson -The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/) -
-
- svn checkout http://svn.apache.org/repos/asf/lucene/java/trunk lucene/java/trunk
-
Lucene offers powerful features through a simple API:
-- Apache Lucene is a high-performance, full-featured text search engine - library written entirely in Java. It is a technology suitable for nearly any - application that requires full-text search, especially cross-platform. -
-- Apache Lucene is an open source project available for - free download. - Please use the links on the left to access Lucene. -
-- We are now publishing nightly artifacts to the Maven Snapshot Repository. The current version is '2.3-SNAPSHOT'. -
-- The artifacts include: -
- Merry Christmas! -
-- Lucene will once again be well represented at ApacheCon USA in Atlanta this November 12-16, 2007. -
-The following talks and trainings are scheduled for this year's conference: -
This release has many improvements since release 2.1. New major features: -
Lucene 2.2 includes index format changes that are not readable - by older versions of Lucene. Lucene 2.2 can both read and update - older Lucene indexes. Adding to an index with an older format - will cause it to be converted to the newer format. -
- -Binary and source distributions are - available - here. -
-- - Lucene Java and related Lucene projects will have extensive representation at ApacheCon Europe in Amsterdam this year. For the 2007 session, - Yonik Seeley will be giving the Full-Text Search with Lucene talk at 10:30 am on May 2nd. Immediately following, Grant Ingersoll - will be presenting Advanced Lucene at 11:30. Grant will also be leading a full day tutorial session on May 1st titled - Lucene Boot Camp. -
-Lucene related talks include Solr committer Bertrand Delacrétaz's talk titled Beyond full-text searches with Solr and Lucene and - Hadoop committer Owen O'Malley's Introduction to Hadoop. -
-Registration is now open on the ApacheCon website.
-This release has many improvements since release - 2.0, including new features, performance - improvements, bug fixes, etc. See - CHANGES.txt - for details. -
- -Lucene 2.1 includes index format changes that are not readable - by older versions of Lucene. Lucene 2.1 can both read and update - older Lucene indexes. Adding to an index with an older format - will cause it to be converted to the newer format. -
- -Binary and source distributions are - available - here. -
-Nightly source builds of the current development version of Lucene - are now available at - http://people.apache.org/builds/lucene/java/nightly/. Files are named lucene-DATE-src.tar.gz where DATE is the date of the build. -
-
+ This is the official documentation for Lucene Java 2.4-dev
+ Please use the menu on the left to access the Javadocs and different documents.
+
+ Additional documentation is available in the Wiki. +
+-
- -Javadocs from older (pre 2.x) Lucene releases can be found under the Site Versions - section on the left-hand menu
-- This list is for users of Java Lucene to ask questions, share knowledge, - and discuss issues. Do send mail to this list with usage and configuration questions and problems. Also, please - send questions to this list to verify your problem before filing issues in JIRA. -
-- This is the list where participating developers of the Java Lucene project meet - and discuss issues concerning Lucene internals, code changes/additions, etc. Do not send mail to this list - with usage questions or configuration questions and problems. -
-- Discussion list: -
The Lucene Wiki maintains a list of searchable mailing list archives at http://wiki.apache.org/lucene-java/MailingListArchives. - No endorsement is implied by the listing of an archive on the Wiki.
-Each Lucene project maintains its own mailing lists. Please refer to the project you are interested in for details - on subscribing to its mailing list. For the Lucene TLP General mailing list, go here. -
-Information on Lucene Java Downloads and Releases.
-Official releases are usually created when the developers feel there are - sufficient changes, improvements and bug fixes to warrant a release. - Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed - here.
-Both binary and source releases are available for - download from the Apache Mirrors
-The lucene-VERSION.zip (where VERSION is the version number of the release, i.e. 2.0.0) file contains the
- lucene-core jar file, html documentation, a demo application (see Getting Started)
- and various jar files containing contributed code.
-
- If all you need is the core jar file you can download that separately.
-
- The latest Lucene release has the following minimum requirements: -
Contrib modules may have other requirements, refer to their documentation and build files for information.
- -