This is an automated email from the ASF dual-hosted git repository.

shazwazza pushed a change to branch docs-poc
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.


    from 99295fe  Adds more builds for separate package sites
     add 82125df  Added documentation demonstrating how codec factories can be 
subclassed, custom built, and registered to include custom codec types, as well 
as testing examples, and default registered codecs. (closes #266, closes 
LUCENENET-625)
     new c740499  Merge pull request #291 from apache/docs/codec-configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/Lucene.Net/Codecs/package.md                   | 324 ++++++++++++++++++++-
 .../Support/Codecs/DefaultCodecFactory.cs          |  99 +++++--
 .../Codecs/DefaultDocValuesFormatFactory.cs        |  98 +++++--
 .../Support/Codecs/DefaultPostingsFormatFactory.cs |  98 +++++--
 src/Lucene.Net/Support/Codecs/ICodecFactory.cs     |  10 +-
 .../Support/Codecs/IDocValuesFormatFactory.cs      |  10 +-
 .../Support/Codecs/IPostingsFormatFactory.cs       |  10 +-
 7 files changed, 575 insertions(+), 74 deletions(-)

Reply via email to