You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sh...@apache.org on 2020/06/23 00:27:26 UTC

[lucenenet] branch docs-poc updated (99295fe -> c740499)

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(-)


[lucenenet] 01/01: Merge pull request #291 from apache/docs/codec-configuration

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c740499e022bf57c7946875f537086c998ef9658
Merge: 99295fe 82125df
Author: Shannon Deminick <sd...@gmail.com>
AuthorDate: Tue Jun 23 10:27:17 2020 +1000

    Merge pull request #291 from apache/docs/codec-configuration
    
    Fully document Codec Factories and include usage samples (addresses #266)

 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(-)