diff --git a/lucene/site/xsl/index.xsl b/lucene/site/xsl/index.xsl index f729eca10de..f0d2d904101 100644 --- a/lucene/site/xsl/index.xsl +++ b/lucene/site/xsl/index.xsl @@ -65,7 +65,7 @@
  • Changes: List of changes in this release.
  • Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x.
  • JRE Version Migration: Information about upgrading between major JRE versions.
  • -
  • File Formats: Guide to the index format used by Lucene.
  • +
  • File Formats: Guide to the supported index format used by Lucene. This can be customized by using an alternate codec.
  • Search and Scoring in Lucene: Introduction to how Lucene scores documents.
  • Classic Scoring Formula: Formula of Lucene's classic Vector Space implementation. (look here for other models)
  • Classic QueryParser Syntax: Overview of the Classic QueryParser's syntax and features.