From a106cf251217836bccb92a0ae1e7bf2392a51023 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Fri, 3 Oct 2008 16:12:29 +0000 Subject: [PATCH] change trunk docs to 2.9-dev git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@701428 13f79535-47bb-0310-9956-ffa450edef68 --- docs/benchmarks.html | 2 +- docs/contributions.html | 2 +- docs/demo.html | 2 +- docs/demo2.html | 2 +- docs/demo3.html | 2 +- docs/demo4.html | 2 +- docs/fileformats.html | 2 +- docs/gettingstarted.html | 2 +- docs/index.html | 4 +- docs/index.pdf | 2 +- docs/linkmap.html | 2 +- docs/lucene-sandbox/index.html | 922 ++++++------- docs/queryparsersyntax.html | 2 +- docs/scoring.html | 2 +- docs/skin/basic.css | 332 ++--- docs/skin/print.css | 108 +- docs/skin/profile.css | 350 ++--- docs/skin/screen.css | 1174 ++++++++--------- .../src/documentation/content/xdocs/index.xml | 2 +- .../src/documentation/content/xdocs/tabs.xml | 2 +- 20 files changed, 1459 insertions(+), 1459 deletions(-) diff --git a/docs/benchmarks.html b/docs/benchmarks.html index 4b5df36a5ad..e7db15380ba 100644 --- a/docs/benchmarks.html +++ b/docs/benchmarks.html @@ -68,7 +68,7 @@ Wiki
  • -Lucene 2.4-dev Documentation +Lucene 2.9-dev Documentation
  • -
    -Apache > Lucene -
    - -
    - - - - - - - - - - - - -
    - -
    -
    - -
    - - -
    - -
    - -   -
    - - - - - -
    - -

    - Apache Lucene - Lucene Sandbox -

    - - - - -

    Lucene Sandbox

    -
    -

    - Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well - as a few other developers. The purpose of the Sandbox is to host various third party contributions, - and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene - distribution.
    - Users are free to experiment with the components developed in the Sandbox, but Sandbox components will - not necessarily be maintained, particularly in their current state. -

    -

    - You can access the Lucene Sandbox repository at - http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/. -

    - -

    Snowball Stemmers for Lucene

    -

    - This project provides pre-compiled versions of the Snowball stemmers - for Lucene. -

    -

    - -The - repository for the Snowball contribution. - -

    -

    - -Background information on Snowball, - which is a language for stemmers developed by Martin Porter. -

    - -

    Analyzers, Tokenizers, Filters

    -

    - Contributed Analyzers, Tokenizers, and Filters for various languages. -

    -

    - -The - repository for the Analyzers contribution. - -

    - -

    Ant

    -

    - The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also - contains an example HTML parser that uses JTidy. -

    -

    - -The - repository for the Ant contribution. - -

    - -

    WordNet/Synonyms

    -

    - The Lucene WordNet code consists of a single class which parses a prolog file - from the WordNet site that contains a list of English words and synonyms. - The class builds a Lucene index from the synonyms file. Your querying code could - hit this index to build up a set of synonyms for the terms in the - search query. -

    -

    - More information on the Lucene WordNet package. - WordNet is an online database of English language words that contains - synonyms, definitions, and various relationships between synonym sets. -

    -

    - -The - repository for the WordNet module. - -

    - -

    Lucli - Lucene Command-line Interface

    -

    - The Lucli application allows index manipulation from the - command-line. -

    -

    - -The - repository for the Lucli contribution. - -

    - -

    Term Highlighter

    -

    - A small set of classes for highlighting matching terms in - search results. -

    -The - repository for the Highlighter contribution. -

    Javascript Query Constructor

    -

    - Javascript library to support client-side query-building. Provides support for a user interface similar to - Google's Advanced Search. -

    -

    - - -The - repository for the Javascript Query Constructor files. - -

    - -

    Javascript Query Validator

    -

    - Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to - throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to - alleviate that problem. -

    -

    - - -The - repository for the Javascript Query Validator files. - -

    - -

    High Frequency Terms

    -

    - The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines - what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go - into a custom stop word list for better search results. -

    -

    - - -The - repository for miscellaneous classes. - -

    - -

    GData-Server

    -

    - Apache - Lucene based serverside implementation of Google's GData protocol. GData-Server provides an extendable - full featured gdata feed server to add, remove, update ATOM 1.0 and RSS 2.0 feeds. - Feeds are searchable via a defined HTTP GET parameter based query language like the Lucnene query syntax. -

    -

    - - -The - repository for GData-server files and sources. - -
    - -
    - - -GData - Server wiki - - -

    -
    - - -
    - -
     
    -
    - - - + + + + + + + + + Apache Lucene - Lucene Sandbox + + + + + + + + + + +
    + + + +
    + + + + + + + + + + + + +
    +
    +
    +
    + +
    + + +
    + +
    + +   +
    + + + + + +
    + +

    + Apache Lucene - Lucene Sandbox +

    + + + + +

    Lucene Sandbox

    +
    +

    + Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well + as a few other developers. The purpose of the Sandbox is to host various third party contributions, + and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene + distribution.
    + Users are free to experiment with the components developed in the Sandbox, but Sandbox components will + not necessarily be maintained, particularly in their current state. +

    +

    + You can access the Lucene Sandbox repository at + http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/. +

    + +

    Snowball Stemmers for Lucene

    +

    + This project provides pre-compiled versions of the Snowball stemmers + for Lucene. +

    +

    + +The + repository for the Snowball contribution. + +

    +

    + +Background information on Snowball, + which is a language for stemmers developed by Martin Porter. +

    + +

    Analyzers, Tokenizers, Filters

    +

    + Contributed Analyzers, Tokenizers, and Filters for various languages. +

    +

    + +The + repository for the Analyzers contribution. + +

    + +

    Ant

    +

    + The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also + contains an example HTML parser that uses JTidy. +

    +

    + +The + repository for the Ant contribution. + +

    + +

    WordNet/Synonyms

    +

    + The Lucene WordNet code consists of a single class which parses a prolog file + from the WordNet site that contains a list of English words and synonyms. + The class builds a Lucene index from the synonyms file. Your querying code could + hit this index to build up a set of synonyms for the terms in the + search query. +

    +

    + More information on the Lucene WordNet package. + WordNet is an online database of English language words that contains + synonyms, definitions, and various relationships between synonym sets. +

    +

    + +The + repository for the WordNet module. + +

    + +

    Lucli - Lucene Command-line Interface

    +

    + The Lucli application allows index manipulation from the + command-line. +

    +

    + +The + repository for the Lucli contribution. + +

    + +

    Term Highlighter

    +

    + A small set of classes for highlighting matching terms in + search results. +

    +The + repository for the Highlighter contribution. +

    Javascript Query Constructor

    +

    + Javascript library to support client-side query-building. Provides support for a user interface similar to + Google's Advanced Search. +

    +

    + + +The + repository for the Javascript Query Constructor files. + +

    + +

    Javascript Query Validator

    +

    + Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to + throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to + alleviate that problem. +

    +

    + + +The + repository for the Javascript Query Validator files. + +

    + +

    High Frequency Terms

    +

    + The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines + what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go + into a custom stop word list for better search results. +

    +

    + + +The + repository for miscellaneous classes. + +

    + +

    GData-Server

    +

    + Apache - Lucene based serverside implementation of Google's GData protocol. GData-Server provides an extendable + full featured gdata feed server to add, remove, update ATOM 1.0 and RSS 2.0 feeds. + Feeds are searchable via a defined HTTP GET parameter based query language like the Lucnene query syntax. +

    +

    + + +The + repository for GData-server files and sources. + +
    + +
    + + +GData - Server wiki + + +

    +
    + + +
    + +
     
    +
    + + + diff --git a/docs/queryparsersyntax.html b/docs/queryparsersyntax.html index b9696bf5525..d0bacde1f10 100644 --- a/docs/queryparsersyntax.html +++ b/docs/queryparsersyntax.html @@ -70,7 +70,7 @@ Wiki
  • -Lucene 2.4-dev Documentation +Lucene 2.9-dev Documentation
  • - +