add reference to codecs module from package intro

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-13 14:22:34 +00:00
parent 8619a8c109
commit e8a16e028a
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ Codecs API: API for customization of the encoding and structure of the index.
<li>Live documents - see {@link org.apache.lucene.codecs.LiveDocsFormat}</li>
</ul>
</p>
For some concrete implementations beyond Lucene's official index format, see
the <a href="{@docRoot}/../codecs/overview-summary.html">Codecs module</a>.
<p>
Codecs are identified by name through the Java Service Provider Interface. To create your own codec, extend