You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/06/28 20:47:07 UTC

[orc] branch main updated: Update API docs to 1.9.0

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 18f1ed74b Update API docs to 1.9.0
18f1ed74b is described below

commit 18f1ed74bb07de663498dedda842ac5877c9c0c8
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Jun 28 13:46:01 2023 -0700

    Update API docs to 1.9.0
---
 site/api/apidocs/allclasses-frame.html             |   2 +-
 site/api/apidocs/allclasses-noframe.html           |   2 +-
 site/api/apidocs/constant-values.html              |   4 +-
 site/api/apidocs/deprecated-list.html              |   4 +-
 site/api/apidocs/help-doc.html                     |   4 +-
 site/api/apidocs/index-all.html                    |   4 +-
 site/api/apidocs/index.html                        |   2 +-
 .../org/apache/orc/examples/AdvancedReader.html    |   4 +-
 .../org/apache/orc/examples/AdvancedWriter.html    |   4 +-
 .../org/apache/orc/examples/CompressionWriter.html |   4 +-
 .../org/apache/orc/examples/CoreReader.html        |   4 +-
 .../org/apache/orc/examples/CoreWriter.html        |   4 +-
 .../apidocs/org/apache/orc/examples/Driver.html    |   4 +-
 .../orc/examples/InMemoryEncryptionReader.html     |   4 +-
 .../orc/examples/InMemoryEncryptionWriter.html     |   4 +-
 .../orc/examples/class-use/AdvancedReader.html     |   4 +-
 .../orc/examples/class-use/AdvancedWriter.html     |   4 +-
 .../orc/examples/class-use/CompressionWriter.html  |   4 +-
 .../apache/orc/examples/class-use/CoreReader.html  |   4 +-
 .../apache/orc/examples/class-use/CoreWriter.html  |   4 +-
 .../org/apache/orc/examples/class-use/Driver.html  |   4 +-
 .../class-use/InMemoryEncryptionReader.html        |   4 +-
 .../class-use/InMemoryEncryptionWriter.html        |   4 +-
 .../org/apache/orc/examples/package-frame.html     |   2 +-
 .../org/apache/orc/examples/package-summary.html   |   4 +-
 .../org/apache/orc/examples/package-tree.html      |   4 +-
 .../org/apache/orc/examples/package-use.html       |   4 +-
 site/api/apidocs/overview-tree.html                |   4 +-
 site/api/orc-core/allclasses-frame.html            |   2 +-
 site/api/orc-core/allclasses-noframe.html          |   2 +-
 site/api/orc-core/constant-values.html             |   4 +-
 site/api/orc-core/deprecated-list.html             |   4 +-
 site/api/orc-core/help-doc.html                    |   4 +-
 site/api/orc-core/index-all.html                   |  16 ++-
 site/api/orc-core/index.html                       |   2 +-
 .../org/apache/orc/BinaryColumnStatistics.html     |   4 +-
 .../org/apache/orc/BooleanColumnStatistics.html    |   4 +-
 .../org/apache/orc/CollectionColumnStatistics.html |   4 +-
 .../orc-core/org/apache/orc/ColumnStatistics.html  |   4 +-
 .../org/apache/orc/CompressionCodec.DataKind.html  |   4 +-
 .../org/apache/orc/CompressionCodec.Options.html   |   4 +-
 .../apache/orc/CompressionCodec.SpeedModifier.html |   4 +-
 .../orc-core/org/apache/orc/CompressionCodec.html  |   4 +-
 .../orc-core/org/apache/orc/CompressionKind.html   |   4 +-
 .../orc-core/org/apache/orc/DataMask.Factory.html  |   4 +-
 .../org/apache/orc/DataMask.MaskOverrides.html     |   4 +-
 .../orc-core/org/apache/orc/DataMask.Provider.html |   4 +-
 .../orc-core/org/apache/orc/DataMask.Standard.html |   4 +-
 site/api/orc-core/org/apache/orc/DataMask.html     |   4 +-
 .../org/apache/orc/DataMaskDescription.html        |   4 +-
 site/api/orc-core/org/apache/orc/DataReader.html   |   4 +-
 .../org/apache/orc/DateColumnStatistics.html       |   4 +-
 .../org/apache/orc/DecimalColumnStatistics.html    |   4 +-
 .../org/apache/orc/DoubleColumnStatistics.html     |   4 +-
 .../api/orc-core/org/apache/orc/EncryptionKey.html |   4 +-
 .../orc-core/org/apache/orc/EncryptionVariant.html |   4 +-
 .../org/apache/orc/FileFormatException.html        |   4 +-
 site/api/orc-core/org/apache/orc/FileMetadata.html |   4 +-
 .../orc-core/org/apache/orc/InMemoryKeystore.html  |   4 +-
 .../org/apache/orc/IntegerColumnStatistics.html    |   4 +-
 .../org/apache/orc/MemoryManager.Callback.html     |   4 +-
 .../api/orc-core/org/apache/orc/MemoryManager.html |   4 +-
 site/api/orc-core/org/apache/orc/OrcConf.html      |  46 ++++---
 .../org/apache/orc/OrcFile.BloomFilterVersion.html |   4 +-
 .../apache/orc/OrcFile.CompressionStrategy.html    |   4 +-
 .../org/apache/orc/OrcFile.EncodingStrategy.html   |   4 +-
 .../org/apache/orc/OrcFile.ReaderOptions.html      |   4 +-
 .../orc-core/org/apache/orc/OrcFile.Version.html   |   4 +-
 .../org/apache/orc/OrcFile.WriterCallback.html     |   4 +-
 .../org/apache/orc/OrcFile.WriterContext.html      |   4 +-
 .../apache/orc/OrcFile.WriterImplementation.html   |   4 +-
 .../org/apache/orc/OrcFile.WriterOptions.html      | 135 ++++++++++++---------
 .../org/apache/orc/OrcFile.WriterVersion.html      |   4 +-
 site/api/orc-core/org/apache/orc/OrcFile.html      |   4 +-
 .../orc-core/org/apache/orc/OrcFilterContext.html  |   4 +-
 site/api/orc-core/org/apache/orc/OrcUtils.html     |   4 +-
 .../apache/orc/PhysicalWriter.OutputReceiver.html  |   4 +-
 .../orc-core/org/apache/orc/PhysicalWriter.html    |   4 +-
 .../orc-core/org/apache/orc/Reader.Options.html    | 114 ++++++++++++-----
 site/api/orc-core/org/apache/orc/Reader.html       |   4 +-
 site/api/orc-core/org/apache/orc/RecordReader.html |   4 +-
 .../org/apache/orc/StringColumnStatistics.html     |   4 +-
 .../orc-core/org/apache/orc/StripeInformation.html |   4 +-
 .../orc-core/org/apache/orc/StripeStatistics.html  |   4 +-
 .../org/apache/orc/TimestampColumnStatistics.html  |   4 +-
 .../org/apache/orc/TypeDescription.Category.html   |   4 +-
 .../orc/TypeDescription.RowBatchVersion.html       |   4 +-
 .../orc-core/org/apache/orc/TypeDescription.html   |   4 +-
 .../org/apache/orc/TypeDescriptionPrettyPrint.html |   4 +-
 .../org/apache/orc/UnknownFormatException.html     |   4 +-
 site/api/orc-core/org/apache/orc/Writer.html       |   4 +-
 .../orc/class-use/BinaryColumnStatistics.html      |   4 +-
 .../orc/class-use/BooleanColumnStatistics.html     |   4 +-
 .../orc/class-use/CollectionColumnStatistics.html  |   4 +-
 .../org/apache/orc/class-use/ColumnStatistics.html |   4 +-
 .../orc/class-use/CompressionCodec.DataKind.html   |   4 +-
 .../orc/class-use/CompressionCodec.Options.html    |   4 +-
 .../class-use/CompressionCodec.SpeedModifier.html  |   4 +-
 .../org/apache/orc/class-use/CompressionCodec.html |   4 +-
 .../org/apache/orc/class-use/CompressionKind.html  |   4 +-
 .../org/apache/orc/class-use/DataMask.Factory.html |   4 +-
 .../orc/class-use/DataMask.MaskOverrides.html      |   4 +-
 .../apache/orc/class-use/DataMask.Provider.html    |   4 +-
 .../apache/orc/class-use/DataMask.Standard.html    |   4 +-
 .../org/apache/orc/class-use/DataMask.html         |   4 +-
 .../apache/orc/class-use/DataMaskDescription.html  |   4 +-
 .../org/apache/orc/class-use/DataReader.html       |   4 +-
 .../apache/orc/class-use/DateColumnStatistics.html |   4 +-
 .../orc/class-use/DecimalColumnStatistics.html     |   4 +-
 .../orc/class-use/DoubleColumnStatistics.html      |   4 +-
 .../org/apache/orc/class-use/EncryptionKey.html    |   4 +-
 .../apache/orc/class-use/EncryptionVariant.html    |   4 +-
 .../apache/orc/class-use/FileFormatException.html  |   4 +-
 .../org/apache/orc/class-use/FileMetadata.html     |   4 +-
 .../org/apache/orc/class-use/InMemoryKeystore.html |   4 +-
 .../orc/class-use/IntegerColumnStatistics.html     |   4 +-
 .../orc/class-use/MemoryManager.Callback.html      |   4 +-
 .../org/apache/orc/class-use/MemoryManager.html    |   4 +-
 .../orc-core/org/apache/orc/class-use/OrcConf.html |   4 +-
 .../orc/class-use/OrcFile.BloomFilterVersion.html  |   4 +-
 .../orc/class-use/OrcFile.CompressionStrategy.html |   4 +-
 .../orc/class-use/OrcFile.EncodingStrategy.html    |   4 +-
 .../orc/class-use/OrcFile.ReaderOptions.html       |   4 +-
 .../org/apache/orc/class-use/OrcFile.Version.html  |   4 +-
 .../orc/class-use/OrcFile.WriterCallback.html      |   4 +-
 .../orc/class-use/OrcFile.WriterContext.html       |   4 +-
 .../class-use/OrcFile.WriterImplementation.html    |   4 +-
 .../orc/class-use/OrcFile.WriterOptions.html       |  60 ++++-----
 .../orc/class-use/OrcFile.WriterVersion.html       |   4 +-
 .../orc-core/org/apache/orc/class-use/OrcFile.html |   4 +-
 .../org/apache/orc/class-use/OrcFilterContext.html |   4 +-
 .../org/apache/orc/class-use/OrcUtils.html         |   4 +-
 .../class-use/PhysicalWriter.OutputReceiver.html   |   4 +-
 .../org/apache/orc/class-use/PhysicalWriter.html   |   4 +-
 .../org/apache/orc/class-use/Reader.Options.html   |  14 ++-
 .../orc-core/org/apache/orc/class-use/Reader.html  |   4 +-
 .../org/apache/orc/class-use/RecordReader.html     |   4 +-
 .../orc/class-use/StringColumnStatistics.html      |   4 +-
 .../apache/orc/class-use/StripeInformation.html    |   4 +-
 .../org/apache/orc/class-use/StripeStatistics.html |   4 +-
 .../orc/class-use/TimestampColumnStatistics.html   |   4 +-
 .../orc/class-use/TypeDescription.Category.html    |   4 +-
 .../class-use/TypeDescription.RowBatchVersion.html |   4 +-
 .../org/apache/orc/class-use/TypeDescription.html  |   4 +-
 .../orc/class-use/TypeDescriptionPrettyPrint.html  |   4 +-
 .../orc/class-use/UnknownFormatException.html      |   4 +-
 .../orc-core/org/apache/orc/class-use/Writer.html  |   4 +-
 .../org/apache/orc/filter/BatchFilter.html         |   4 +-
 .../org/apache/orc/filter/PluginFilterService.html |   4 +-
 .../apache/orc/filter/class-use/BatchFilter.html   |   4 +-
 .../orc/filter/class-use/PluginFilterService.html  |   4 +-
 .../org/apache/orc/filter/package-frame.html       |   2 +-
 .../org/apache/orc/filter/package-summary.html     |   4 +-
 .../org/apache/orc/filter/package-tree.html        |   4 +-
 .../org/apache/orc/filter/package-use.html         |   4 +-
 .../orc-core/org/apache/orc/impl/AcidStats.html    |   4 +-
 .../org/apache/orc/impl/AircompressorCodec.html    |   4 +-
 .../org/apache/orc/impl/BitFieldReader.html        |   4 +-
 .../org/apache/orc/impl/BitFieldWriter.html        |   4 +-
 .../orc-core/org/apache/orc/impl/BufferChunk.html  |   4 +-
 .../org/apache/orc/impl/BufferChunkList.html       |   4 +-
 .../ColumnStatisticsImpl.BinaryStatisticsImpl.html |   4 +-
 .../ColumnStatisticsImpl.StringStatisticsImpl.html |   4 +-
 .../org/apache/orc/impl/ColumnStatisticsImpl.html  |   4 +-
 ...Factory.AnyIntegerFromAnyIntegerTreeReader.html |   4 +-
 ...derFactory.AnyIntegerFromDecimalTreeReader.html |   4 +-
 ...aderFactory.AnyIntegerFromDoubleTreeReader.html |   4 +-
 ...actory.AnyIntegerFromStringGroupTreeReader.html |   4 +-
 ...rFactory.AnyIntegerFromTimestampTreeReader.html |   4 +-
 ...ConvertTreeReaderFactory.ConvertTreeReader.html |   4 +-
 ...eaderFactory.DateFromStringGroupTreeReader.html |   4 +-
 ...eReaderFactory.DateFromTimestampTreeReader.html |   4 +-
 ...derFactory.DecimalFromAnyIntegerTreeReader.html |   4 +-
 ...ReaderFactory.DecimalFromDecimalTreeReader.html |   4 +-
 ...eReaderFactory.DecimalFromDoubleTreeReader.html |   4 +-
 ...erFactory.DecimalFromStringGroupTreeReader.html |   4 +-
 ...aderFactory.DecimalFromTimestampTreeReader.html |   4 +-
 ...aderFactory.DoubleFromAnyIntegerTreeReader.html |   4 +-
 ...eReaderFactory.DoubleFromDecimalTreeReader.html |   4 +-
 ...derFactory.DoubleFromStringGroupTreeReader.html |   4 +-
 ...eaderFactory.DoubleFromTimestampTreeReader.html |   4 +-
 ...reeReaderFactory.FloatFromDoubleTreeReader.html |   4 +-
 ...actory.StringGroupFromAnyIntegerTreeReader.html |   4 +-
 ...derFactory.StringGroupFromBinaryTreeReader.html |   4 +-
 ...erFactory.StringGroupFromBooleanTreeReader.html |   4 +-
 ...eaderFactory.StringGroupFromDateTreeReader.html |   4 +-
 ...erFactory.StringGroupFromDecimalTreeReader.html |   4 +-
 ...derFactory.StringGroupFromDoubleTreeReader.html |   4 +-
 ...ctory.StringGroupFromStringGroupTreeReader.html |   4 +-
 ...Factory.StringGroupFromTimestampTreeReader.html |   4 +-
 ...rFactory.TimestampFromAnyIntegerTreeReader.html |   4 +-
 ...eReaderFactory.TimestampFromDateTreeReader.html |   4 +-
 ...aderFactory.TimestampFromDecimalTreeReader.html |   4 +-
 ...eaderFactory.TimestampFromDoubleTreeReader.html |   4 +-
 ...Factory.TimestampFromStringGroupTreeReader.html |   4 +-
 .../apache/orc/impl/ConvertTreeReaderFactory.html  |   4 +-
 .../impl/CryptoUtils.HadoopKeyProviderFactory.html |   4 +-
 .../orc-core/org/apache/orc/impl/CryptoUtils.html  |   4 +-
 .../orc/impl/DataReaderProperties.Builder.html     |   4 +-
 .../org/apache/orc/impl/DataReaderProperties.html  |   4 +-
 .../orc-core/org/apache/orc/impl/DateUtils.html    |   4 +-
 .../org/apache/orc/impl/Dictionary.IMPL.html       |   4 +-
 .../org/apache/orc/impl/Dictionary.Visitor.html    |   4 +-
 .../apache/orc/impl/Dictionary.VisitorContext.html |   4 +-
 .../orc-core/org/apache/orc/impl/Dictionary.html   |   4 +-
 .../org/apache/orc/impl/DictionaryUtils.html       |   4 +-
 .../apache/orc/impl/DirectDecompressionCodec.html  |   4 +-
 .../org/apache/orc/impl/DynamicByteArray.html      |   4 +-
 .../org/apache/orc/impl/DynamicIntArray.html       |   4 +-
 .../org/apache/orc/impl/HadoopShimsFactory.html    |   4 +-
 site/api/orc-core/org/apache/orc/impl/IOUtils.html |   4 +-
 .../apache/orc/impl/InStream.CompressedStream.html |   4 +-
 .../apache/orc/impl/InStream.EncryptedStream.html  |   4 +-
 .../apache/orc/impl/InStream.StreamOptions.html    |   4 +-
 .../orc/impl/InStream.UncompressedStream.html      |   4 +-
 .../api/orc-core/org/apache/orc/impl/InStream.html |   4 +-
 .../org/apache/orc/impl/IntegerReader.html         |   4 +-
 .../org/apache/orc/impl/IntegerWriter.html         |   4 +-
 .../org/apache/orc/impl/MaskDescriptionImpl.html   |   4 +-
 .../org/apache/orc/impl/MemoryManager.html         |   4 +-
 .../org/apache/orc/impl/MemoryManagerImpl.html     |   4 +-
 .../orc-core/org/apache/orc/impl/OrcAcidUtils.html |   4 +-
 .../orc-core/org/apache/orc/impl/OrcCodecPool.html |   4 +-
 .../org/apache/orc/impl/OrcFilterContextImpl.html  |   4 +-
 .../api/orc-core/org/apache/orc/impl/OrcIndex.html |   4 +-
 site/api/orc-core/org/apache/orc/impl/OrcTail.html |   4 +-
 .../orc-core/org/apache/orc/impl/OutStream.html    |   4 +-
 .../orc/impl/ParserUtils.StringPosition.html       |   4 +-
 .../apache/orc/impl/ParserUtils.TypeFinder.html    |   4 +-
 .../apache/orc/impl/ParserUtils.TypeVisitor.html   |   4 +-
 .../orc-core/org/apache/orc/impl/ParserUtils.html  |   4 +-
 .../orc/impl/PhysicalFsWriter.VariantTracker.html  |   4 +-
 .../org/apache/orc/impl/PhysicalFsWriter.html      |   4 +-
 .../org/apache/orc/impl/PositionProvider.html      |   4 +-
 .../org/apache/orc/impl/PositionRecorder.html      |   4 +-
 .../apache/orc/impl/PositionedOutputStream.html    |   4 +-
 .../orc/impl/ReaderImpl.StripeInformationImpl.html |   4 +-
 .../orc-core/org/apache/orc/impl/ReaderImpl.html   |   4 +-
 .../RecordReaderImpl.PositionProviderImpl.html     |   4 +-
 .../orc/impl/RecordReaderImpl.SargApplier.html     |   4 +-
 .../RecordReaderImpl.ZeroPositionProvider.html     |   4 +-
 .../org/apache/orc/impl/RecordReaderImpl.html      |   4 +-
 .../RecordReaderUtils.ByteBufferAllocatorPool.html |   4 +-
 .../org/apache/orc/impl/RecordReaderUtils.html     |   4 +-
 .../org/apache/orc/impl/RunLengthByteReader.html   |   4 +-
 .../org/apache/orc/impl/RunLengthByteWriter.html   |   4 +-
 .../apache/orc/impl/RunLengthIntegerReader.html    |   4 +-
 .../apache/orc/impl/RunLengthIntegerReaderV2.html  |   4 +-
 .../apache/orc/impl/RunLengthIntegerWriter.html    |   4 +-
 .../RunLengthIntegerWriterV2.EncodingType.html     |   4 +-
 .../apache/orc/impl/RunLengthIntegerWriterV2.html  |   4 +-
 .../SchemaEvolution.IllegalEvolutionException.html |   4 +-
 .../org/apache/orc/impl/SchemaEvolution.html       |   4 +-
 .../orc/impl/SerializationUtils.FixedBitSizes.html |   4 +-
 .../org/apache/orc/impl/SerializationUtils.html    |   4 +-
 .../orc-core/org/apache/orc/impl/SnappyCodec.html  |   4 +-
 .../org/apache/orc/impl/StreamName.Area.html       |   4 +-
 .../orc-core/org/apache/orc/impl/StreamName.html   |   4 +-
 .../apache/orc/impl/StringHashTableDictionary.html |   4 +-
 .../org/apache/orc/impl/StringRedBlackTree.html    |   4 +-
 .../org/apache/orc/impl/StripeStatisticsImpl.html  |   4 +-
 .../impl/TreeReaderFactory.BinaryTreeReader.html   |   4 +-
 .../impl/TreeReaderFactory.BooleanTreeReader.html  |   4 +-
 .../orc/impl/TreeReaderFactory.ByteTreeReader.html |   4 +-
 .../TreeReaderFactory.BytesColumnVectorUtil.html   |   4 +-
 .../orc/impl/TreeReaderFactory.CharTreeReader.html |   4 +-
 .../apache/orc/impl/TreeReaderFactory.Context.html |   4 +-
 .../orc/impl/TreeReaderFactory.DateTreeReader.html |   4 +-
 .../TreeReaderFactory.Decimal64TreeReader.html     |   4 +-
 .../impl/TreeReaderFactory.DecimalTreeReader.html  |   4 +-
 .../impl/TreeReaderFactory.DoubleTreeReader.html   |   4 +-
 .../impl/TreeReaderFactory.FloatTreeReader.html    |   4 +-
 .../orc/impl/TreeReaderFactory.IntTreeReader.html  |   4 +-
 .../orc/impl/TreeReaderFactory.ListTreeReader.html |   4 +-
 .../orc/impl/TreeReaderFactory.LongTreeReader.html |   4 +-
 .../orc/impl/TreeReaderFactory.MapTreeReader.html  |   4 +-
 .../orc/impl/TreeReaderFactory.NullTreeReader.html |   4 +-
 .../orc/impl/TreeReaderFactory.ReaderContext.html  |   4 +-
 .../impl/TreeReaderFactory.ShortTreeReader.html    |   4 +-
 ...eeReaderFactory.StringDictionaryTreeReader.html |   4 +-
 .../TreeReaderFactory.StringDirectTreeReader.html  |   4 +-
 .../impl/TreeReaderFactory.StringTreeReader.html   |   4 +-
 .../impl/TreeReaderFactory.StructTreeReader.html   |   4 +-
 .../TreeReaderFactory.TimestampTreeReader.html     |   4 +-
 .../orc/impl/TreeReaderFactory.TreeReader.html     |   4 +-
 .../impl/TreeReaderFactory.UnionTreeReader.html    |   4 +-
 .../impl/TreeReaderFactory.VarcharTreeReader.html  |   4 +-
 .../org/apache/orc/impl/TreeReaderFactory.html     |   4 +-
 .../orc-core/org/apache/orc/impl/TypeUtils.html    |   4 +-
 .../orc-core/org/apache/orc/impl/Utf8Utils.html    |   4 +-
 .../org/apache/orc/impl/VisitorContextImpl.html    |   4 +-
 .../orc-core/org/apache/orc/impl/WriterImpl.html   |   4 +-
 .../org/apache/orc/impl/WriterInternal.html        |   4 +-
 .../orc-core/org/apache/orc/impl/ZlibCodec.html    |   4 +-
 .../org/apache/orc/impl/class-use/AcidStats.html   |   4 +-
 .../orc/impl/class-use/AircompressorCodec.html     |   4 +-
 .../apache/orc/impl/class-use/BitFieldReader.html  |   4 +-
 .../apache/orc/impl/class-use/BitFieldWriter.html  |   4 +-
 .../org/apache/orc/impl/class-use/BufferChunk.html |   4 +-
 .../apache/orc/impl/class-use/BufferChunkList.html |   4 +-
 .../ColumnStatisticsImpl.BinaryStatisticsImpl.html |   4 +-
 .../ColumnStatisticsImpl.StringStatisticsImpl.html |   4 +-
 .../orc/impl/class-use/ColumnStatisticsImpl.html   |   4 +-
 ...Factory.AnyIntegerFromAnyIntegerTreeReader.html |   4 +-
 ...derFactory.AnyIntegerFromDecimalTreeReader.html |   4 +-
 ...aderFactory.AnyIntegerFromDoubleTreeReader.html |   4 +-
 ...actory.AnyIntegerFromStringGroupTreeReader.html |   4 +-
 ...rFactory.AnyIntegerFromTimestampTreeReader.html |   4 +-
 ...ConvertTreeReaderFactory.ConvertTreeReader.html |   4 +-
 ...eaderFactory.DateFromStringGroupTreeReader.html |   4 +-
 ...eReaderFactory.DateFromTimestampTreeReader.html |   4 +-
 ...derFactory.DecimalFromAnyIntegerTreeReader.html |   4 +-
 ...ReaderFactory.DecimalFromDecimalTreeReader.html |   4 +-
 ...eReaderFactory.DecimalFromDoubleTreeReader.html |   4 +-
 ...erFactory.DecimalFromStringGroupTreeReader.html |   4 +-
 ...aderFactory.DecimalFromTimestampTreeReader.html |   4 +-
 ...aderFactory.DoubleFromAnyIntegerTreeReader.html |   4 +-
 ...eReaderFactory.DoubleFromDecimalTreeReader.html |   4 +-
 ...derFactory.DoubleFromStringGroupTreeReader.html |   4 +-
 ...eaderFactory.DoubleFromTimestampTreeReader.html |   4 +-
 ...reeReaderFactory.FloatFromDoubleTreeReader.html |   4 +-
 ...actory.StringGroupFromAnyIntegerTreeReader.html |   4 +-
 ...derFactory.StringGroupFromBinaryTreeReader.html |   4 +-
 ...erFactory.StringGroupFromBooleanTreeReader.html |   4 +-
 ...eaderFactory.StringGroupFromDateTreeReader.html |   4 +-
 ...erFactory.StringGroupFromDecimalTreeReader.html |   4 +-
 ...derFactory.StringGroupFromDoubleTreeReader.html |   4 +-
 ...ctory.StringGroupFromStringGroupTreeReader.html |   4 +-
 ...Factory.StringGroupFromTimestampTreeReader.html |   4 +-
 ...rFactory.TimestampFromAnyIntegerTreeReader.html |   4 +-
 ...eReaderFactory.TimestampFromDateTreeReader.html |   4 +-
 ...aderFactory.TimestampFromDecimalTreeReader.html |   4 +-
 ...eaderFactory.TimestampFromDoubleTreeReader.html |   4 +-
 ...Factory.TimestampFromStringGroupTreeReader.html |   4 +-
 .../impl/class-use/ConvertTreeReaderFactory.html   |   4 +-
 .../CryptoUtils.HadoopKeyProviderFactory.html      |   4 +-
 .../org/apache/orc/impl/class-use/CryptoUtils.html |   4 +-
 .../class-use/DataReaderProperties.Builder.html    |   4 +-
 .../orc/impl/class-use/DataReaderProperties.html   |   4 +-
 .../org/apache/orc/impl/class-use/DateUtils.html   |   4 +-
 .../apache/orc/impl/class-use/Dictionary.IMPL.html |   4 +-
 .../orc/impl/class-use/Dictionary.Visitor.html     |   4 +-
 .../impl/class-use/Dictionary.VisitorContext.html  |   4 +-
 .../org/apache/orc/impl/class-use/Dictionary.html  |   4 +-
 .../apache/orc/impl/class-use/DictionaryUtils.html |   4 +-
 .../impl/class-use/DirectDecompressionCodec.html   |   4 +-
 .../orc/impl/class-use/DynamicByteArray.html       |   4 +-
 .../apache/orc/impl/class-use/DynamicIntArray.html |   4 +-
 .../orc/impl/class-use/HadoopShimsFactory.html     |   4 +-
 .../org/apache/orc/impl/class-use/IOUtils.html     |   4 +-
 .../impl/class-use/InStream.CompressedStream.html  |   4 +-
 .../impl/class-use/InStream.EncryptedStream.html   |   4 +-
 .../orc/impl/class-use/InStream.StreamOptions.html |   4 +-
 .../class-use/InStream.UncompressedStream.html     |   4 +-
 .../org/apache/orc/impl/class-use/InStream.html    |   4 +-
 .../apache/orc/impl/class-use/IntegerReader.html   |   4 +-
 .../apache/orc/impl/class-use/IntegerWriter.html   |   4 +-
 .../orc/impl/class-use/MaskDescriptionImpl.html    |   4 +-
 .../apache/orc/impl/class-use/MemoryManager.html   |   4 +-
 .../orc/impl/class-use/MemoryManagerImpl.html      |   4 +-
 .../apache/orc/impl/class-use/OrcAcidUtils.html    |   4 +-
 .../apache/orc/impl/class-use/OrcCodecPool.html    |   4 +-
 .../orc/impl/class-use/OrcFilterContextImpl.html   |   4 +-
 .../org/apache/orc/impl/class-use/OrcIndex.html    |   4 +-
 .../org/apache/orc/impl/class-use/OrcTail.html     |   4 +-
 .../org/apache/orc/impl/class-use/OutStream.html   |   4 +-
 .../impl/class-use/ParserUtils.StringPosition.html |   4 +-
 .../orc/impl/class-use/ParserUtils.TypeFinder.html |   4 +-
 .../impl/class-use/ParserUtils.TypeVisitor.html    |   4 +-
 .../org/apache/orc/impl/class-use/ParserUtils.html |   4 +-
 .../class-use/PhysicalFsWriter.VariantTracker.html |   4 +-
 .../orc/impl/class-use/PhysicalFsWriter.html       |   4 +-
 .../orc/impl/class-use/PositionProvider.html       |   4 +-
 .../orc/impl/class-use/PositionRecorder.html       |   4 +-
 .../orc/impl/class-use/PositionedOutputStream.html |   4 +-
 .../ReaderImpl.StripeInformationImpl.html          |   4 +-
 .../org/apache/orc/impl/class-use/ReaderImpl.html  |   4 +-
 .../RecordReaderImpl.PositionProviderImpl.html     |   4 +-
 .../class-use/RecordReaderImpl.SargApplier.html    |   4 +-
 .../RecordReaderImpl.ZeroPositionProvider.html     |   4 +-
 .../orc/impl/class-use/RecordReaderImpl.html       |   4 +-
 .../RecordReaderUtils.ByteBufferAllocatorPool.html |   4 +-
 .../orc/impl/class-use/RecordReaderUtils.html      |   4 +-
 .../orc/impl/class-use/RunLengthByteReader.html    |   4 +-
 .../orc/impl/class-use/RunLengthByteWriter.html    |   4 +-
 .../orc/impl/class-use/RunLengthIntegerReader.html |   4 +-
 .../impl/class-use/RunLengthIntegerReaderV2.html   |   4 +-
 .../orc/impl/class-use/RunLengthIntegerWriter.html |   4 +-
 .../RunLengthIntegerWriterV2.EncodingType.html     |   4 +-
 .../impl/class-use/RunLengthIntegerWriterV2.html   |   4 +-
 .../SchemaEvolution.IllegalEvolutionException.html |   4 +-
 .../apache/orc/impl/class-use/SchemaEvolution.html |   4 +-
 .../SerializationUtils.FixedBitSizes.html          |   4 +-
 .../orc/impl/class-use/SerializationUtils.html     |   4 +-
 .../org/apache/orc/impl/class-use/SnappyCodec.html |   4 +-
 .../apache/orc/impl/class-use/StreamName.Area.html |   4 +-
 .../org/apache/orc/impl/class-use/StreamName.html  |   4 +-
 .../impl/class-use/StringHashTableDictionary.html  |   4 +-
 .../orc/impl/class-use/StringRedBlackTree.html     |   4 +-
 .../orc/impl/class-use/StripeStatisticsImpl.html   |   4 +-
 .../TreeReaderFactory.BinaryTreeReader.html        |   4 +-
 .../TreeReaderFactory.BooleanTreeReader.html       |   4 +-
 .../TreeReaderFactory.ByteTreeReader.html          |   4 +-
 .../TreeReaderFactory.BytesColumnVectorUtil.html   |   4 +-
 .../TreeReaderFactory.CharTreeReader.html          |   4 +-
 .../impl/class-use/TreeReaderFactory.Context.html  |   4 +-
 .../TreeReaderFactory.DateTreeReader.html          |   4 +-
 .../TreeReaderFactory.Decimal64TreeReader.html     |   4 +-
 .../TreeReaderFactory.DecimalTreeReader.html       |   4 +-
 .../TreeReaderFactory.DoubleTreeReader.html        |   4 +-
 .../TreeReaderFactory.FloatTreeReader.html         |   4 +-
 .../class-use/TreeReaderFactory.IntTreeReader.html |   4 +-
 .../TreeReaderFactory.ListTreeReader.html          |   4 +-
 .../TreeReaderFactory.LongTreeReader.html          |   4 +-
 .../class-use/TreeReaderFactory.MapTreeReader.html |   4 +-
 .../TreeReaderFactory.NullTreeReader.html          |   4 +-
 .../class-use/TreeReaderFactory.ReaderContext.html |   4 +-
 .../TreeReaderFactory.ShortTreeReader.html         |   4 +-
 ...eeReaderFactory.StringDictionaryTreeReader.html |   4 +-
 .../TreeReaderFactory.StringDirectTreeReader.html  |   4 +-
 .../TreeReaderFactory.StringTreeReader.html        |   4 +-
 .../TreeReaderFactory.StructTreeReader.html        |   4 +-
 .../TreeReaderFactory.TimestampTreeReader.html     |   4 +-
 .../class-use/TreeReaderFactory.TreeReader.html    |   4 +-
 .../TreeReaderFactory.UnionTreeReader.html         |   4 +-
 .../TreeReaderFactory.VarcharTreeReader.html       |   4 +-
 .../orc/impl/class-use/TreeReaderFactory.html      |   4 +-
 .../org/apache/orc/impl/class-use/TypeUtils.html   |   4 +-
 .../org/apache/orc/impl/class-use/Utf8Utils.html   |   4 +-
 .../orc/impl/class-use/VisitorContextImpl.html     |   4 +-
 .../org/apache/orc/impl/class-use/WriterImpl.html  |   4 +-
 .../apache/orc/impl/class-use/WriterInternal.html  |   4 +-
 .../org/apache/orc/impl/class-use/ZlibCodec.html   |   4 +-
 .../org/apache/orc/impl/filter/AndFilter.html      |   4 +-
 .../FilterFactory.UnSupportedSArgException.html    |   4 +-
 .../org/apache/orc/impl/filter/FilterFactory.html  |   4 +-
 .../apache/orc/impl/filter/IsNotNullFilter.html    |   4 +-
 .../org/apache/orc/impl/filter/IsNullFilter.html   |   4 +-
 .../org/apache/orc/impl/filter/LeafFilter.html     |   4 +-
 .../org/apache/orc/impl/filter/OrFilter.html       |   4 +-
 .../org/apache/orc/impl/filter/Selected.html       |   4 +-
 .../org/apache/orc/impl/filter/VectorFilter.html   |   4 +-
 .../orc/impl/filter/class-use/AndFilter.html       |   4 +-
 .../FilterFactory.UnSupportedSArgException.html    |   4 +-
 .../orc/impl/filter/class-use/FilterFactory.html   |   4 +-
 .../orc/impl/filter/class-use/IsNotNullFilter.html |   4 +-
 .../orc/impl/filter/class-use/IsNullFilter.html    |   4 +-
 .../orc/impl/filter/class-use/LeafFilter.html      |   4 +-
 .../apache/orc/impl/filter/class-use/OrFilter.html |   4 +-
 .../apache/orc/impl/filter/class-use/Selected.html |   4 +-
 .../orc/impl/filter/class-use/VectorFilter.html    |   4 +-
 .../orc/impl/filter/leaf/LeafFilterFactory.html    |   4 +-
 .../filter/leaf/class-use/LeafFilterFactory.html   |   4 +-
 .../apache/orc/impl/filter/leaf/package-frame.html |   2 +-
 .../orc/impl/filter/leaf/package-summary.html      |   4 +-
 .../apache/orc/impl/filter/leaf/package-tree.html  |   4 +-
 .../apache/orc/impl/filter/leaf/package-use.html   |   4 +-
 .../org/apache/orc/impl/filter/package-frame.html  |   2 +-
 .../apache/orc/impl/filter/package-summary.html    |   4 +-
 .../org/apache/orc/impl/filter/package-tree.html   |   4 +-
 .../org/apache/orc/impl/filter/package-use.html    |   4 +-
 .../org/apache/orc/impl/mask/DecimalIdentity.html  |   4 +-
 .../org/apache/orc/impl/mask/DoubleIdentity.html   |   4 +-
 .../org/apache/orc/impl/mask/ListIdentity.html     |   4 +-
 .../org/apache/orc/impl/mask/LongIdentity.html     |   4 +-
 .../org/apache/orc/impl/mask/MapIdentity.html      |   4 +-
 .../org/apache/orc/impl/mask/MaskFactory.html      |   4 +-
 .../org/apache/orc/impl/mask/MaskProvider.html     |   4 +-
 .../org/apache/orc/impl/mask/NullifyMask.html      |   4 +-
 .../apache/orc/impl/mask/RedactMaskFactory.html    |   4 +-
 .../apache/orc/impl/mask/SHA256MaskFactory.html    |   4 +-
 .../org/apache/orc/impl/mask/StructIdentity.html   |   4 +-
 .../org/apache/orc/impl/mask/UnionIdentity.html    |   4 +-
 .../orc/impl/mask/class-use/DecimalIdentity.html   |   4 +-
 .../orc/impl/mask/class-use/DoubleIdentity.html    |   4 +-
 .../orc/impl/mask/class-use/ListIdentity.html      |   4 +-
 .../orc/impl/mask/class-use/LongIdentity.html      |   4 +-
 .../orc/impl/mask/class-use/MapIdentity.html       |   4 +-
 .../orc/impl/mask/class-use/MaskFactory.html       |   4 +-
 .../orc/impl/mask/class-use/MaskProvider.html      |   4 +-
 .../orc/impl/mask/class-use/NullifyMask.html       |   4 +-
 .../orc/impl/mask/class-use/RedactMaskFactory.html |   4 +-
 .../orc/impl/mask/class-use/SHA256MaskFactory.html |   4 +-
 .../orc/impl/mask/class-use/StructIdentity.html    |   4 +-
 .../orc/impl/mask/class-use/UnionIdentity.html     |   4 +-
 .../org/apache/orc/impl/mask/package-frame.html    |   2 +-
 .../org/apache/orc/impl/mask/package-summary.html  |   4 +-
 .../org/apache/orc/impl/mask/package-tree.html     |   4 +-
 .../org/apache/orc/impl/mask/package-use.html      |   4 +-
 .../org/apache/orc/impl/package-frame.html         |   2 +-
 .../org/apache/orc/impl/package-summary.html       |   4 +-
 .../orc-core/org/apache/orc/impl/package-tree.html |   4 +-
 .../orc-core/org/apache/orc/impl/package-use.html  |   4 +-
 .../apache/orc/impl/reader/ReaderEncryption.html   |   4 +-
 .../orc/impl/reader/ReaderEncryptionKey.State.html |   4 +-
 .../orc/impl/reader/ReaderEncryptionKey.html       |   4 +-
 .../orc/impl/reader/ReaderEncryptionVariant.html   |   4 +-
 .../reader/StripePlanner.StreamInformation.html    |   4 +-
 .../org/apache/orc/impl/reader/StripePlanner.html  |   4 +-
 .../impl/reader/class-use/ReaderEncryption.html    |   4 +-
 .../class-use/ReaderEncryptionKey.State.html       |   4 +-
 .../impl/reader/class-use/ReaderEncryptionKey.html |   4 +-
 .../reader/class-use/ReaderEncryptionVariant.html  |   4 +-
 .../class-use/StripePlanner.StreamInformation.html |   4 +-
 .../orc/impl/reader/class-use/StripePlanner.html   |   4 +-
 .../org/apache/orc/impl/reader/package-frame.html  |   2 +-
 .../apache/orc/impl/reader/package-summary.html    |   4 +-
 .../org/apache/orc/impl/reader/package-tree.html   |   4 +-
 .../org/apache/orc/impl/reader/package-use.html    |   4 +-
 .../apache/orc/impl/reader/tree/BatchReader.html   |   4 +-
 .../orc/impl/reader/tree/PrimitiveBatchReader.html |   4 +-
 .../orc/impl/reader/tree/StructBatchReader.html    |   4 +-
 .../orc/impl/reader/tree/TypeReader.ReadPhase.html |   4 +-
 .../reader/tree/TypeReader.ReaderCategory.html     |   4 +-
 .../apache/orc/impl/reader/tree/TypeReader.html    |   4 +-
 .../impl/reader/tree/class-use/BatchReader.html    |   4 +-
 .../tree/class-use/PrimitiveBatchReader.html       |   4 +-
 .../reader/tree/class-use/StructBatchReader.html   |   4 +-
 .../tree/class-use/TypeReader.ReadPhase.html       |   4 +-
 .../tree/class-use/TypeReader.ReaderCategory.html  |   4 +-
 .../orc/impl/reader/tree/class-use/TypeReader.html |   4 +-
 .../apache/orc/impl/reader/tree/package-frame.html |   2 +-
 .../orc/impl/reader/tree/package-summary.html      |   4 +-
 .../apache/orc/impl/reader/tree/package-tree.html  |   4 +-
 .../apache/orc/impl/reader/tree/package-use.html   |   4 +-
 .../apache/orc/impl/writer/BinaryTreeWriter.html   |   4 +-
 .../apache/orc/impl/writer/BooleanTreeWriter.html  |   4 +-
 .../org/apache/orc/impl/writer/ByteTreeWriter.html |   4 +-
 .../org/apache/orc/impl/writer/CharTreeWriter.html |   4 +-
 .../org/apache/orc/impl/writer/DateTreeWriter.html |   4 +-
 .../orc/impl/writer/Decimal64TreeWriter.html       |   4 +-
 .../apache/orc/impl/writer/DecimalTreeWriter.html  |   4 +-
 .../apache/orc/impl/writer/DoubleTreeWriter.html   |   4 +-
 .../orc/impl/writer/EncryptionTreeWriter.html      |   4 +-
 .../apache/orc/impl/writer/FloatTreeWriter.html    |   4 +-
 .../apache/orc/impl/writer/IntegerTreeWriter.html  |   4 +-
 .../org/apache/orc/impl/writer/ListTreeWriter.html |   4 +-
 .../org/apache/orc/impl/writer/MapTreeWriter.html  |   4 +-
 .../org/apache/orc/impl/writer/StreamOptions.html  |   4 +-
 .../orc/impl/writer/StringBaseTreeWriter.html      |   4 +-
 .../apache/orc/impl/writer/StringTreeWriter.html   |   4 +-
 .../apache/orc/impl/writer/StructTreeWriter.html   |   4 +-
 .../orc/impl/writer/TimestampTreeWriter.html       |   4 +-
 .../apache/orc/impl/writer/TreeWriter.Factory.html |   4 +-
 .../org/apache/orc/impl/writer/TreeWriter.html     |   4 +-
 .../org/apache/orc/impl/writer/TreeWriterBase.html |   4 +-
 .../apache/orc/impl/writer/UnionTreeWriter.html    |   4 +-
 .../apache/orc/impl/writer/VarcharTreeWriter.html  |   4 +-
 .../org/apache/orc/impl/writer/WriterContext.html  |   4 +-
 .../orc/impl/writer/WriterEncryptionKey.html       |   4 +-
 .../orc/impl/writer/WriterEncryptionVariant.html   |   4 +-
 .../org/apache/orc/impl/writer/WriterImplV2.html   |   4 +-
 .../impl/writer/class-use/BinaryTreeWriter.html    |   4 +-
 .../impl/writer/class-use/BooleanTreeWriter.html   |   4 +-
 .../orc/impl/writer/class-use/ByteTreeWriter.html  |   4 +-
 .../orc/impl/writer/class-use/CharTreeWriter.html  |   4 +-
 .../orc/impl/writer/class-use/DateTreeWriter.html  |   4 +-
 .../impl/writer/class-use/Decimal64TreeWriter.html |   4 +-
 .../impl/writer/class-use/DecimalTreeWriter.html   |   4 +-
 .../impl/writer/class-use/DoubleTreeWriter.html    |   4 +-
 .../writer/class-use/EncryptionTreeWriter.html     |   4 +-
 .../orc/impl/writer/class-use/FloatTreeWriter.html |   4 +-
 .../impl/writer/class-use/IntegerTreeWriter.html   |   4 +-
 .../orc/impl/writer/class-use/ListTreeWriter.html  |   4 +-
 .../orc/impl/writer/class-use/MapTreeWriter.html   |   4 +-
 .../orc/impl/writer/class-use/StreamOptions.html   |   4 +-
 .../writer/class-use/StringBaseTreeWriter.html     |   4 +-
 .../impl/writer/class-use/StringTreeWriter.html    |   4 +-
 .../impl/writer/class-use/StructTreeWriter.html    |   4 +-
 .../impl/writer/class-use/TimestampTreeWriter.html |   4 +-
 .../impl/writer/class-use/TreeWriter.Factory.html  |   4 +-
 .../orc/impl/writer/class-use/TreeWriter.html      |   4 +-
 .../orc/impl/writer/class-use/TreeWriterBase.html  |   4 +-
 .../orc/impl/writer/class-use/UnionTreeWriter.html |   4 +-
 .../impl/writer/class-use/VarcharTreeWriter.html   |   4 +-
 .../orc/impl/writer/class-use/WriterContext.html   |   4 +-
 .../impl/writer/class-use/WriterEncryptionKey.html |   4 +-
 .../writer/class-use/WriterEncryptionVariant.html  |   4 +-
 .../orc/impl/writer/class-use/WriterImplV2.html    |   4 +-
 .../org/apache/orc/impl/writer/package-frame.html  |   2 +-
 .../apache/orc/impl/writer/package-summary.html    |   4 +-
 .../org/apache/orc/impl/writer/package-tree.html   |   4 +-
 .../org/apache/orc/impl/writer/package-use.html    |   4 +-
 .../api/orc-core/org/apache/orc/package-frame.html |   2 +-
 .../orc-core/org/apache/orc/package-summary.html   |   4 +-
 site/api/orc-core/org/apache/orc/package-tree.html |  24 ++--
 site/api/orc-core/org/apache/orc/package-use.html  |   4 +-
 .../org/apache/orc/util/BloomFilter.BitSet.html    |   4 +-
 .../orc-core/org/apache/orc/util/BloomFilter.html  |   4 +-
 .../apache/orc/util/BloomFilterIO.Encoding.html    |   4 +-
 .../org/apache/orc/util/BloomFilterIO.html         |   4 +-
 .../org/apache/orc/util/BloomFilterUtf8.html       |   4 +-
 .../org/apache/orc/util/CuckooSetBytes.html        |   4 +-
 site/api/orc-core/org/apache/orc/util/Murmur3.html |   4 +-
 .../apache/orc/util/StreamWrapperFileSystem.html   |   4 +-
 .../orc/util/class-use/BloomFilter.BitSet.html     |   4 +-
 .../org/apache/orc/util/class-use/BloomFilter.html |   4 +-
 .../orc/util/class-use/BloomFilterIO.Encoding.html |   4 +-
 .../apache/orc/util/class-use/BloomFilterIO.html   |   4 +-
 .../apache/orc/util/class-use/BloomFilterUtf8.html |   4 +-
 .../apache/orc/util/class-use/CuckooSetBytes.html  |   4 +-
 .../org/apache/orc/util/class-use/Murmur3.html     |   4 +-
 .../util/class-use/StreamWrapperFileSystem.html    |   4 +-
 .../org/apache/orc/util/package-frame.html         |   2 +-
 .../org/apache/orc/util/package-summary.html       |   4 +-
 .../orc-core/org/apache/orc/util/package-tree.html |   4 +-
 .../orc-core/org/apache/orc/util/package-use.html  |   4 +-
 .../threeten/extra/chrono/HybridChronology.html    |   4 +-
 .../org/threeten/extra/chrono/HybridDate.html      |   4 +-
 .../extra/chrono/class-use/HybridChronology.html   |   4 +-
 .../extra/chrono/class-use/HybridDate.html         |   4 +-
 .../org/threeten/extra/chrono/package-frame.html   |   2 +-
 .../org/threeten/extra/chrono/package-summary.html |   4 +-
 .../org/threeten/extra/chrono/package-tree.html    |   4 +-
 .../org/threeten/extra/chrono/package-use.html     |   4 +-
 site/api/orc-core/overview-frame.html              |   2 +-
 site/api/orc-core/overview-summary.html            |   6 +-
 site/api/orc-core/overview-tree.html               |   4 +-
 site/api/orc-core/serialized-form.html             |   4 +-
 site/api/orc-mapreduce/allclasses-frame.html       |   2 +-
 site/api/orc-mapreduce/allclasses-noframe.html     |   2 +-
 site/api/orc-mapreduce/constant-values.html        |   4 +-
 site/api/orc-mapreduce/deprecated-list.html        |   4 +-
 site/api/orc-mapreduce/help-doc.html               |   4 +-
 site/api/orc-mapreduce/index-all.html              |   4 +-
 site/api/orc-mapreduce/index.html                  |   2 +-
 .../org/apache/orc/mapred/OrcInputFormat.html      |   4 +-
 .../org/apache/orc/mapred/OrcKey.html              |   4 +-
 .../org/apache/orc/mapred/OrcList.html             |   4 +-
 .../org/apache/orc/mapred/OrcMap.html              |   4 +-
 .../apache/orc/mapred/OrcMapredRecordReader.html   |   4 +-
 .../apache/orc/mapred/OrcMapredRecordWriter.html   |   4 +-
 .../org/apache/orc/mapred/OrcOutputFormat.html     |   4 +-
 .../org/apache/orc/mapred/OrcStruct.html           |   4 +-
 .../org/apache/orc/mapred/OrcTimestamp.html        |   4 +-
 .../org/apache/orc/mapred/OrcUnion.html            |   4 +-
 .../org/apache/orc/mapred/OrcValue.html            |   4 +-
 .../orc/mapred/class-use/OrcInputFormat.html       |   4 +-
 .../org/apache/orc/mapred/class-use/OrcKey.html    |   4 +-
 .../org/apache/orc/mapred/class-use/OrcList.html   |   4 +-
 .../org/apache/orc/mapred/class-use/OrcMap.html    |   4 +-
 .../mapred/class-use/OrcMapredRecordReader.html    |   4 +-
 .../mapred/class-use/OrcMapredRecordWriter.html    |   4 +-
 .../orc/mapred/class-use/OrcOutputFormat.html      |   4 +-
 .../org/apache/orc/mapred/class-use/OrcStruct.html |   4 +-
 .../apache/orc/mapred/class-use/OrcTimestamp.html  |   4 +-
 .../org/apache/orc/mapred/class-use/OrcUnion.html  |   4 +-
 .../org/apache/orc/mapred/class-use/OrcValue.html  |   4 +-
 .../org/apache/orc/mapred/package-frame.html       |   2 +-
 .../org/apache/orc/mapred/package-summary.html     |   4 +-
 .../org/apache/orc/mapred/package-tree.html        |   4 +-
 .../org/apache/orc/mapred/package-use.html         |   4 +-
 .../org/apache/orc/mapreduce/OrcInputFormat.html   |   4 +-
 .../orc/mapreduce/OrcMapreduceRecordReader.html    |   4 +-
 .../orc/mapreduce/OrcMapreduceRecordWriter.html    |   4 +-
 .../org/apache/orc/mapreduce/OrcOutputFormat.html  |   4 +-
 .../orc/mapreduce/class-use/OrcInputFormat.html    |   4 +-
 .../class-use/OrcMapreduceRecordReader.html        |   4 +-
 .../class-use/OrcMapreduceRecordWriter.html        |   4 +-
 .../orc/mapreduce/class-use/OrcOutputFormat.html   |   4 +-
 .../org/apache/orc/mapreduce/package-frame.html    |   2 +-
 .../org/apache/orc/mapreduce/package-summary.html  |   4 +-
 .../org/apache/orc/mapreduce/package-tree.html     |   4 +-
 .../org/apache/orc/mapreduce/package-use.html      |   4 +-
 site/api/orc-mapreduce/overview-frame.html         |   2 +-
 site/api/orc-mapreduce/overview-summary.html       |   6 +-
 site/api/orc-mapreduce/overview-tree.html          |   4 +-
 site/api/orc-mapreduce/serialized-form.html        |   4 +-
 site/api/orc-shims/allclasses-frame.html           |   2 +-
 site/api/orc-shims/allclasses-noframe.html         |   2 +-
 site/api/orc-shims/constant-values.html            |   4 +-
 site/api/orc-shims/deprecated-list.html            |   4 +-
 site/api/orc-shims/help-doc.html                   |   4 +-
 site/api/orc-shims/index-all.html                  |   4 +-
 site/api/orc-shims/index.html                      |   2 +-
 .../org/apache/orc/EncryptionAlgorithm.html        |   4 +-
 .../apache/orc/class-use/EncryptionAlgorithm.html  |   4 +-
 .../orc/impl/HadoopShims.ByteBufferPoolShim.html   |   4 +-
 .../impl/HadoopShims.DirectCompressionType.html    |   4 +-
 .../orc/impl/HadoopShims.DirectDecompressor.html   |   4 +-
 .../apache/orc/impl/HadoopShims.KeyMetadata.html   |   4 +-
 .../orc/impl/HadoopShims.KeyProviderKind.html      |   4 +-
 .../orc/impl/HadoopShims.ZeroCopyReaderShim.html   |   4 +-
 .../orc-shims/org/apache/orc/impl/HadoopShims.html |   4 +-
 .../org/apache/orc/impl/HadoopShimsCurrent.html    |   4 +-
 .../org/apache/orc/impl/HadoopShimsPre2_3.html     |   4 +-
 .../org/apache/orc/impl/HadoopShimsPre2_6.html     |   4 +-
 .../org/apache/orc/impl/HadoopShimsPre2_7.html     |   4 +-
 .../org/apache/orc/impl/KeyProvider.Factory.html   |   4 +-
 .../orc-shims/org/apache/orc/impl/KeyProvider.html |   4 +-
 .../orc-shims/org/apache/orc/impl/LocalKey.html    |   4 +-
 .../class-use/HadoopShims.ByteBufferPoolShim.html  |   4 +-
 .../HadoopShims.DirectCompressionType.html         |   4 +-
 .../class-use/HadoopShims.DirectDecompressor.html  |   4 +-
 .../impl/class-use/HadoopShims.KeyMetadata.html    |   4 +-
 .../class-use/HadoopShims.KeyProviderKind.html     |   4 +-
 .../class-use/HadoopShims.ZeroCopyReaderShim.html  |   4 +-
 .../org/apache/orc/impl/class-use/HadoopShims.html |   4 +-
 .../orc/impl/class-use/HadoopShimsCurrent.html     |   4 +-
 .../orc/impl/class-use/HadoopShimsPre2_3.html      |   4 +-
 .../orc/impl/class-use/HadoopShimsPre2_6.html      |   4 +-
 .../orc/impl/class-use/HadoopShimsPre2_7.html      |   4 +-
 .../orc/impl/class-use/KeyProvider.Factory.html    |   4 +-
 .../org/apache/orc/impl/class-use/KeyProvider.html |   4 +-
 .../org/apache/orc/impl/class-use/LocalKey.html    |   4 +-
 .../org/apache/orc/impl/package-frame.html         |   2 +-
 .../org/apache/orc/impl/package-summary.html       |   4 +-
 .../org/apache/orc/impl/package-tree.html          |   4 +-
 .../orc-shims/org/apache/orc/impl/package-use.html |   4 +-
 .../orc-shims/org/apache/orc/package-frame.html    |   2 +-
 .../orc-shims/org/apache/orc/package-summary.html  |   4 +-
 .../api/orc-shims/org/apache/orc/package-tree.html |   4 +-
 site/api/orc-shims/org/apache/orc/package-use.html |   4 +-
 site/api/orc-shims/overview-frame.html             |   2 +-
 site/api/orc-shims/overview-summary.html           |   6 +-
 site/api/orc-shims/overview-tree.html              |   4 +-
 site/api/orc-tools/allclasses-frame.html           |   2 +-
 site/api/orc-tools/allclasses-noframe.html         |   2 +-
 site/api/orc-tools/constant-values.html            |   4 +-
 site/api/orc-tools/deprecated-list.html            |   4 +-
 site/api/orc-tools/help-doc.html                   |   4 +-
 site/api/orc-tools/index-all.html                  |   4 +-
 site/api/orc-tools/index.html                      |   2 +-
 .../org/apache/orc/tools/ColumnSizes.html          |   4 +-
 .../api/orc-tools/org/apache/orc/tools/Driver.html |   4 +-
 .../orc-tools/org/apache/orc/tools/FileDump.html   |   4 +-
 .../org/apache/orc/tools/JsonFileDump.html         |   4 +-
 .../orc-tools/org/apache/orc/tools/KeyTool.html    |   4 +-
 .../orc-tools/org/apache/orc/tools/PrintData.html  |   4 +-
 .../org/apache/orc/tools/PrintVersion.html         |   4 +-
 .../orc-tools/org/apache/orc/tools/RowCount.html   |   4 +-
 .../orc-tools/org/apache/orc/tools/ScanData.html   |   4 +-
 .../apache/orc/tools/class-use/ColumnSizes.html    |   4 +-
 .../org/apache/orc/tools/class-use/Driver.html     |   4 +-
 .../org/apache/orc/tools/class-use/FileDump.html   |   4 +-
 .../apache/orc/tools/class-use/JsonFileDump.html   |   4 +-
 .../org/apache/orc/tools/class-use/KeyTool.html    |   4 +-
 .../org/apache/orc/tools/class-use/PrintData.html  |   4 +-
 .../apache/orc/tools/class-use/PrintVersion.html   |   4 +-
 .../org/apache/orc/tools/class-use/RowCount.html   |   4 +-
 .../org/apache/orc/tools/class-use/ScanData.html   |   4 +-
 .../org/apache/orc/tools/convert/ConvertTool.html  |   4 +-
 .../org/apache/orc/tools/convert/CsvReader.html    |   4 +-
 .../org/apache/orc/tools/convert/JsonReader.html   |   4 +-
 .../orc/tools/convert/class-use/ConvertTool.html   |   4 +-
 .../orc/tools/convert/class-use/CsvReader.html     |   4 +-
 .../orc/tools/convert/class-use/JsonReader.html    |   4 +-
 .../apache/orc/tools/convert/package-frame.html    |   2 +-
 .../apache/orc/tools/convert/package-summary.html  |   4 +-
 .../org/apache/orc/tools/convert/package-tree.html |   4 +-
 .../org/apache/orc/tools/convert/package-use.html  |   4 +-
 .../apache/orc/tools/json/JsonSchemaFinder.html    |   4 +-
 .../org/apache/orc/tools/json/JsonShredder.html    |   4 +-
 .../org/apache/orc/tools/json/MapType.html         |   4 +-
 .../orc/tools/json/class-use/JsonSchemaFinder.html |   4 +-
 .../orc/tools/json/class-use/JsonShredder.html     |   4 +-
 .../apache/orc/tools/json/class-use/MapType.html   |   4 +-
 .../org/apache/orc/tools/json/package-frame.html   |   2 +-
 .../org/apache/orc/tools/json/package-summary.html |   4 +-
 .../org/apache/orc/tools/json/package-tree.html    |   4 +-
 .../org/apache/orc/tools/json/package-use.html     |   4 +-
 .../org/apache/orc/tools/package-frame.html        |   2 +-
 .../org/apache/orc/tools/package-summary.html      |   4 +-
 .../org/apache/orc/tools/package-tree.html         |   4 +-
 .../org/apache/orc/tools/package-use.html          |   4 +-
 site/api/orc-tools/overview-frame.html             |   2 +-
 site/api/orc-tools/overview-summary.html           |   6 +-
 site/api/orc-tools/overview-tree.html              |   4 +-
 768 files changed, 1750 insertions(+), 1635 deletions(-)

diff --git a/site/api/apidocs/allclasses-frame.html b/site/api/apidocs/allclasses-frame.html
index 7049ff8e6..55107d514 100644
--- a/site/api/apidocs/allclasses-frame.html
+++ b/site/api/apidocs/allclasses-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (ORC Examples 1.8.4 API)</title>
+<title>All Classes (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/site/api/apidocs/allclasses-noframe.html b/site/api/apidocs/allclasses-noframe.html
index 99bc56d66..b8fbeea6a 100644
--- a/site/api/apidocs/allclasses-noframe.html
+++ b/site/api/apidocs/allclasses-noframe.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (ORC Examples 1.8.4 API)</title>
+<title>All Classes (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/site/api/apidocs/constant-values.html b/site/api/apidocs/constant-values.html
index 02cd69228..3a20d035e 100644
--- a/site/api/apidocs/constant-values.html
+++ b/site/api/apidocs/constant-values.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (ORC Examples 1.8.4 API)</title>
+<title>Constant Field Values (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (ORC Examples 1.8.4 API)";
+            parent.document.title="Constant Field Values (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/deprecated-list.html b/site/api/apidocs/deprecated-list.html
index 40fd5e503..ec188d424 100644
--- a/site/api/apidocs/deprecated-list.html
+++ b/site/api/apidocs/deprecated-list.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (ORC Examples 1.8.4 API)</title>
+<title>Deprecated List (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (ORC Examples 1.8.4 API)";
+            parent.document.title="Deprecated List (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/help-doc.html b/site/api/apidocs/help-doc.html
index 566517273..84f1f41d1 100644
--- a/site/api/apidocs/help-doc.html
+++ b/site/api/apidocs/help-doc.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (ORC Examples 1.8.4 API)</title>
+<title>API Help (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (ORC Examples 1.8.4 API)";
+            parent.document.title="API Help (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/index-all.html b/site/api/apidocs/index-all.html
index fad5bbbc3..5d3943ddc 100644
--- a/site/api/apidocs/index-all.html
+++ b/site/api/apidocs/index-all.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (ORC Examples 1.8.4 API)</title>
+<title>Index (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (ORC Examples 1.8.4 API)";
+            parent.document.title="Index (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/index.html b/site/api/apidocs/index.html
index e7656244f..da1e0718a 100644
--- a/site/api/apidocs/index.html
+++ b/site/api/apidocs/index.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ORC Examples 1.8.4 API</title>
+<title>ORC Examples 1.9.0 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")
diff --git a/site/api/apidocs/org/apache/orc/examples/AdvancedReader.html b/site/api/apidocs/org/apache/orc/examples/AdvancedReader.html
index 77ef6de14..151e02297 100644
--- a/site/api/apidocs/org/apache/orc/examples/AdvancedReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/AdvancedReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AdvancedReader (ORC Examples 1.8.4 API)</title>
+<title>AdvancedReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AdvancedReader (ORC Examples 1.8.4 API)";
+            parent.document.title="AdvancedReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/AdvancedWriter.html b/site/api/apidocs/org/apache/orc/examples/AdvancedWriter.html
index a5a022e4f..e43d1e8c5 100644
--- a/site/api/apidocs/org/apache/orc/examples/AdvancedWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/AdvancedWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AdvancedWriter (ORC Examples 1.8.4 API)</title>
+<title>AdvancedWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AdvancedWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="AdvancedWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/CompressionWriter.html b/site/api/apidocs/org/apache/orc/examples/CompressionWriter.html
index cbc813be2..476f61adc 100644
--- a/site/api/apidocs/org/apache/orc/examples/CompressionWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/CompressionWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionWriter (ORC Examples 1.8.4 API)</title>
+<title>CompressionWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="CompressionWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/CoreReader.html b/site/api/apidocs/org/apache/orc/examples/CoreReader.html
index 0f3142e10..8b145a783 100644
--- a/site/api/apidocs/org/apache/orc/examples/CoreReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/CoreReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CoreReader (ORC Examples 1.8.4 API)</title>
+<title>CoreReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CoreReader (ORC Examples 1.8.4 API)";
+            parent.document.title="CoreReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/CoreWriter.html b/site/api/apidocs/org/apache/orc/examples/CoreWriter.html
index 6646eb5d9..b1f667fdf 100644
--- a/site/api/apidocs/org/apache/orc/examples/CoreWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/CoreWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CoreWriter (ORC Examples 1.8.4 API)</title>
+<title>CoreWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CoreWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="CoreWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/Driver.html b/site/api/apidocs/org/apache/orc/examples/Driver.html
index d974c834f..8c0b40ccc 100644
--- a/site/api/apidocs/org/apache/orc/examples/Driver.html
+++ b/site/api/apidocs/org/apache/orc/examples/Driver.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Driver (ORC Examples 1.8.4 API)</title>
+<title>Driver (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Driver (ORC Examples 1.8.4 API)";
+            parent.document.title="Driver (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionReader.html b/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionReader.html
index bdb00f006..2777f7b4f 100644
--- a/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InMemoryEncryptionReader (ORC Examples 1.8.4 API)</title>
+<title>InMemoryEncryptionReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InMemoryEncryptionReader (ORC Examples 1.8.4 API)";
+            parent.document.title="InMemoryEncryptionReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionWriter.html b/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionWriter.html
index 42bbd6932..cbaf54edd 100644
--- a/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/InMemoryEncryptionWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InMemoryEncryptionWriter (ORC Examples 1.8.4 API)</title>
+<title>InMemoryEncryptionWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InMemoryEncryptionWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="InMemoryEncryptionWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedReader.html b/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedReader.html
index 29d413e1a..80696b363 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.AdvancedReader (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.AdvancedReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.AdvancedReader (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.AdvancedReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedWriter.html b/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedWriter.html
index eadd5b2a9..72dfbe10b 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/AdvancedWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.AdvancedWriter (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.AdvancedWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.AdvancedWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.AdvancedWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/CompressionWriter.html b/site/api/apidocs/org/apache/orc/examples/class-use/CompressionWriter.html
index bba4a9649..0840345f3 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/CompressionWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/CompressionWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.CompressionWriter (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.CompressionWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.CompressionWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.CompressionWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/CoreReader.html b/site/api/apidocs/org/apache/orc/examples/class-use/CoreReader.html
index 664837d58..7268a9983 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/CoreReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/CoreReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.CoreReader (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.CoreReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.CoreReader (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.CoreReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/CoreWriter.html b/site/api/apidocs/org/apache/orc/examples/class-use/CoreWriter.html
index eab18accc..2cf6756da 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/CoreWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/CoreWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.CoreWriter (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.CoreWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.CoreWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.CoreWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/Driver.html b/site/api/apidocs/org/apache/orc/examples/class-use/Driver.html
index 3dcf46026..36d24452c 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/Driver.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/Driver.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.Driver (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.Driver (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.Driver (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.Driver (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionReader.html b/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionReader.html
index fd5fc8351..f6b4ec939 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionReader.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.InMemoryEncryptionReader (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.InMemoryEncryptionReader (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.InMemoryEncryptionReader (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.InMemoryEncryptionReader (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionWriter.html b/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionWriter.html
index dcdf31a72..a76da13f8 100644
--- a/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionWriter.html
+++ b/site/api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.examples.InMemoryEncryptionWriter (ORC Examples 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.examples.InMemoryEncryptionWriter (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.examples.InMemoryEncryptionWriter (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.examples.InMemoryEncryptionWriter (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/package-frame.html b/site/api/apidocs/org/apache/orc/examples/package-frame.html
index 44d9812fd..7b4e521e4 100644
--- a/site/api/apidocs/org/apache/orc/examples/package-frame.html
+++ b/site/api/apidocs/org/apache/orc/examples/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.examples (ORC Examples 1.8.4 API)</title>
+<title>org.apache.orc.examples (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/site/api/apidocs/org/apache/orc/examples/package-summary.html b/site/api/apidocs/org/apache/orc/examples/package-summary.html
index 3fb41c9dd..958b8abba 100644
--- a/site/api/apidocs/org/apache/orc/examples/package-summary.html
+++ b/site/api/apidocs/org/apache/orc/examples/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.examples (ORC Examples 1.8.4 API)</title>
+<title>org.apache.orc.examples (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.orc.examples (ORC Examples 1.8.4 API)";
+            parent.document.title="org.apache.orc.examples (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/package-tree.html b/site/api/apidocs/org/apache/orc/examples/package-tree.html
index bd6b356cc..ade7fcd05 100644
--- a/site/api/apidocs/org/apache/orc/examples/package-tree.html
+++ b/site/api/apidocs/org/apache/orc/examples/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.examples Class Hierarchy (ORC Examples 1.8.4 API)</title>
+<title>org.apache.orc.examples Class Hierarchy (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.orc.examples Class Hierarchy (ORC Examples 1.8.4 API)";
+            parent.document.title="org.apache.orc.examples Class Hierarchy (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/org/apache/orc/examples/package-use.html b/site/api/apidocs/org/apache/orc/examples/package-use.html
index eb2b22860..9de884dae 100644
--- a/site/api/apidocs/org/apache/orc/examples/package-use.html
+++ b/site/api/apidocs/org/apache/orc/examples/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.orc.examples (ORC Examples 1.8.4 API)</title>
+<title>Uses of Package org.apache.orc.examples (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.orc.examples (ORC Examples 1.8.4 API)";
+            parent.document.title="Uses of Package org.apache.orc.examples (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/apidocs/overview-tree.html b/site/api/apidocs/overview-tree.html
index 22a53dbd8..95fdbab22 100644
--- a/site/api/apidocs/overview-tree.html
+++ b/site/api/apidocs/overview-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (ORC Examples 1.8.4 API)</title>
+<title>Class Hierarchy (ORC Examples 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (ORC Examples 1.8.4 API)";
+            parent.document.title="Class Hierarchy (ORC Examples 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/allclasses-frame.html b/site/api/orc-core/allclasses-frame.html
index f4e9792ab..f2efef770 100644
--- a/site/api/orc-core/allclasses-frame.html
+++ b/site/api/orc-core/allclasses-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (ORC Core 1.8.4 API)</title>
+<title>All Classes (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/site/api/orc-core/allclasses-noframe.html b/site/api/orc-core/allclasses-noframe.html
index 3b9b57e96..03bbac595 100644
--- a/site/api/orc-core/allclasses-noframe.html
+++ b/site/api/orc-core/allclasses-noframe.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (ORC Core 1.8.4 API)</title>
+<title>All Classes (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/site/api/orc-core/constant-values.html b/site/api/orc-core/constant-values.html
index 3c653fd27..1a9d52eca 100644
--- a/site/api/orc-core/constant-values.html
+++ b/site/api/orc-core/constant-values.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (ORC Core 1.8.4 API)</title>
+<title>Constant Field Values (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (ORC Core 1.8.4 API)";
+            parent.document.title="Constant Field Values (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/deprecated-list.html b/site/api/orc-core/deprecated-list.html
index 61eb0888a..332266953 100644
--- a/site/api/orc-core/deprecated-list.html
+++ b/site/api/orc-core/deprecated-list.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (ORC Core 1.8.4 API)</title>
+<title>Deprecated List (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (ORC Core 1.8.4 API)";
+            parent.document.title="Deprecated List (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/help-doc.html b/site/api/orc-core/help-doc.html
index 75a67f06b..843403758 100644
--- a/site/api/orc-core/help-doc.html
+++ b/site/api/orc-core/help-doc.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (ORC Core 1.8.4 API)</title>
+<title>API Help (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (ORC Core 1.8.4 API)";
+            parent.document.title="API Help (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/index-all.html b/site/api/orc-core/index-all.html
index 16fa93b83..0807521d0 100644
--- a/site/api/orc-core/index-all.html
+++ b/site/api/orc-core/index-all.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (ORC Core 1.8.4 API)</title>
+<title>Index (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (ORC Core 1.8.4 API)";
+            parent.document.title="Index (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
@@ -456,6 +456,10 @@
 <dd>
 <div class="block">Should be building the row index.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/orc/OrcFile.WriterOptions.html#buildIndex-boolean-">buildIndex(boolean)</a></span> - Method in class org.apache.orc.<a href="org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></dt>
+<dd>
+<div class="block">Sets whether build the index.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/mask/MaskFactory.html#buildLongMask-org.apache.orc.TypeDescription-">buildLongMask(TypeDescription)</a></span> - Method in class org.apache.orc.impl.mask.<a href="org/apache/orc/impl/mask/MaskFactory.html" title="class in org.apache.orc.impl.mask">MaskFactory</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/mask/RedactMaskFactory.html#buildLongMask-org.apache.orc.TypeDescription-">buildLongMask(TypeDescription)</a></span> - Method in class org.apache.orc.impl.mask.<a href="org/apache/orc/impl/mask/RedactMaskFactory.html" title="class in org.apache.orc.impl.mask">RedactMaskFactory</a></dt>
@@ -2869,6 +2873,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/writer/WriterEncryptionVariant.html#getRoot--">getRoot()</a></span> - Method in class org.apache.orc.impl.writer.<a href="org/apache/orc/impl/writer/WriterEncryptionVariant.html" title="class in org.apache.orc.impl.writer">WriterEncryptionVariant</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/orc/Reader.Options.html#getRowBatchSize--">getRowBatchSize()</a></span> - Method in class org.apache.orc.<a href="org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/OrcIndex.html#getRowGroupIndex--">getRowGroupIndex()</a></span> - Method in class org.apache.orc.impl.<a href="org/apache/orc/impl/OrcIndex.html" title="class in org.apache.orc.impl">OrcIndex</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/writer/TreeWriterBase.html#getRowIndex--">getRowIndex()</a></span> - Method in class org.apache.orc.impl.writer.<a href="org/apache/orc/impl/writer/TreeWriterBase.html" title="class in org.apache.orc.impl.writer">TreeWriterBase</a></dt>
@@ -4318,6 +4324,10 @@
 <div class="block">Place the streams in the appropriate area while updating the sizes
  with the number of bytes in the area.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/orc/Reader.Options.html#pluginAllowListFilters--">pluginAllowListFilters()</a></span> - Method in class org.apache.orc.<a href="org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/orc/Reader.Options.html#pluginAllowListFilters-java.lang.String...-">pluginAllowListFilters(String...)</a></span> - Method in class org.apache.orc.<a href="org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/orc/filter/PluginFilterService.html" title="interface in org.apache.orc.filter"><span class="typeNameLink">PluginFilterService</span></a> - Interface in <a href="org/apache/orc/filter/package-summary.html">org.apache.orc.filter</a></dt>
 <dd>
 <div class="block">Service to determine Plugin filters to be used during read.</div>
@@ -4649,6 +4659,8 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/reader/tree/BatchReader.html#rootType">rootType</a></span> - Variable in class org.apache.orc.impl.reader.tree.<a href="org/apache/orc/impl/reader/tree/BatchReader.html" title="class in org.apache.orc.impl.reader.tree">BatchReader</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/orc/Reader.Options.html#rowBatchSize-int-">rowBatchSize(int)</a></span> - Method in class org.apache.orc.<a href="org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/writer/TreeWriterBase.html#rowIndexPosition">rowIndexPosition</a></span> - Variable in class org.apache.orc.impl.writer.<a href="org/apache/orc/impl/writer/TreeWriterBase.html" title="class in org.apache.orc.impl.writer">TreeWriterBase</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/orc/impl/ReaderImpl.html#rowIndexStride">rowIndexStride</a></span> - Variable in class org.apache.orc.impl.<a href="org/apache/orc/impl/ReaderImpl.html" title="class in org.apache.orc.impl">ReaderImpl</a></dt>
diff --git a/site/api/orc-core/index.html b/site/api/orc-core/index.html
index cea5b3436..0986fae2c 100644
--- a/site/api/orc-core/index.html
+++ b/site/api/orc-core/index.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ORC Core 1.8.4 API</title>
+<title>ORC Core 1.9.0 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")
diff --git a/site/api/orc-core/org/apache/orc/BinaryColumnStatistics.html b/site/api/orc-core/org/apache/orc/BinaryColumnStatistics.html
index 0cf85a2c7..e70516cc7 100644
--- a/site/api/orc-core/org/apache/orc/BinaryColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/BinaryColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BinaryColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>BinaryColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BinaryColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="BinaryColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/BooleanColumnStatistics.html b/site/api/orc-core/org/apache/orc/BooleanColumnStatistics.html
index 00f9b903b..828c56daf 100644
--- a/site/api/orc-core/org/apache/orc/BooleanColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/BooleanColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BooleanColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>BooleanColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BooleanColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="BooleanColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CollectionColumnStatistics.html b/site/api/orc-core/org/apache/orc/CollectionColumnStatistics.html
index defcf1d28..004d28808 100644
--- a/site/api/orc-core/org/apache/orc/CollectionColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/CollectionColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CollectionColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>CollectionColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CollectionColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="CollectionColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/ColumnStatistics.html b/site/api/orc-core/org/apache/orc/ColumnStatistics.html
index 6df91dda1..6341c687b 100644
--- a/site/api/orc-core/org/apache/orc/ColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/ColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>ColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="ColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CompressionCodec.DataKind.html b/site/api/orc-core/org/apache/orc/CompressionCodec.DataKind.html
index d4770423c..9572e44d7 100644
--- a/site/api/orc-core/org/apache/orc/CompressionCodec.DataKind.html
+++ b/site/api/orc-core/org/apache/orc/CompressionCodec.DataKind.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionCodec.DataKind (ORC Core 1.8.4 API)</title>
+<title>CompressionCodec.DataKind (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionCodec.DataKind (ORC Core 1.8.4 API)";
+            parent.document.title="CompressionCodec.DataKind (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CompressionCodec.Options.html b/site/api/orc-core/org/apache/orc/CompressionCodec.Options.html
index 47e78c4e6..68f419888 100644
--- a/site/api/orc-core/org/apache/orc/CompressionCodec.Options.html
+++ b/site/api/orc-core/org/apache/orc/CompressionCodec.Options.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionCodec.Options (ORC Core 1.8.4 API)</title>
+<title>CompressionCodec.Options (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionCodec.Options (ORC Core 1.8.4 API)";
+            parent.document.title="CompressionCodec.Options (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CompressionCodec.SpeedModifier.html b/site/api/orc-core/org/apache/orc/CompressionCodec.SpeedModifier.html
index ad5cc7d0d..64346a8db 100644
--- a/site/api/orc-core/org/apache/orc/CompressionCodec.SpeedModifier.html
+++ b/site/api/orc-core/org/apache/orc/CompressionCodec.SpeedModifier.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionCodec.SpeedModifier (ORC Core 1.8.4 API)</title>
+<title>CompressionCodec.SpeedModifier (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionCodec.SpeedModifier (ORC Core 1.8.4 API)";
+            parent.document.title="CompressionCodec.SpeedModifier (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CompressionCodec.html b/site/api/orc-core/org/apache/orc/CompressionCodec.html
index cb9798607..0343ab1a3 100644
--- a/site/api/orc-core/org/apache/orc/CompressionCodec.html
+++ b/site/api/orc-core/org/apache/orc/CompressionCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionCodec (ORC Core 1.8.4 API)</title>
+<title>CompressionCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionCodec (ORC Core 1.8.4 API)";
+            parent.document.title="CompressionCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/CompressionKind.html b/site/api/orc-core/org/apache/orc/CompressionKind.html
index c1fd3caf5..17467fee6 100644
--- a/site/api/orc-core/org/apache/orc/CompressionKind.html
+++ b/site/api/orc-core/org/apache/orc/CompressionKind.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompressionKind (ORC Core 1.8.4 API)</title>
+<title>CompressionKind (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompressionKind (ORC Core 1.8.4 API)";
+            parent.document.title="CompressionKind (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMask.Factory.html b/site/api/orc-core/org/apache/orc/DataMask.Factory.html
index e8a3eb26e..1a7f11e09 100644
--- a/site/api/orc-core/org/apache/orc/DataMask.Factory.html
+++ b/site/api/orc-core/org/apache/orc/DataMask.Factory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMask.Factory (ORC Core 1.8.4 API)</title>
+<title>DataMask.Factory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMask.Factory (ORC Core 1.8.4 API)";
+            parent.document.title="DataMask.Factory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMask.MaskOverrides.html b/site/api/orc-core/org/apache/orc/DataMask.MaskOverrides.html
index bc4504d7d..d16ba4891 100644
--- a/site/api/orc-core/org/apache/orc/DataMask.MaskOverrides.html
+++ b/site/api/orc-core/org/apache/orc/DataMask.MaskOverrides.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMask.MaskOverrides (ORC Core 1.8.4 API)</title>
+<title>DataMask.MaskOverrides (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMask.MaskOverrides (ORC Core 1.8.4 API)";
+            parent.document.title="DataMask.MaskOverrides (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMask.Provider.html b/site/api/orc-core/org/apache/orc/DataMask.Provider.html
index d3bc8ea35..1cc288be2 100644
--- a/site/api/orc-core/org/apache/orc/DataMask.Provider.html
+++ b/site/api/orc-core/org/apache/orc/DataMask.Provider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMask.Provider (ORC Core 1.8.4 API)</title>
+<title>DataMask.Provider (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMask.Provider (ORC Core 1.8.4 API)";
+            parent.document.title="DataMask.Provider (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMask.Standard.html b/site/api/orc-core/org/apache/orc/DataMask.Standard.html
index 92c6b7960..3a4b1bcd0 100644
--- a/site/api/orc-core/org/apache/orc/DataMask.Standard.html
+++ b/site/api/orc-core/org/apache/orc/DataMask.Standard.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMask.Standard (ORC Core 1.8.4 API)</title>
+<title>DataMask.Standard (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMask.Standard (ORC Core 1.8.4 API)";
+            parent.document.title="DataMask.Standard (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMask.html b/site/api/orc-core/org/apache/orc/DataMask.html
index 81e3de58d..c5518daa4 100644
--- a/site/api/orc-core/org/apache/orc/DataMask.html
+++ b/site/api/orc-core/org/apache/orc/DataMask.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMask (ORC Core 1.8.4 API)</title>
+<title>DataMask (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMask (ORC Core 1.8.4 API)";
+            parent.document.title="DataMask (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataMaskDescription.html b/site/api/orc-core/org/apache/orc/DataMaskDescription.html
index bcd7c57df..fdf92e0d4 100644
--- a/site/api/orc-core/org/apache/orc/DataMaskDescription.html
+++ b/site/api/orc-core/org/apache/orc/DataMaskDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataMaskDescription (ORC Core 1.8.4 API)</title>
+<title>DataMaskDescription (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataMaskDescription (ORC Core 1.8.4 API)";
+            parent.document.title="DataMaskDescription (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DataReader.html b/site/api/orc-core/org/apache/orc/DataReader.html
index 6b3983721..41c6245b0 100644
--- a/site/api/orc-core/org/apache/orc/DataReader.html
+++ b/site/api/orc-core/org/apache/orc/DataReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataReader (ORC Core 1.8.4 API)</title>
+<title>DataReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataReader (ORC Core 1.8.4 API)";
+            parent.document.title="DataReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DateColumnStatistics.html b/site/api/orc-core/org/apache/orc/DateColumnStatistics.html
index 203dc800d..41e7446c5 100644
--- a/site/api/orc-core/org/apache/orc/DateColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/DateColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>DateColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DateColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="DateColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DecimalColumnStatistics.html b/site/api/orc-core/org/apache/orc/DecimalColumnStatistics.html
index e2ef01456..9ab77f7f2 100644
--- a/site/api/orc-core/org/apache/orc/DecimalColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/DecimalColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DecimalColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>DecimalColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DecimalColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="DecimalColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/DoubleColumnStatistics.html b/site/api/orc-core/org/apache/orc/DoubleColumnStatistics.html
index 4bf01ab7b..c0ba9c2bc 100644
--- a/site/api/orc-core/org/apache/orc/DoubleColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/DoubleColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DoubleColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>DoubleColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DoubleColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="DoubleColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/EncryptionKey.html b/site/api/orc-core/org/apache/orc/EncryptionKey.html
index d4470a767..38cb7efd5 100644
--- a/site/api/orc-core/org/apache/orc/EncryptionKey.html
+++ b/site/api/orc-core/org/apache/orc/EncryptionKey.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EncryptionKey (ORC Core 1.8.4 API)</title>
+<title>EncryptionKey (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EncryptionKey (ORC Core 1.8.4 API)";
+            parent.document.title="EncryptionKey (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/EncryptionVariant.html b/site/api/orc-core/org/apache/orc/EncryptionVariant.html
index 8dc652aa2..cb4c9b673 100644
--- a/site/api/orc-core/org/apache/orc/EncryptionVariant.html
+++ b/site/api/orc-core/org/apache/orc/EncryptionVariant.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EncryptionVariant (ORC Core 1.8.4 API)</title>
+<title>EncryptionVariant (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EncryptionVariant (ORC Core 1.8.4 API)";
+            parent.document.title="EncryptionVariant (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/FileFormatException.html b/site/api/orc-core/org/apache/orc/FileFormatException.html
index d11083542..5ea40a1dc 100644
--- a/site/api/orc-core/org/apache/orc/FileFormatException.html
+++ b/site/api/orc-core/org/apache/orc/FileFormatException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileFormatException (ORC Core 1.8.4 API)</title>
+<title>FileFormatException (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileFormatException (ORC Core 1.8.4 API)";
+            parent.document.title="FileFormatException (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/FileMetadata.html b/site/api/orc-core/org/apache/orc/FileMetadata.html
index 8de353945..53ac61dfc 100644
--- a/site/api/orc-core/org/apache/orc/FileMetadata.html
+++ b/site/api/orc-core/org/apache/orc/FileMetadata.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileMetadata (ORC Core 1.8.4 API)</title>
+<title>FileMetadata (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileMetadata (ORC Core 1.8.4 API)";
+            parent.document.title="FileMetadata (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/InMemoryKeystore.html b/site/api/orc-core/org/apache/orc/InMemoryKeystore.html
index 45833cdbb..b80309115 100644
--- a/site/api/orc-core/org/apache/orc/InMemoryKeystore.html
+++ b/site/api/orc-core/org/apache/orc/InMemoryKeystore.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InMemoryKeystore (ORC Core 1.8.4 API)</title>
+<title>InMemoryKeystore (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InMemoryKeystore (ORC Core 1.8.4 API)";
+            parent.document.title="InMemoryKeystore (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/IntegerColumnStatistics.html b/site/api/orc-core/org/apache/orc/IntegerColumnStatistics.html
index 6f4d3cb48..bfcbc100f 100644
--- a/site/api/orc-core/org/apache/orc/IntegerColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/IntegerColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntegerColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>IntegerColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IntegerColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="IntegerColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/MemoryManager.Callback.html b/site/api/orc-core/org/apache/orc/MemoryManager.Callback.html
index 1ca4a2de8..04652a543 100644
--- a/site/api/orc-core/org/apache/orc/MemoryManager.Callback.html
+++ b/site/api/orc-core/org/apache/orc/MemoryManager.Callback.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MemoryManager.Callback (ORC Core 1.8.4 API)</title>
+<title>MemoryManager.Callback (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MemoryManager.Callback (ORC Core 1.8.4 API)";
+            parent.document.title="MemoryManager.Callback (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/MemoryManager.html b/site/api/orc-core/org/apache/orc/MemoryManager.html
index abfb0692e..4b0412ef9 100644
--- a/site/api/orc-core/org/apache/orc/MemoryManager.html
+++ b/site/api/orc-core/org/apache/orc/MemoryManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MemoryManager (ORC Core 1.8.4 API)</title>
+<title>MemoryManager (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MemoryManager (ORC Core 1.8.4 API)";
+            parent.document.title="MemoryManager (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcConf.html b/site/api/orc-core/org/apache/orc/OrcConf.html
index 4ed70d37f..bd90960a8 100644
--- a/site/api/orc-core/org/apache/orc/OrcConf.html
+++ b/site/api/orc-core/org/apache/orc/OrcConf.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcConf (ORC Core 1.8.4 API)</title>
+<title>OrcConf (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcConf (ORC Core 1.8.4 API)";
+            parent.document.title="OrcConf (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
@@ -253,51 +253,54 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?i
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#OVERWRITE_OUTPUT_FILE">OVERWRITE_OUTPUT_FILE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#PROLEPTIC_GREGORIAN">PROLEPTIC_GREGORIAN</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#PLUGIN_FILTER_ALLOWLIST">PLUGIN_FILTER_ALLOWLIST</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#PROLEPTIC_GREGORIAN_DEFAULT">PROLEPTIC_GREGORIAN_DEFAULT</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#PROLEPTIC_GREGORIAN">PROLEPTIC_GREGORIAN</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#READER_USE_SELECTED">READER_USE_SELECTED</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#PROLEPTIC_GREGORIAN_DEFAULT">PROLEPTIC_GREGORIAN_DEFAULT</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_BATCH_CHILD_LIMIT">ROW_BATCH_CHILD_LIMIT</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#READER_USE_SELECTED">READER_USE_SELECTED</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_BATCH_SIZE">ROW_BATCH_SIZE</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_BATCH_CHILD_LIMIT">ROW_BATCH_CHILD_LIMIT</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_INDEX_STRIDE">ROW_INDEX_STRIDE</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_BATCH_SIZE">ROW_BATCH_SIZE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_INDEX_STRIDE_DICTIONARY_CHECK">ROW_INDEX_STRIDE_DICTIONARY_CHECK</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_INDEX_STRIDE">ROW_INDEX_STRIDE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROWS_BETWEEN_CHECKS">ROWS_BETWEEN_CHECKS</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROW_INDEX_STRIDE_DICTIONARY_CHECK">ROW_INDEX_STRIDE_DICTIONARY_CHECK</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#SARG_COLUMNS">SARG_COLUMNS</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#ROWS_BETWEEN_CHECKS">ROWS_BETWEEN_CHECKS</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#SKIP_CORRUPT_DATA">SKIP_CORRUPT_DATA</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#SARG_COLUMNS">SARG_COLUMNS</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#STRIPE_ROW_COUNT">STRIPE_ROW_COUNT</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#SKIP_CORRUPT_DATA">SKIP_CORRUPT_DATA</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#STRIPE_SIZE">STRIPE_SIZE</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#STRIPE_ROW_COUNT">STRIPE_ROW_COUNT</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#TOLERATE_MISSING_SCHEMA">TOLERATE_MISSING_SCHEMA</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#STRIPE_SIZE">STRIPE_SIZE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#USE_ZEROCOPY">USE_ZEROCOPY</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#TOLERATE_MISSING_SCHEMA">TOLERATE_MISSING_SCHEMA</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#WRITE_FORMAT">WRITE_FORMAT</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#USE_ZEROCOPY">USE_ZEROCOPY</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#WRITE_FORMAT">WRITE_FORMAT</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcConf.html#WRITE_VARIABLE_LENGTH_BLOCKS">WRITE_VARIABLE_LENGTH_BLOCKS</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -835,6 +838,15 @@ the order they are declared.</div>
 <pre>public static final&nbsp;<a href="../../../org/apache/orc/OrcConf.html" title="enum in org.apache.orc">OrcConf</a> ALLOW_PLUGIN_FILTER</pre>
 </li>
 </ul>
+<a name="PLUGIN_FILTER_ALLOWLIST">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PLUGIN_FILTER_ALLOWLIST</h4>
+<pre>public static final&nbsp;<a href="../../../org/apache/orc/OrcConf.html" title="enum in org.apache.orc">OrcConf</a> PLUGIN_FILTER_ALLOWLIST</pre>
+</li>
+</ul>
 <a name="WRITE_VARIABLE_LENGTH_BLOCKS">
 <!--   -->
 </a>
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.BloomFilterVersion.html b/site/api/orc-core/org/apache/orc/OrcFile.BloomFilterVersion.html
index 871d53279..42f2b719c 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.BloomFilterVersion.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.BloomFilterVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.BloomFilterVersion (ORC Core 1.8.4 API)</title>
+<title>OrcFile.BloomFilterVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.BloomFilterVersion (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.BloomFilterVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.CompressionStrategy.html b/site/api/orc-core/org/apache/orc/OrcFile.CompressionStrategy.html
index ceed908e5..ce7149b63 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.CompressionStrategy.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.CompressionStrategy.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.CompressionStrategy (ORC Core 1.8.4 API)</title>
+<title>OrcFile.CompressionStrategy (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.CompressionStrategy (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.CompressionStrategy (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.EncodingStrategy.html b/site/api/orc-core/org/apache/orc/OrcFile.EncodingStrategy.html
index 2f9bc7773..cd8b12d68 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.EncodingStrategy.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.EncodingStrategy.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.EncodingStrategy (ORC Core 1.8.4 API)</title>
+<title>OrcFile.EncodingStrategy (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.EncodingStrategy (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.EncodingStrategy (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.ReaderOptions.html b/site/api/orc-core/org/apache/orc/OrcFile.ReaderOptions.html
index cdf42d776..677b75c98 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.ReaderOptions.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.ReaderOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.ReaderOptions (ORC Core 1.8.4 API)</title>
+<title>OrcFile.ReaderOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.ReaderOptions (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.ReaderOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.Version.html b/site/api/orc-core/org/apache/orc/OrcFile.Version.html
index 5545068b8..94d23546e 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.Version.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.Version.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.Version (ORC Core 1.8.4 API)</title>
+<title>OrcFile.Version (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.Version (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.Version (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.WriterCallback.html b/site/api/orc-core/org/apache/orc/OrcFile.WriterCallback.html
index ad23abd82..45a111f9b 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.WriterCallback.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.WriterCallback.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.WriterCallback (ORC Core 1.8.4 API)</title>
+<title>OrcFile.WriterCallback (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.WriterCallback (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.WriterCallback (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.WriterContext.html b/site/api/orc-core/org/apache/orc/OrcFile.WriterContext.html
index 8658c4936..be7715ac4 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.WriterContext.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.WriterContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.WriterContext (ORC Core 1.8.4 API)</title>
+<title>OrcFile.WriterContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.WriterContext (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.WriterContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.WriterImplementation.html b/site/api/orc-core/org/apache/orc/OrcFile.WriterImplementation.html
index 273331574..00c8b7450 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.WriterImplementation.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.WriterImplementation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.WriterImplementation (ORC Core 1.8.4 API)</title>
+<title>OrcFile.WriterImplementation (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.WriterImplementation (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.WriterImplementation (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.WriterOptions.html b/site/api/orc-core/org/apache/orc/OrcFile.WriterOptions.html
index 05293346b..1206a01c2 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.WriterOptions.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.WriterOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.WriterOptions (ORC Core 1.8.4 API)</title>
+<title>OrcFile.WriterOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.WriterOptions (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.WriterOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10," [...]
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10," [...]
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -199,227 +199,233 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#buildIndex-boolean-">buildIndex</a></span>(boolean&nbsp;value)</code>
+<div class="block">Sets whether build the index.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#callback-org.apache.orc.OrcFile.WriterCallback-">callback</a></span>(<a href="../../../org/apache/orc/OrcFile.WriterCallback.html" title="interface in org.apache.orc">OrcFile.WriterCallback</a>&nbsp;callback)</code>
 <div class="block">Add a listener for when the stripe and file are about to be closed.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#clone--">clone</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#compress-org.apache.orc.CompressionKind-">compress</a></span>(<a href="../../../org/apache/orc/CompressionKind.html" title="enum in org.apache.orc">CompressionKind</a>&nbsp;value)</code>
 <div class="block">Sets the generic compression that is used to compress the data.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#directEncodingColumns-java.lang.String-">directEncodingColumns</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Set the comma-separated list of columns that should be direct encoded.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#encodingStrategy-org.apache.orc.OrcFile.EncodingStrategy-">encodingStrategy</a></span>(<a href="../../../org/apache/orc/OrcFile.EncodingStrategy.html" title="enum in org.apache.orc">OrcFile.EncodingStrategy</a>&nbsp;strategy)</code>
 <div class="block">Sets the encoding strategy that is used to encode the data.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#encrypt-java.lang.String-">encrypt</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Encrypt a set of columns with a key.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#enforceBufferSize--">enforceBufferSize</a></span>()</code>
 <div class="block">Enforce writer to use requested buffer size instead of estimating
  buffer size based on stripe size and number of columns.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#fileSystem-org.apache.hadoop.fs.FileSystem-">fileSystem</a></span>(<a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/fs/FileSystem.html?is-external=true" title="class or interface in org.apache.hadoop.fs">FileSystem</a>&nbsp;value)</code>
 <div class="block">Provide the filesystem for the path, if the client has it available.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBlockPadding--">getBlockPadding</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBlockSize--">getBlockSize</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBloomFilterColumns--">getBloomFilterColumns</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBloomFilterFpp--">getBloomFilterFpp</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.BloomFilterVersion.html" title="enum in org.apache.orc">OrcFile.BloomFilterVersion</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBloomFilterVersion--">getBloomFilterVersion</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getBufferSize--">getBufferSize</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterCallback.html" title="interface in org.apache.orc">OrcFile.WriterCallback</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getCallback--">getCallback</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/CompressionKind.html" title="enum in org.apache.orc">CompressionKind</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getCompress--">getCompress</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.CompressionStrategy.html" title="enum in org.apache.orc">OrcFile.CompressionStrategy</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getCompressionStrategy--">getCompressionStrategy</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/conf/Configuration.html?is-external=true" title="class or interface in org.apache.hadoop.conf">Configuration</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getDirectEncodingColumns--">getDirectEncodingColumns</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.EncodingStrategy.html" title="enum in org.apache.orc">OrcFile.EncodingStrategy</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getEncodingStrategy--">getEncodingStrategy</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getEncryption--">getEncryption</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code><a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/fs/FileSystem.html?is-external=true" title="class or interface in org.apache.hadoop.fs">FileSystem</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getFileSystem--">getFileSystem</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code><a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/HadoopShims.html?is-external=true" title="class or interface in org.apache.orc.impl">HadoopShims</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getHadoopShims--">getHadoopShims</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/HadoopShims.KeyMetadata.html?is-external=true" title="class or interface in org.apache.orc.impl">HadoopShims.KeyMetadat [...]
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getKeyOverrides--">getKeyOverrides</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/KeyProvider.html?is-external=true" title="class or interface in org.apache.orc.impl">KeyProvider</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getKeyProvider--">getKeyProvider</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getMasks--">getMasks</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/MemoryManager.html" title="interface in org.apache.orc">MemoryManager</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getMemoryManager--">getMemoryManager</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getOverwrite--">getOverwrite</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getPaddingTolerance--">getPaddingTolerance</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/PhysicalWriter.html" title="interface in org.apache.orc">PhysicalWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getPhysicalWriter--">getPhysicalWriter</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getProlepticGregorian--">getProlepticGregorian</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getRowIndexStride--">getRowIndexStride</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getSchema--">getSchema</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getStripeRowCountValue--">getStripeRowCountValue</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getStripeSize--">getStripeSize</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getUseUTCTimestamp--">getUseUTCTimestamp</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.Version.html" title="enum in org.apache.orc">OrcFile.Version</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getVersion--">getVersion</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterVersion.html" title="enum in org.apache.orc">OrcFile.WriterVersion</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getWriterVersion--">getWriterVersion</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#getWriteVariableLengthBlocks--">getWriteVariableLengthBlocks</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#isBuildIndex--">isBuildIndex</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#isEnforceBufferSize--">isEnforceBufferSize</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#masks-java.lang.String-">masks</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Set the masks for the unencrypted data.</div>
 </td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#memory-org.apache.orc.MemoryManager-">memory</a></span>(<a href="../../../org/apache/orc/MemoryManager.html" title="interface in org.apache.orc">MemoryManager</a>&nbsp;value)</code>
 <div class="block">A public option to set the memory manager.</div>
 </td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#overwrite-boolean-">overwrite</a></span>(boolean&nbsp;value)</code>
 <div class="block">If the output file already exists, should it be overwritten?
  If it is not provided, write operation will fail if the file already exists.</div>
 </td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#paddingTolerance-double-">paddingTolerance</a></span>(double&nbsp;value)</code>
 <div class="block">Sets the tolerance for block padding as a percentage of stripe size.</div>
 </td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#physicalWriter-org.apache.orc.PhysicalWriter-">physicalWriter</a></span>(<a href="../../../org/apache/orc/PhysicalWriter.html" title="interface in org.apache.orc">PhysicalWriter</a>&nbsp;writer)</code>
 <div class="block">Change the physical writer of the ORC file.</div>
 </td>
 </tr>
-<tr id="i52" class="altColor">
+<tr id="i53" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#rowIndexStride-int-">rowIndexStride</a></span>(int&nbsp;value)</code>
 <div class="block">Set the distance between entries in the row index.</div>
 </td>
 </tr>
-<tr id="i53" class="rowColor">
+<tr id="i54" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#setKeyProvider-org.apache.orc.impl.KeyProvider-">setKeyProvider</a></span>(<a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/KeyProvider.html?is-external=true" title="class or interface in org.apache.orc.impl">KeyProvider</a>&nbsp;provider)</code>
 <div class="block">Set the key provider for column encryption.</div>
 </td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i55" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#setKeyVersion-java.lang.String-int-org.apache.orc.EncryptionAlgorithm-">setKeyVersion</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keyName,
              int&nbsp;version,
@@ -428,50 +434,50 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
  method allows them to define the version and algorithm for a given key.</div>
 </td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i56" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#setProlepticGregorian-boolean-">setProlepticGregorian</a></span>(boolean&nbsp;newValue)</code>
 <div class="block">Should the writer use the proleptic Gregorian calendar for
  times and dates.</div>
 </td>
 </tr>
-<tr id="i56" class="altColor">
+<tr id="i57" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#setSchema-org.apache.orc.TypeDescription-">setSchema</a></span>(<a href="../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a>&nbsp;schema)</code>
 <div class="block">Set the schema for the file.</div>
 </td>
 </tr>
-<tr id="i57" class="rowColor">
+<tr id="i58" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#setShims-org.apache.orc.impl.HadoopShims-">setShims</a></span>(<a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/HadoopShims.html?is-external=true" title="class or interface in org.apache.orc.impl">HadoopShims</a>&nbsp;value)</code>
 <div class="block">Set the HadoopShims to use.</div>
 </td>
 </tr>
-<tr id="i58" class="altColor">
+<tr id="i59" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#stripeSize-long-">stripeSize</a></span>(long&nbsp;value)</code>
 <div class="block">Set the stripe size for the file.</div>
 </td>
 </tr>
-<tr id="i59" class="rowColor">
+<tr id="i60" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#useUTCTimestamp-boolean-">useUTCTimestamp</a></span>(boolean&nbsp;value)</code>
 <div class="block">Manually set the time zone for the writer to utc.</div>
 </td>
 </tr>
-<tr id="i60" class="altColor">
+<tr id="i61" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#version-org.apache.orc.OrcFile.Version-">version</a></span>(<a href="../../../org/apache/orc/OrcFile.Version.html" title="enum in org.apache.orc">OrcFile.Version</a>&nbsp;value)</code>
 <div class="block">Sets the version of the file that will be written.</div>
 </td>
 </tr>
-<tr id="i61" class="rowColor">
+<tr id="i62" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#writerVersion-org.apache.orc.OrcFile.WriterVersion-">writerVersion</a></span>(<a href="../../../org/apache/orc/OrcFile.WriterVersion.html" title="enum in org.apache.orc">OrcFile.WriterVersion</a>&nbsp;version)</code>
 <div class="block">Manually set the writer version.</div>
 </td>
 </tr>
-<tr id="i62" class="altColor">
+<tr id="i63" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/OrcFile.WriterOptions.html#writeVariableLengthBlocks-boolean-">writeVariableLengthBlocks</a></span>(boolean&nbsp;value)</code>
 <div class="block">Should the ORC file writer use HDFS variable length blocks, if they
@@ -590,6 +596,17 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
  set to 0, no indexes will be included in the file.</div>
 </li>
 </ul>
+<a name="buildIndex-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>buildIndex</h4>
+<pre>public&nbsp;<a href="../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a>&nbsp;buildIndex(boolean&nbsp;value)</pre>
+<div class="block">Sets whether build the index. The default value is true. If the value is
+ set to false, rowIndexStrideValue will be set to zero.</div>
+</li>
+</ul>
 <a name="bufferSize-int-">
 <!--   -->
 </a>
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.WriterVersion.html b/site/api/orc-core/org/apache/orc/OrcFile.WriterVersion.html
index 3803ddbbf..4d0f081d9 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.WriterVersion.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.WriterVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile.WriterVersion (ORC Core 1.8.4 API)</title>
+<title>OrcFile.WriterVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile.WriterVersion (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile.WriterVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFile.html b/site/api/orc-core/org/apache/orc/OrcFile.html
index 5b92270b3..798237b34 100644
--- a/site/api/orc-core/org/apache/orc/OrcFile.html
+++ b/site/api/orc-core/org/apache/orc/OrcFile.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFile (ORC Core 1.8.4 API)</title>
+<title>OrcFile (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFile (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFile (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcFilterContext.html b/site/api/orc-core/org/apache/orc/OrcFilterContext.html
index bc1904e54..97e135649 100644
--- a/site/api/orc-core/org/apache/orc/OrcFilterContext.html
+++ b/site/api/orc-core/org/apache/orc/OrcFilterContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFilterContext (ORC Core 1.8.4 API)</title>
+<title>OrcFilterContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFilterContext (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFilterContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/OrcUtils.html b/site/api/orc-core/org/apache/orc/OrcUtils.html
index 369225a52..da19784ec 100644
--- a/site/api/orc-core/org/apache/orc/OrcUtils.html
+++ b/site/api/orc-core/org/apache/orc/OrcUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcUtils (ORC Core 1.8.4 API)</title>
+<title>OrcUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcUtils (ORC Core 1.8.4 API)";
+            parent.document.title="OrcUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/PhysicalWriter.OutputReceiver.html b/site/api/orc-core/org/apache/orc/PhysicalWriter.OutputReceiver.html
index 8ae2ad2a7..5e00f0da1 100644
--- a/site/api/orc-core/org/apache/orc/PhysicalWriter.OutputReceiver.html
+++ b/site/api/orc-core/org/apache/orc/PhysicalWriter.OutputReceiver.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PhysicalWriter.OutputReceiver (ORC Core 1.8.4 API)</title>
+<title>PhysicalWriter.OutputReceiver (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PhysicalWriter.OutputReceiver (ORC Core 1.8.4 API)";
+            parent.document.title="PhysicalWriter.OutputReceiver (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/PhysicalWriter.html b/site/api/orc-core/org/apache/orc/PhysicalWriter.html
index 8143807a7..13a5022a6 100644
--- a/site/api/orc-core/org/apache/orc/PhysicalWriter.html
+++ b/site/api/orc-core/org/apache/orc/PhysicalWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PhysicalWriter (ORC Core 1.8.4 API)</title>
+<title>PhysicalWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PhysicalWriter (ORC Core 1.8.4 API)";
+            parent.document.title="PhysicalWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/Reader.Options.html b/site/api/orc-core/org/apache/orc/Reader.Options.html
index 9a7a1cf97..8159062ae 100644
--- a/site/api/orc-core/org/apache/orc/Reader.Options.html
+++ b/site/api/orc-core/org/apache/orc/Reader.Options.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Reader.Options (ORC Core 1.8.4 API)</title>
+<title>Reader.Options (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Reader.Options (ORC Core 1.8.4 API)";
+            parent.document.title="Reader.Options (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -243,108 +243,124 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getPreFilterColumnNames--">getPreFilterColumnNames</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i18" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getRowBatchSize--">getRowBatchSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getSchema--">getSchema</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="https://orc.apache.org/api/hive-storage-api/org/apache/hadoop/hive/ql/io/sarg/SearchArgument.html?is-external=true" title="class or interface in org.apache.hadoop.hive.ql.io.sarg">SearchArgument</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getSearchArgument--">getSearchArgument</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getSkipCorruptRecords--">getSkipCorruptRecords</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getTolerateMissingSchema--">getTolerateMissingSchema</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#getUseZeroCopy--">getUseZeroCopy</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#include-boolean:A-">include</a></span>(boolean[]&nbsp;include)</code>
 <div class="block">Set the list of columns to read.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#includeAcidColumns-boolean-">includeAcidColumns</a></span>(boolean&nbsp;includeAcidColumns)</code>
 <div class="block"><code>true</code> if acid metadata columns should be decoded otherwise they will
  be set to <code>null</code>.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#isAllowSARGToFilter--">isAllowSARGToFilter</a></span>()</code>
 <div class="block">Get allowSARGToFilter value.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#isSchemaEvolutionCaseAware-boolean-">isSchemaEvolutionCaseAware</a></span>(boolean&nbsp;value)</code>
 <div class="block">Set boolean flag to determine if the comparison of field names in schema
  evolution is case sensitive</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#minSeekSize--">minSeekSize</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#minSeekSize-int-">minSeekSize</a></span>(int&nbsp;minSeekSize)</code>&nbsp;</td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>double</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#minSeekSizeTolerance--">minSeekSizeTolerance</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#minSeekSizeTolerance-double-">minSeekSizeTolerance</a></span>(double&nbsp;value)</code>&nbsp;</td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#pluginAllowListFilters--">pluginAllowListFilters</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#pluginAllowListFilters-java.lang.String...-">pluginAllowListFilters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;allowLists)</code>&nbsp;</td>
+</tr>
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#positionalEvolutionLevel-int-">positionalEvolutionLevel</a></span>(int&nbsp;value)</code>
 <div class="block">Set number of levels to force schema evolution to be positional instead of
  based on the column names.</div>
 </td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#range-long-long-">range</a></span>(long&nbsp;offset,
      long&nbsp;length)</code>
 <div class="block">Set the range of bytes to read</div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i36" class="altColor">
+<td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#rowBatchSize-int-">rowBatchSize</a></span>(int&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#schema-org.apache.orc.TypeDescription-">schema</a></span>(<a href="../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a>&nbsp;schema)</code>
 <div class="block">Set the schema on read type description.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#searchArgument-org.apache.hadoop.hive.ql.io.sarg.SearchArgument-java.lang.String:A-">searchArgument</a></span>(<a href="https://orc.apache.org/api/hive-storage-api/org/apache/hadoop/hive/ql/io/sarg/SearchArgument.html?is-external=true" title="class or interface in org.apache.hadoop.hive.ql.io.sarg">SearchArgument</a>&nbsp;sarg,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;columnNames)</code>
 <div class="block">Set search argument for predicate push down.</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#setRowFilter-java.lang.String:A-java.util.function.Consumer-">setRowFilter</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;filterColumnNames,
             <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;<a href="../../../org/apache/orc/OrcFilterContext.html" title="interface in org.apache.orc">OrcFilterContext</a>&gt;&nbsp;filterCallback)</code>
 <div class="block">Set a row level filter.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#skipCorruptRecords-boolean-">skipCorruptRecords</a></span>(boolean&nbsp;value)</code>
 <div class="block">Set whether to skip corrupt records.</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#tolerateMissingSchema-boolean-">tolerateMissingSchema</a></span>(boolean&nbsp;value)</code>
 <div class="block">Set whether to make a best effort to tolerate schema evolution for files
@@ -352,19 +368,19 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
  pre-HIVE-4243 writer.</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#useSelected--">useSelected</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#useSelected-boolean-">useSelected</a></span>(boolean&nbsp;newValue)</code>&nbsp;</td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/orc/Reader.Options.html#useZeroCopy-boolean-">useZeroCopy</a></span>(boolean&nbsp;value)</code>
 <div class="block">Set whether to use zero copy from HDFS.</div>
@@ -1008,6 +1024,24 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
 <pre>public&nbsp;<a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a>&nbsp;allowPluginFilters(boolean&nbsp;allowPluginFilters)</pre>
 </li>
 </ul>
+<a name="pluginAllowListFilters--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pluginAllowListFilters</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;pluginAllowListFilters()</pre>
+</li>
+</ul>
+<a name="pluginAllowListFilters-java.lang.String...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pluginAllowListFilters</h4>
+<pre>public&nbsp;<a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a>&nbsp;pluginAllowListFilters(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;allowLists)</pre>
+</li>
+</ul>
 <a name="minSeekSize--">
 <!--   -->
 </a>
@@ -1050,7 +1084,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
 <a name="minSeekSizeTolerance-double-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>minSeekSizeTolerance</h4>
 <pre>public&nbsp;<a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a>&nbsp;minSeekSizeTolerance(double&nbsp;value)</pre>
@@ -1060,6 +1094,32 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneabl
 </dl>
 </li>
 </ul>
+<a name="getRowBatchSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRowBatchSize</h4>
+<pre>public&nbsp;int&nbsp;getRowBatchSize()</pre>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.9.0</dd>
+</dl>
+</li>
+</ul>
+<a name="rowBatchSize-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>rowBatchSize</h4>
+<pre>public&nbsp;<a href="../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a>&nbsp;rowBatchSize(int&nbsp;value)</pre>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.9.0</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/site/api/orc-core/org/apache/orc/Reader.html b/site/api/orc-core/org/apache/orc/Reader.html
index 7c3546226..3054e3bf1 100644
--- a/site/api/orc-core/org/apache/orc/Reader.html
+++ b/site/api/orc-core/org/apache/orc/Reader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Reader (ORC Core 1.8.4 API)</title>
+<title>Reader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Reader (ORC Core 1.8.4 API)";
+            parent.document.title="Reader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/RecordReader.html b/site/api/orc-core/org/apache/orc/RecordReader.html
index b7b9b19d9..d9a24e8ab 100644
--- a/site/api/orc-core/org/apache/orc/RecordReader.html
+++ b/site/api/orc-core/org/apache/orc/RecordReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReader (ORC Core 1.8.4 API)</title>
+<title>RecordReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReader (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/StringColumnStatistics.html b/site/api/orc-core/org/apache/orc/StringColumnStatistics.html
index bdd26cd64..5cf4c8de0 100644
--- a/site/api/orc-core/org/apache/orc/StringColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/StringColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StringColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>StringColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StringColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="StringColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/StripeInformation.html b/site/api/orc-core/org/apache/orc/StripeInformation.html
index 0053c6f0c..8b2cfe3e5 100644
--- a/site/api/orc-core/org/apache/orc/StripeInformation.html
+++ b/site/api/orc-core/org/apache/orc/StripeInformation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StripeInformation (ORC Core 1.8.4 API)</title>
+<title>StripeInformation (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StripeInformation (ORC Core 1.8.4 API)";
+            parent.document.title="StripeInformation (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/StripeStatistics.html b/site/api/orc-core/org/apache/orc/StripeStatistics.html
index 45e2041d0..dc35b37dc 100644
--- a/site/api/orc-core/org/apache/orc/StripeStatistics.html
+++ b/site/api/orc-core/org/apache/orc/StripeStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StripeStatistics (ORC Core 1.8.4 API)</title>
+<title>StripeStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StripeStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="StripeStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/TimestampColumnStatistics.html b/site/api/orc-core/org/apache/orc/TimestampColumnStatistics.html
index b31cd0886..ac2474e80 100644
--- a/site/api/orc-core/org/apache/orc/TimestampColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/TimestampColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TimestampColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>TimestampColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TimestampColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="TimestampColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/TypeDescription.Category.html b/site/api/orc-core/org/apache/orc/TypeDescription.Category.html
index f4d4dff77..599212f8d 100644
--- a/site/api/orc-core/org/apache/orc/TypeDescription.Category.html
+++ b/site/api/orc-core/org/apache/orc/TypeDescription.Category.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeDescription.Category (ORC Core 1.8.4 API)</title>
+<title>TypeDescription.Category (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeDescription.Category (ORC Core 1.8.4 API)";
+            parent.document.title="TypeDescription.Category (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/TypeDescription.RowBatchVersion.html b/site/api/orc-core/org/apache/orc/TypeDescription.RowBatchVersion.html
index eba617b95..c80a1ea30 100644
--- a/site/api/orc-core/org/apache/orc/TypeDescription.RowBatchVersion.html
+++ b/site/api/orc-core/org/apache/orc/TypeDescription.RowBatchVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeDescription.RowBatchVersion (ORC Core 1.8.4 API)</title>
+<title>TypeDescription.RowBatchVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeDescription.RowBatchVersion (ORC Core 1.8.4 API)";
+            parent.document.title="TypeDescription.RowBatchVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/TypeDescription.html b/site/api/orc-core/org/apache/orc/TypeDescription.html
index e817cc9a0..ad3a0a635 100644
--- a/site/api/orc-core/org/apache/orc/TypeDescription.html
+++ b/site/api/orc-core/org/apache/orc/TypeDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeDescription (ORC Core 1.8.4 API)</title>
+<title>TypeDescription (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeDescription (ORC Core 1.8.4 API)";
+            parent.document.title="TypeDescription (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/TypeDescriptionPrettyPrint.html b/site/api/orc-core/org/apache/orc/TypeDescriptionPrettyPrint.html
index 330650be0..ed5fc9e26 100644
--- a/site/api/orc-core/org/apache/orc/TypeDescriptionPrettyPrint.html
+++ b/site/api/orc-core/org/apache/orc/TypeDescriptionPrettyPrint.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeDescriptionPrettyPrint (ORC Core 1.8.4 API)</title>
+<title>TypeDescriptionPrettyPrint (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeDescriptionPrettyPrint (ORC Core 1.8.4 API)";
+            parent.document.title="TypeDescriptionPrettyPrint (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/UnknownFormatException.html b/site/api/orc-core/org/apache/orc/UnknownFormatException.html
index 5a70bce2f..ec185f8fb 100644
--- a/site/api/orc-core/org/apache/orc/UnknownFormatException.html
+++ b/site/api/orc-core/org/apache/orc/UnknownFormatException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UnknownFormatException (ORC Core 1.8.4 API)</title>
+<title>UnknownFormatException (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnknownFormatException (ORC Core 1.8.4 API)";
+            parent.document.title="UnknownFormatException (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/Writer.html b/site/api/orc-core/org/apache/orc/Writer.html
index fce4a1e28..b2ac846dd 100644
--- a/site/api/orc-core/org/apache/orc/Writer.html
+++ b/site/api/orc-core/org/apache/orc/Writer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Writer (ORC Core 1.8.4 API)</title>
+<title>Writer (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Writer (ORC Core 1.8.4 API)";
+            parent.document.title="Writer (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/BinaryColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/BinaryColumnStatistics.html
index d7566d298..a3fcca74a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/BinaryColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/BinaryColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.BinaryColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.BinaryColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.BinaryColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.BinaryColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/BooleanColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/BooleanColumnStatistics.html
index d073fbad4..d5e868fb5 100644
--- a/site/api/orc-core/org/apache/orc/class-use/BooleanColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/BooleanColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.BooleanColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.BooleanColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.BooleanColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.BooleanColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CollectionColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/CollectionColumnStatistics.html
index 414bcc6cb..4f27c9806 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CollectionColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CollectionColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.CollectionColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.CollectionColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.CollectionColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.CollectionColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/ColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/ColumnStatistics.html
index a8c48e419..9a8dcb068 100644
--- a/site/api/orc-core/org/apache/orc/class-use/ColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/ColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.ColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.ColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.ColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.ColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.DataKind.html b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.DataKind.html
index 952ef1b51..c59faa5e7 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.DataKind.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.DataKind.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.CompressionCodec.DataKind (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.CompressionCodec.DataKind (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.CompressionCodec.DataKind (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.CompressionCodec.DataKind (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.Options.html b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.Options.html
index 507cbd725..54ac0ed5a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.Options.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.Options.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.CompressionCodec.Options (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.CompressionCodec.Options (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.CompressionCodec.Options (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.CompressionCodec.Options (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.SpeedModifier.html b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.SpeedModifier.html
index e7809b9c6..e38b2822a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.SpeedModifier.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.SpeedModifier.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.CompressionCodec.SpeedModifier (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.CompressionCodec.SpeedModifier (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.CompressionCodec.SpeedModifier (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.CompressionCodec.SpeedModifier (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.html b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.html
index 29c75b6ca..72e4397f8 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CompressionCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.CompressionCodec (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.CompressionCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.CompressionCodec (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.CompressionCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/CompressionKind.html b/site/api/orc-core/org/apache/orc/class-use/CompressionKind.html
index d22773aaf..9cf101855 100644
--- a/site/api/orc-core/org/apache/orc/class-use/CompressionKind.html
+++ b/site/api/orc-core/org/apache/orc/class-use/CompressionKind.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.CompressionKind (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.CompressionKind (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.CompressionKind (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.CompressionKind (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMask.Factory.html b/site/api/orc-core/org/apache/orc/class-use/DataMask.Factory.html
index 73143d5a7..b241dad44 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMask.Factory.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMask.Factory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.DataMask.Factory (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.DataMask.Factory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.DataMask.Factory (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.DataMask.Factory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMask.MaskOverrides.html b/site/api/orc-core/org/apache/orc/class-use/DataMask.MaskOverrides.html
index a18caf542..eac71d09a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMask.MaskOverrides.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMask.MaskOverrides.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DataMask.MaskOverrides (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DataMask.MaskOverrides (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DataMask.MaskOverrides (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DataMask.MaskOverrides (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMask.Provider.html b/site/api/orc-core/org/apache/orc/class-use/DataMask.Provider.html
index 6bfb97452..64478f607 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMask.Provider.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMask.Provider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DataMask.Provider (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DataMask.Provider (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DataMask.Provider (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DataMask.Provider (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMask.Standard.html b/site/api/orc-core/org/apache/orc/class-use/DataMask.Standard.html
index f5cc6eaa2..c09a9a2bf 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMask.Standard.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMask.Standard.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.DataMask.Standard (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.DataMask.Standard (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.DataMask.Standard (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.DataMask.Standard (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMask.html b/site/api/orc-core/org/apache/orc/class-use/DataMask.html
index fa91e1621..d5206bcfd 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMask.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMask.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DataMask (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DataMask (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DataMask (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DataMask (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataMaskDescription.html b/site/api/orc-core/org/apache/orc/class-use/DataMaskDescription.html
index 8be8dbe59..d07cae4f3 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataMaskDescription.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataMaskDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DataMaskDescription (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DataMaskDescription (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DataMaskDescription (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DataMaskDescription (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DataReader.html b/site/api/orc-core/org/apache/orc/class-use/DataReader.html
index de4722ee3..e3c3dcadc 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DataReader.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DataReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DataReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DataReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DataReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DataReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DateColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/DateColumnStatistics.html
index 6fee7a766..b9959d05a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DateColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DateColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DateColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DateColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DateColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DateColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DecimalColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/DecimalColumnStatistics.html
index 5160531f4..4d508f784 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DecimalColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DecimalColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DecimalColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DecimalColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DecimalColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DecimalColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/DoubleColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/DoubleColumnStatistics.html
index f879ff0fb..8445b831e 100644
--- a/site/api/orc-core/org/apache/orc/class-use/DoubleColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/DoubleColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.DoubleColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.DoubleColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.DoubleColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.DoubleColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/EncryptionKey.html b/site/api/orc-core/org/apache/orc/class-use/EncryptionKey.html
index 74a8f01ad..6462dfaf4 100644
--- a/site/api/orc-core/org/apache/orc/class-use/EncryptionKey.html
+++ b/site/api/orc-core/org/apache/orc/class-use/EncryptionKey.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.EncryptionKey (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.EncryptionKey (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.EncryptionKey (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.EncryptionKey (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/EncryptionVariant.html b/site/api/orc-core/org/apache/orc/class-use/EncryptionVariant.html
index 6add0a4b3..dcbcb019b 100644
--- a/site/api/orc-core/org/apache/orc/class-use/EncryptionVariant.html
+++ b/site/api/orc-core/org/apache/orc/class-use/EncryptionVariant.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.EncryptionVariant (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.EncryptionVariant (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.EncryptionVariant (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.EncryptionVariant (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/FileFormatException.html b/site/api/orc-core/org/apache/orc/class-use/FileFormatException.html
index 2aea922d9..db001e64a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/FileFormatException.html
+++ b/site/api/orc-core/org/apache/orc/class-use/FileFormatException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.FileFormatException (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.FileFormatException (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.FileFormatException (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.FileFormatException (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/FileMetadata.html b/site/api/orc-core/org/apache/orc/class-use/FileMetadata.html
index 98448fb40..e086b4dda 100644
--- a/site/api/orc-core/org/apache/orc/class-use/FileMetadata.html
+++ b/site/api/orc-core/org/apache/orc/class-use/FileMetadata.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.FileMetadata (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.FileMetadata (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.FileMetadata (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.FileMetadata (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/InMemoryKeystore.html b/site/api/orc-core/org/apache/orc/class-use/InMemoryKeystore.html
index 37681a059..750b8dab7 100644
--- a/site/api/orc-core/org/apache/orc/class-use/InMemoryKeystore.html
+++ b/site/api/orc-core/org/apache/orc/class-use/InMemoryKeystore.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.InMemoryKeystore (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.InMemoryKeystore (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.InMemoryKeystore (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.InMemoryKeystore (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/IntegerColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/IntegerColumnStatistics.html
index 91d25ff37..9449dfee0 100644
--- a/site/api/orc-core/org/apache/orc/class-use/IntegerColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/IntegerColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.IntegerColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.IntegerColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.IntegerColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.IntegerColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/MemoryManager.Callback.html b/site/api/orc-core/org/apache/orc/class-use/MemoryManager.Callback.html
index 2c6372ae7..4ae2514ef 100644
--- a/site/api/orc-core/org/apache/orc/class-use/MemoryManager.Callback.html
+++ b/site/api/orc-core/org/apache/orc/class-use/MemoryManager.Callback.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.MemoryManager.Callback (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.MemoryManager.Callback (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.MemoryManager.Callback (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.MemoryManager.Callback (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/MemoryManager.html b/site/api/orc-core/org/apache/orc/class-use/MemoryManager.html
index a27c4049c..30d604581 100644
--- a/site/api/orc-core/org/apache/orc/class-use/MemoryManager.html
+++ b/site/api/orc-core/org/apache/orc/class-use/MemoryManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.MemoryManager (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.MemoryManager (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.MemoryManager (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.MemoryManager (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcConf.html b/site/api/orc-core/org/apache/orc/class-use/OrcConf.html
index 837a488d7..cc1f692e8 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcConf.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcConf.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcConf (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcConf (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcConf (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcConf (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.BloomFilterVersion.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.BloomFilterVersion.html
index 66f44d13c..a4d5d42ba 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.BloomFilterVersion.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.BloomFilterVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.BloomFilterVersion (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.BloomFilterVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.BloomFilterVersion (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.BloomFilterVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.CompressionStrategy.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.CompressionStrategy.html
index afd89ddb2..063c4ced5 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.CompressionStrategy.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.CompressionStrategy.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.CompressionStrategy (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.CompressionStrategy (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.CompressionStrategy (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.CompressionStrategy (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.EncodingStrategy.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.EncodingStrategy.html
index f751ad0d2..672213d3a 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.EncodingStrategy.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.EncodingStrategy.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.EncodingStrategy (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.EncodingStrategy (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.EncodingStrategy (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.EncodingStrategy (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.ReaderOptions.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.ReaderOptions.html
index 2930041b8..3f4b4a241 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.ReaderOptions.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.ReaderOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.ReaderOptions (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.ReaderOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.ReaderOptions (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.ReaderOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.Version.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.Version.html
index 7eca50446..8b6f724f1 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.Version.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.Version.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.Version (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.Version (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.Version (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.Version (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterCallback.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterCallback.html
index 5f2d89221..a74d799de 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterCallback.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterCallback.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.OrcFile.WriterCallback (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.OrcFile.WriterCallback (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.OrcFile.WriterCallback (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.OrcFile.WriterCallback (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterContext.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterContext.html
index 1b3002476..aee2bbc2d 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterContext.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.OrcFile.WriterContext (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.OrcFile.WriterContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.OrcFile.WriterContext (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.OrcFile.WriterContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterImplementation.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterImplementation.html
index e3e890406..708549598 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterImplementation.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterImplementation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.WriterImplementation (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.WriterImplementation (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterImplementation (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterImplementation (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterOptions.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterOptions.html
index b7ff5aa26..b757cdbd0 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterOptions.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.WriterOptions (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.WriterOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterOptions (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
@@ -150,95 +150,101 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
+<td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#buildIndex-boolean-">buildIndex</a></span>(boolean&nbsp;value)</code>
+<div class="block">Sets whether build the index.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#callback-org.apache.orc.OrcFile.WriterCallback-">callback</a></span>(<a href="../../../../org/apache/orc/OrcFile.WriterCallback.html" title="interface in org.apache.orc">OrcFile.WriterCallback</a>&nbsp;callback)</code>
 <div class="block">Add a listener for when the stripe and file are about to be closed.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#clone--">clone</a></span>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#compress-org.apache.orc.CompressionKind-">compress</a></span>(<a href="../../../../org/apache/orc/CompressionKind.html" title="enum in org.apache.orc">CompressionKind</a>&nbsp;value)</code>
 <div class="block">Sets the generic compression that is used to compress the data.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#directEncodingColumns-java.lang.String-">directEncodingColumns</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Set the comma-separated list of columns that should be direct encoded.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#encodingStrategy-org.apache.orc.OrcFile.EncodingStrategy-">encodingStrategy</a></span>(<a href="../../../../org/apache/orc/OrcFile.EncodingStrategy.html" title="enum in org.apache.orc">OrcFile.EncodingStrategy</a>&nbsp;strategy)</code>
 <div class="block">Sets the encoding strategy that is used to encode the data.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#encrypt-java.lang.String-">encrypt</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Encrypt a set of columns with a key.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#enforceBufferSize--">enforceBufferSize</a></span>()</code>
 <div class="block">Enforce writer to use requested buffer size instead of estimating
  buffer size based on stripe size and number of columns.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#fileSystem-org.apache.hadoop.fs.FileSystem-">fileSystem</a></span>(<a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/fs/FileSystem.html?is-external=true" title="class or interface in org.apache.hadoop.fs">FileSystem</a>&nbsp;value)</code>
 <div class="block">Provide the filesystem for the path, if the client has it available.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#masks-java.lang.String-">masks</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
 <div class="block">Set the masks for the unencrypted data.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#memory-org.apache.orc.MemoryManager-">memory</a></span>(<a href="../../../../org/apache/orc/MemoryManager.html" title="interface in org.apache.orc">MemoryManager</a>&nbsp;value)</code>
 <div class="block">A public option to set the memory manager.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#overwrite-boolean-">overwrite</a></span>(boolean&nbsp;value)</code>
 <div class="block">If the output file already exists, should it be overwritten?
  If it is not provided, write operation will fail if the file already exists.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#paddingTolerance-double-">paddingTolerance</a></span>(double&nbsp;value)</code>
 <div class="block">Sets the tolerance for block padding as a percentage of stripe size.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#physicalWriter-org.apache.orc.PhysicalWriter-">physicalWriter</a></span>(<a href="../../../../org/apache/orc/PhysicalWriter.html" title="interface in org.apache.orc">PhysicalWriter</a>&nbsp;writer)</code>
 <div class="block">Change the physical writer of the ORC file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#rowIndexStride-int-">rowIndexStride</a></span>(int&nbsp;value)</code>
 <div class="block">Set the distance between entries in the row index.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#setKeyProvider-org.apache.orc.impl.KeyProvider-">setKeyProvider</a></span>(<a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/KeyProvider.html?is-external=true" title="class or interface in org.apache.orc.impl">KeyProvider</a>&nbsp;provider)</code>
 <div class="block">Set the key provider for column encryption.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#setKeyVersion-java.lang.String-int-org.apache.orc.EncryptionAlgorithm-">setKeyVersion</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keyName,
              int&nbsp;version,
@@ -247,50 +253,50 @@
  method allows them to define the version and algorithm for a given key.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#setProlepticGregorian-boolean-">setProlepticGregorian</a></span>(boolean&nbsp;newValue)</code>
 <div class="block">Should the writer use the proleptic Gregorian calendar for
  times and dates.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#setSchema-org.apache.orc.TypeDescription-">setSchema</a></span>(<a href="../../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a>&nbsp;schema)</code>
 <div class="block">Set the schema for the file.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#setShims-org.apache.orc.impl.HadoopShims-">setShims</a></span>(<a href="https://orc.apache.org/api/orc-core/org/apache/orc/impl/HadoopShims.html?is-external=true" title="class or interface in org.apache.orc.impl">HadoopShims</a>&nbsp;value)</code>
 <div class="block">Set the HadoopShims to use.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#stripeSize-long-">stripeSize</a></span>(long&nbsp;value)</code>
 <div class="block">Set the stripe size for the file.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#useUTCTimestamp-boolean-">useUTCTimestamp</a></span>(boolean&nbsp;value)</code>
 <div class="block">Manually set the time zone for the writer to utc.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#version-org.apache.orc.OrcFile.Version-">version</a></span>(<a href="../../../../org/apache/orc/OrcFile.Version.html" title="enum in org.apache.orc">OrcFile.Version</a>&nbsp;value)</code>
 <div class="block">Sets the version of the file that will be written.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.html#writerOptions-org.apache.hadoop.conf.Configuration-">writerOptions</a></span>(<a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/conf/Configuration.html?is-external=true" title="class or interface in org.apache.hadoop.conf">Configuration</a>&nbsp;conf)</code>
 <div class="block">Create a set of writer options based on a configuration.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.html#writerOptions-java.util.Properties-org.apache.hadoop.conf.Configuration-">writerOptions</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;tableProperties,
              <a href="https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/conf/Configuration.html?is-external=true" title="class or interface in org.apache.hadoop.conf">Configuration</a>&nbsp;conf)</code>
@@ -298,13 +304,13 @@
  configuration.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#writerVersion-org.apache.orc.OrcFile.WriterVersion-">writerVersion</a></span>(<a href="../../../../org/apache/orc/OrcFile.WriterVersion.html" title="enum in org.apache.orc">OrcFile.WriterVersion</a>&nbsp;version)</code>
 <div class="block">Manually set the writer version.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html" title="class in org.apache.orc">OrcFile.WriterOptions</a></code></td>
 <td class="colLast"><span class="typeNameLabel">OrcFile.WriterOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/OrcFile.WriterOptions.html#writeVariableLengthBlocks-boolean-">writeVariableLengthBlocks</a></span>(boolean&nbsp;value)</code>
 <div class="block">Should the ORC file writer use HDFS variable length blocks, if they
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterVersion.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterVersion.html
index d1a97fe33..1361670dd 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterVersion.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.WriterVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile.WriterVersion (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile.WriterVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterVersion (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile.WriterVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFile.html b/site/api/orc-core/org/apache/orc/class-use/OrcFile.html
index fc2d934f5..65d83ca87 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFile.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFile.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcFile (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcFile (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcFile (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcFile (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcFilterContext.html b/site/api/orc-core/org/apache/orc/class-use/OrcFilterContext.html
index 99e294370..fa5438141 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcFilterContext.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcFilterContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.OrcFilterContext (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.OrcFilterContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.OrcFilterContext (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.OrcFilterContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/OrcUtils.html b/site/api/orc-core/org/apache/orc/class-use/OrcUtils.html
index a85916b1a..480ea2746 100644
--- a/site/api/orc-core/org/apache/orc/class-use/OrcUtils.html
+++ b/site/api/orc-core/org/apache/orc/class-use/OrcUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.OrcUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.OrcUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.OrcUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.OrcUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.OutputReceiver.html b/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.OutputReceiver.html
index f6d2249b2..793057020 100644
--- a/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.OutputReceiver.html
+++ b/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.OutputReceiver.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.PhysicalWriter.OutputReceiver (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.PhysicalWriter.OutputReceiver (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.PhysicalWriter.OutputReceiver (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.PhysicalWriter.OutputReceiver (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.html b/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.html
index da6c5c2bf..83a107456 100644
--- a/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.html
+++ b/site/api/orc-core/org/apache/orc/class-use/PhysicalWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.PhysicalWriter (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.PhysicalWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.PhysicalWriter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.PhysicalWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/Reader.Options.html b/site/api/orc-core/org/apache/orc/class-use/Reader.Options.html
index be7677954..791ba1d6c 100644
--- a/site/api/orc-core/org/apache/orc/class-use/Reader.Options.html
+++ b/site/api/orc-core/org/apache/orc/class-use/Reader.Options.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.Reader.Options (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.Reader.Options (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.Reader.Options (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.Reader.Options (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
@@ -174,18 +174,26 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Reader.Options.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/Reader.Options.html#pluginAllowListFilters-java.lang.String...-">pluginAllowListFilters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;allowLists)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Reader.Options.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/Reader.Options.html#positionalEvolutionLevel-int-">positionalEvolutionLevel</a></span>(int&nbsp;value)</code>
 <div class="block">Set number of levels to force schema evolution to be positional instead of
  based on the column names.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Reader.Options.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/Reader.Options.html#range-long-long-">range</a></span>(long&nbsp;offset,
      long&nbsp;length)</code>
 <div class="block">Set the range of bytes to read</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Reader.Options.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/Reader.Options.html#rowBatchSize-int-">rowBatchSize</a></span>(int&nbsp;value)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/orc/Reader.Options.html" title="class in org.apache.orc">Reader.Options</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Reader.Options.</span><code><span class="memberNameLink"><a href="../../../../org/apache/orc/Reader.Options.html#schema-org.apache.orc.TypeDescription-">schema</a></span>(<a href="../../../../org/apache/orc/TypeDescription.html" title="class in org.apache.orc">TypeDescription</a>&nbsp;schema)</code>
diff --git a/site/api/orc-core/org/apache/orc/class-use/Reader.html b/site/api/orc-core/org/apache/orc/class-use/Reader.html
index e23437309..24085e553 100644
--- a/site/api/orc-core/org/apache/orc/class-use/Reader.html
+++ b/site/api/orc-core/org/apache/orc/class-use/Reader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.Reader (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.Reader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.Reader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.Reader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/RecordReader.html b/site/api/orc-core/org/apache/orc/class-use/RecordReader.html
index f780137e6..aaa610178 100644
--- a/site/api/orc-core/org/apache/orc/class-use/RecordReader.html
+++ b/site/api/orc-core/org/apache/orc/class-use/RecordReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.RecordReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.RecordReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.RecordReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.RecordReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/StringColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/StringColumnStatistics.html
index 149c496ae..4538d79e2 100644
--- a/site/api/orc-core/org/apache/orc/class-use/StringColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/StringColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.StringColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.StringColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.StringColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.StringColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/StripeInformation.html b/site/api/orc-core/org/apache/orc/class-use/StripeInformation.html
index 6186be841..3f233ccba 100644
--- a/site/api/orc-core/org/apache/orc/class-use/StripeInformation.html
+++ b/site/api/orc-core/org/apache/orc/class-use/StripeInformation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.StripeInformation (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.StripeInformation (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.StripeInformation (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.StripeInformation (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/StripeStatistics.html b/site/api/orc-core/org/apache/orc/class-use/StripeStatistics.html
index e1d6e2c80..d902076d8 100644
--- a/site/api/orc-core/org/apache/orc/class-use/StripeStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/StripeStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.StripeStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.StripeStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.StripeStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.StripeStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/TimestampColumnStatistics.html b/site/api/orc-core/org/apache/orc/class-use/TimestampColumnStatistics.html
index bf34d516b..23f52f877 100644
--- a/site/api/orc-core/org/apache/orc/class-use/TimestampColumnStatistics.html
+++ b/site/api/orc-core/org/apache/orc/class-use/TimestampColumnStatistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.TimestampColumnStatistics (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.TimestampColumnStatistics (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.TimestampColumnStatistics (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.TimestampColumnStatistics (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.Category.html b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.Category.html
index 8074f9667..a3f2bef51 100644
--- a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.Category.html
+++ b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.Category.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.TypeDescription.Category (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.TypeDescription.Category (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.TypeDescription.Category (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.TypeDescription.Category (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.RowBatchVersion.html b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.RowBatchVersion.html
index 5cbc85bcb..9f3c9fbba 100644
--- a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.RowBatchVersion.html
+++ b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.RowBatchVersion.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.TypeDescription.RowBatchVersion (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.TypeDescription.RowBatchVersion (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.TypeDescription.RowBatchVersion (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.TypeDescription.RowBatchVersion (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.html b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.html
index 75cdd2891..5fc2b3e08 100644
--- a/site/api/orc-core/org/apache/orc/class-use/TypeDescription.html
+++ b/site/api/orc-core/org/apache/orc/class-use/TypeDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.TypeDescription (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.TypeDescription (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.TypeDescription (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.TypeDescription (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/TypeDescriptionPrettyPrint.html b/site/api/orc-core/org/apache/orc/class-use/TypeDescriptionPrettyPrint.html
index ca84d534c..3332f1622 100644
--- a/site/api/orc-core/org/apache/orc/class-use/TypeDescriptionPrettyPrint.html
+++ b/site/api/orc-core/org/apache/orc/class-use/TypeDescriptionPrettyPrint.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.TypeDescriptionPrettyPrint (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.TypeDescriptionPrettyPrint (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.TypeDescriptionPrettyPrint (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.TypeDescriptionPrettyPrint (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/UnknownFormatException.html b/site/api/orc-core/org/apache/orc/class-use/UnknownFormatException.html
index 1476d9125..024abcbf2 100644
--- a/site/api/orc-core/org/apache/orc/class-use/UnknownFormatException.html
+++ b/site/api/orc-core/org/apache/orc/class-use/UnknownFormatException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.UnknownFormatException (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.UnknownFormatException (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.UnknownFormatException (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.UnknownFormatException (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/class-use/Writer.html b/site/api/orc-core/org/apache/orc/class-use/Writer.html
index b42636749..e1d6ffcae 100644
--- a/site/api/orc-core/org/apache/orc/class-use/Writer.html
+++ b/site/api/orc-core/org/apache/orc/class-use/Writer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.Writer (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.Writer (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.Writer (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.Writer (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/BatchFilter.html b/site/api/orc-core/org/apache/orc/filter/BatchFilter.html
index e3d648ea7..d97b3f381 100644
--- a/site/api/orc-core/org/apache/orc/filter/BatchFilter.html
+++ b/site/api/orc-core/org/apache/orc/filter/BatchFilter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BatchFilter (ORC Core 1.8.4 API)</title>
+<title>BatchFilter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BatchFilter (ORC Core 1.8.4 API)";
+            parent.document.title="BatchFilter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/PluginFilterService.html b/site/api/orc-core/org/apache/orc/filter/PluginFilterService.html
index 0d0fcebfd..7947ef19b 100644
--- a/site/api/orc-core/org/apache/orc/filter/PluginFilterService.html
+++ b/site/api/orc-core/org/apache/orc/filter/PluginFilterService.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PluginFilterService (ORC Core 1.8.4 API)</title>
+<title>PluginFilterService (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PluginFilterService (ORC Core 1.8.4 API)";
+            parent.document.title="PluginFilterService (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/class-use/BatchFilter.html b/site/api/orc-core/org/apache/orc/filter/class-use/BatchFilter.html
index 14c907d83..68ed42569 100644
--- a/site/api/orc-core/org/apache/orc/filter/class-use/BatchFilter.html
+++ b/site/api/orc-core/org/apache/orc/filter/class-use/BatchFilter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.filter.BatchFilter (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.filter.BatchFilter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.filter.BatchFilter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.filter.BatchFilter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/class-use/PluginFilterService.html b/site/api/orc-core/org/apache/orc/filter/class-use/PluginFilterService.html
index 41f570e8c..6b09514c7 100644
--- a/site/api/orc-core/org/apache/orc/filter/class-use/PluginFilterService.html
+++ b/site/api/orc-core/org/apache/orc/filter/class-use/PluginFilterService.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.filter.PluginFilterService (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.filter.PluginFilterService (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.filter.PluginFilterService (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.filter.PluginFilterService (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/package-frame.html b/site/api/orc-core/org/apache/orc/filter/package-frame.html
index f4d815924..bd2b35f0e 100644
--- a/site/api/orc-core/org/apache/orc/filter/package-frame.html
+++ b/site/api/orc-core/org/apache/orc/filter/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.filter (ORC Core 1.8.4 API)</title>
+<title>org.apache.orc.filter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/site/api/orc-core/org/apache/orc/filter/package-summary.html b/site/api/orc-core/org/apache/orc/filter/package-summary.html
index b6b55e7ea..fb3257879 100644
--- a/site/api/orc-core/org/apache/orc/filter/package-summary.html
+++ b/site/api/orc-core/org/apache/orc/filter/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.filter (ORC Core 1.8.4 API)</title>
+<title>org.apache.orc.filter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.orc.filter (ORC Core 1.8.4 API)";
+            parent.document.title="org.apache.orc.filter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/package-tree.html b/site/api/orc-core/org/apache/orc/filter/package-tree.html
index 3de7e2b3e..62c447a05 100644
--- a/site/api/orc-core/org/apache/orc/filter/package-tree.html
+++ b/site/api/orc-core/org/apache/orc/filter/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.orc.filter Class Hierarchy (ORC Core 1.8.4 API)</title>
+<title>org.apache.orc.filter Class Hierarchy (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.orc.filter Class Hierarchy (ORC Core 1.8.4 API)";
+            parent.document.title="org.apache.orc.filter Class Hierarchy (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/filter/package-use.html b/site/api/orc-core/org/apache/orc/filter/package-use.html
index d23a73e04..b62703f08 100644
--- a/site/api/orc-core/org/apache/orc/filter/package-use.html
+++ b/site/api/orc-core/org/apache/orc/filter/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.orc.filter (ORC Core 1.8.4 API)</title>
+<title>Uses of Package org.apache.orc.filter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.orc.filter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Package org.apache.orc.filter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/AcidStats.html b/site/api/orc-core/org/apache/orc/impl/AcidStats.html
index d9dd80706..dbfce7635 100644
--- a/site/api/orc-core/org/apache/orc/impl/AcidStats.html
+++ b/site/api/orc-core/org/apache/orc/impl/AcidStats.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AcidStats (ORC Core 1.8.4 API)</title>
+<title>AcidStats (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AcidStats (ORC Core 1.8.4 API)";
+            parent.document.title="AcidStats (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/AircompressorCodec.html b/site/api/orc-core/org/apache/orc/impl/AircompressorCodec.html
index 5297c9d40..a3357c3a9 100644
--- a/site/api/orc-core/org/apache/orc/impl/AircompressorCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/AircompressorCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AircompressorCodec (ORC Core 1.8.4 API)</title>
+<title>AircompressorCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AircompressorCodec (ORC Core 1.8.4 API)";
+            parent.document.title="AircompressorCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/BitFieldReader.html b/site/api/orc-core/org/apache/orc/impl/BitFieldReader.html
index c49c9c6cc..8c78c8f9c 100644
--- a/site/api/orc-core/org/apache/orc/impl/BitFieldReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/BitFieldReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BitFieldReader (ORC Core 1.8.4 API)</title>
+<title>BitFieldReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BitFieldReader (ORC Core 1.8.4 API)";
+            parent.document.title="BitFieldReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/BitFieldWriter.html b/site/api/orc-core/org/apache/orc/impl/BitFieldWriter.html
index 17d6f555a..e5302145c 100644
--- a/site/api/orc-core/org/apache/orc/impl/BitFieldWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/BitFieldWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BitFieldWriter (ORC Core 1.8.4 API)</title>
+<title>BitFieldWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BitFieldWriter (ORC Core 1.8.4 API)";
+            parent.document.title="BitFieldWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/BufferChunk.html b/site/api/orc-core/org/apache/orc/impl/BufferChunk.html
index 24d50fed0..e193d41f0 100644
--- a/site/api/orc-core/org/apache/orc/impl/BufferChunk.html
+++ b/site/api/orc-core/org/apache/orc/impl/BufferChunk.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BufferChunk (ORC Core 1.8.4 API)</title>
+<title>BufferChunk (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BufferChunk (ORC Core 1.8.4 API)";
+            parent.document.title="BufferChunk (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/BufferChunkList.html b/site/api/orc-core/org/apache/orc/impl/BufferChunkList.html
index 372bc4d5f..6bf14b5d7 100644
--- a/site/api/orc-core/org/apache/orc/impl/BufferChunkList.html
+++ b/site/api/orc-core/org/apache/orc/impl/BufferChunkList.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BufferChunkList (ORC Core 1.8.4 API)</title>
+<title>BufferChunkList (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BufferChunkList (ORC Core 1.8.4 API)";
+            parent.document.title="BufferChunkList (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.BinaryStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.BinaryStatisticsImpl.html
index e5b6ed849..d72c02c40 100644
--- a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.BinaryStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.BinaryStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.StringStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.StringStatisticsImpl.html
index 3ed6daad6..6fe507679 100644
--- a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.StringStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.StringStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.html
index fd71bac64..8571bab06 100644
--- a/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/ColumnStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>ColumnStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="ColumnStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
index bf2746bcf..74dbf3cb2 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
index 7999c9394..bae5b421a 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
index 862d50780..ff5f9b8fe 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
index 5029b71ee..038698115 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
index 2a425cdfb..b8f140d23 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.ConvertTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.ConvertTreeReader.html
index 8db539871..a9e115d43 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.ConvertTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.ConvertTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
index 88c52b959..103320826 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
index 711a0c650..b623f9242 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
index 710dc8f67..2bf8fbfcc 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
index 5356fd4ec..23ae1c0dd 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
index 39c9c8fae..5a120d14c 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
index b5e4a0791..23adec94c 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
index 2a8b70e92..1b793128f 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
index 5990fb633..4a8080351 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
index ef2375934..94e41bf27 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
index 518e0895f..c06c7477d 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
index bd31452dd..2bb8cfd1e 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
index 1775c5121..5c76638ef 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
index 94589031c..48604690a 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
index 9f030cc1a..957910993 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
index 784788dac..94c2236d7 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
index 85c35101d..c9f777231 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
index e0385f097..500d7ba64 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
index cba39bd73..867e0417f 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
index 39e54a282..a444de437 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
index c68ce3439..807eec3fd 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
index f33f73639..8ae6a85bd 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
index 617f4869c..d2a4de8a9 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
index e2a6e756b..25bef831f 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
index e4fc9ae3f..a28fd1059 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
index f7c1a4ff0..eb52b058e 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.html b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.html
index 1fc56982f..a1f66ab2c 100644
--- a/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/ConvertTreeReaderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConvertTreeReaderFactory (ORC Core 1.8.4 API)</title>
+<title>ConvertTreeReaderFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConvertTreeReaderFactory (ORC Core 1.8.4 API)";
+            parent.document.title="ConvertTreeReaderFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/CryptoUtils.HadoopKeyProviderFactory.html b/site/api/orc-core/org/apache/orc/impl/CryptoUtils.HadoopKeyProviderFactory.html
index a228d131e..f691fd2a5 100644
--- a/site/api/orc-core/org/apache/orc/impl/CryptoUtils.HadoopKeyProviderFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/CryptoUtils.HadoopKeyProviderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.8.4 API)</title>
+<title>CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.8.4 API)";
+            parent.document.title="CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/CryptoUtils.html b/site/api/orc-core/org/apache/orc/impl/CryptoUtils.html
index 4bda3b691..cd1de72f8 100644
--- a/site/api/orc-core/org/apache/orc/impl/CryptoUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/CryptoUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CryptoUtils (ORC Core 1.8.4 API)</title>
+<title>CryptoUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CryptoUtils (ORC Core 1.8.4 API)";
+            parent.document.title="CryptoUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.Builder.html b/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.Builder.html
index 06d3249b6..6dd6a19b4 100644
--- a/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.Builder.html
+++ b/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.Builder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataReaderProperties.Builder (ORC Core 1.8.4 API)</title>
+<title>DataReaderProperties.Builder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataReaderProperties.Builder (ORC Core 1.8.4 API)";
+            parent.document.title="DataReaderProperties.Builder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.html b/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.html
index bdfd1e26b..512a51ba9 100644
--- a/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.html
+++ b/site/api/orc-core/org/apache/orc/impl/DataReaderProperties.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataReaderProperties (ORC Core 1.8.4 API)</title>
+<title>DataReaderProperties (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataReaderProperties (ORC Core 1.8.4 API)";
+            parent.document.title="DataReaderProperties (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DateUtils.html b/site/api/orc-core/org/apache/orc/impl/DateUtils.html
index 66f2c332d..e6298c634 100644
--- a/site/api/orc-core/org/apache/orc/impl/DateUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/DateUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateUtils (ORC Core 1.8.4 API)</title>
+<title>DateUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DateUtils (ORC Core 1.8.4 API)";
+            parent.document.title="DateUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/Dictionary.IMPL.html b/site/api/orc-core/org/apache/orc/impl/Dictionary.IMPL.html
index e175d52f1..188b39868 100644
--- a/site/api/orc-core/org/apache/orc/impl/Dictionary.IMPL.html
+++ b/site/api/orc-core/org/apache/orc/impl/Dictionary.IMPL.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Dictionary.IMPL (ORC Core 1.8.4 API)</title>
+<title>Dictionary.IMPL (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Dictionary.IMPL (ORC Core 1.8.4 API)";
+            parent.document.title="Dictionary.IMPL (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/Dictionary.Visitor.html b/site/api/orc-core/org/apache/orc/impl/Dictionary.Visitor.html
index 37f0d80e8..e75f74b74 100644
--- a/site/api/orc-core/org/apache/orc/impl/Dictionary.Visitor.html
+++ b/site/api/orc-core/org/apache/orc/impl/Dictionary.Visitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Dictionary.Visitor (ORC Core 1.8.4 API)</title>
+<title>Dictionary.Visitor (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Dictionary.Visitor (ORC Core 1.8.4 API)";
+            parent.document.title="Dictionary.Visitor (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/Dictionary.VisitorContext.html b/site/api/orc-core/org/apache/orc/impl/Dictionary.VisitorContext.html
index 61724211a..41b51c228 100644
--- a/site/api/orc-core/org/apache/orc/impl/Dictionary.VisitorContext.html
+++ b/site/api/orc-core/org/apache/orc/impl/Dictionary.VisitorContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Dictionary.VisitorContext (ORC Core 1.8.4 API)</title>
+<title>Dictionary.VisitorContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Dictionary.VisitorContext (ORC Core 1.8.4 API)";
+            parent.document.title="Dictionary.VisitorContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/Dictionary.html b/site/api/orc-core/org/apache/orc/impl/Dictionary.html
index ade6e5261..8f6e86fce 100644
--- a/site/api/orc-core/org/apache/orc/impl/Dictionary.html
+++ b/site/api/orc-core/org/apache/orc/impl/Dictionary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Dictionary (ORC Core 1.8.4 API)</title>
+<title>Dictionary (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Dictionary (ORC Core 1.8.4 API)";
+            parent.document.title="Dictionary (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DictionaryUtils.html b/site/api/orc-core/org/apache/orc/impl/DictionaryUtils.html
index b81cb3fc6..ae9e017cb 100644
--- a/site/api/orc-core/org/apache/orc/impl/DictionaryUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/DictionaryUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DictionaryUtils (ORC Core 1.8.4 API)</title>
+<title>DictionaryUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DictionaryUtils (ORC Core 1.8.4 API)";
+            parent.document.title="DictionaryUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DirectDecompressionCodec.html b/site/api/orc-core/org/apache/orc/impl/DirectDecompressionCodec.html
index b44e6b97d..0210feaa7 100644
--- a/site/api/orc-core/org/apache/orc/impl/DirectDecompressionCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/DirectDecompressionCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DirectDecompressionCodec (ORC Core 1.8.4 API)</title>
+<title>DirectDecompressionCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DirectDecompressionCodec (ORC Core 1.8.4 API)";
+            parent.document.title="DirectDecompressionCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DynamicByteArray.html b/site/api/orc-core/org/apache/orc/impl/DynamicByteArray.html
index b33750eac..dec0a1aa9 100644
--- a/site/api/orc-core/org/apache/orc/impl/DynamicByteArray.html
+++ b/site/api/orc-core/org/apache/orc/impl/DynamicByteArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DynamicByteArray (ORC Core 1.8.4 API)</title>
+<title>DynamicByteArray (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DynamicByteArray (ORC Core 1.8.4 API)";
+            parent.document.title="DynamicByteArray (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/DynamicIntArray.html b/site/api/orc-core/org/apache/orc/impl/DynamicIntArray.html
index 0273eb2a8..34fa9eff1 100644
--- a/site/api/orc-core/org/apache/orc/impl/DynamicIntArray.html
+++ b/site/api/orc-core/org/apache/orc/impl/DynamicIntArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DynamicIntArray (ORC Core 1.8.4 API)</title>
+<title>DynamicIntArray (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DynamicIntArray (ORC Core 1.8.4 API)";
+            parent.document.title="DynamicIntArray (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/HadoopShimsFactory.html b/site/api/orc-core/org/apache/orc/impl/HadoopShimsFactory.html
index 631d8dd5c..901df68e9 100644
--- a/site/api/orc-core/org/apache/orc/impl/HadoopShimsFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/HadoopShimsFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HadoopShimsFactory (ORC Core 1.8.4 API)</title>
+<title>HadoopShimsFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HadoopShimsFactory (ORC Core 1.8.4 API)";
+            parent.document.title="HadoopShimsFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/IOUtils.html b/site/api/orc-core/org/apache/orc/impl/IOUtils.html
index 11f8540ba..c6416310e 100644
--- a/site/api/orc-core/org/apache/orc/impl/IOUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/IOUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IOUtils (ORC Core 1.8.4 API)</title>
+<title>IOUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IOUtils (ORC Core 1.8.4 API)";
+            parent.document.title="IOUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/InStream.CompressedStream.html b/site/api/orc-core/org/apache/orc/impl/InStream.CompressedStream.html
index 392261673..35b0eaa65 100644
--- a/site/api/orc-core/org/apache/orc/impl/InStream.CompressedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/InStream.CompressedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InStream.CompressedStream (ORC Core 1.8.4 API)</title>
+<title>InStream.CompressedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InStream.CompressedStream (ORC Core 1.8.4 API)";
+            parent.document.title="InStream.CompressedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/InStream.EncryptedStream.html b/site/api/orc-core/org/apache/orc/impl/InStream.EncryptedStream.html
index 67ee6e8c9..1171a3a57 100644
--- a/site/api/orc-core/org/apache/orc/impl/InStream.EncryptedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/InStream.EncryptedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InStream.EncryptedStream (ORC Core 1.8.4 API)</title>
+<title>InStream.EncryptedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InStream.EncryptedStream (ORC Core 1.8.4 API)";
+            parent.document.title="InStream.EncryptedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/InStream.StreamOptions.html b/site/api/orc-core/org/apache/orc/impl/InStream.StreamOptions.html
index f0bfa28da..13cdc1b26 100644
--- a/site/api/orc-core/org/apache/orc/impl/InStream.StreamOptions.html
+++ b/site/api/orc-core/org/apache/orc/impl/InStream.StreamOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InStream.StreamOptions (ORC Core 1.8.4 API)</title>
+<title>InStream.StreamOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InStream.StreamOptions (ORC Core 1.8.4 API)";
+            parent.document.title="InStream.StreamOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/InStream.UncompressedStream.html b/site/api/orc-core/org/apache/orc/impl/InStream.UncompressedStream.html
index 9941513e0..bc8c028e7 100644
--- a/site/api/orc-core/org/apache/orc/impl/InStream.UncompressedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/InStream.UncompressedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InStream.UncompressedStream (ORC Core 1.8.4 API)</title>
+<title>InStream.UncompressedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InStream.UncompressedStream (ORC Core 1.8.4 API)";
+            parent.document.title="InStream.UncompressedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/InStream.html b/site/api/orc-core/org/apache/orc/impl/InStream.html
index ca7f4b9cc..a99ed9b78 100644
--- a/site/api/orc-core/org/apache/orc/impl/InStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/InStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InStream (ORC Core 1.8.4 API)</title>
+<title>InStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InStream (ORC Core 1.8.4 API)";
+            parent.document.title="InStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/IntegerReader.html b/site/api/orc-core/org/apache/orc/impl/IntegerReader.html
index 281b4dfc0..3bf6fc27e 100644
--- a/site/api/orc-core/org/apache/orc/impl/IntegerReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/IntegerReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntegerReader (ORC Core 1.8.4 API)</title>
+<title>IntegerReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IntegerReader (ORC Core 1.8.4 API)";
+            parent.document.title="IntegerReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/IntegerWriter.html b/site/api/orc-core/org/apache/orc/impl/IntegerWriter.html
index 391575d90..58e5d79b4 100644
--- a/site/api/orc-core/org/apache/orc/impl/IntegerWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/IntegerWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntegerWriter (ORC Core 1.8.4 API)</title>
+<title>IntegerWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IntegerWriter (ORC Core 1.8.4 API)";
+            parent.document.title="IntegerWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/MaskDescriptionImpl.html b/site/api/orc-core/org/apache/orc/impl/MaskDescriptionImpl.html
index 62fdd5e15..63eb99e7e 100644
--- a/site/api/orc-core/org/apache/orc/impl/MaskDescriptionImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/MaskDescriptionImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MaskDescriptionImpl (ORC Core 1.8.4 API)</title>
+<title>MaskDescriptionImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MaskDescriptionImpl (ORC Core 1.8.4 API)";
+            parent.document.title="MaskDescriptionImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/MemoryManager.html b/site/api/orc-core/org/apache/orc/impl/MemoryManager.html
index 8d0506a63..3578ce202 100644
--- a/site/api/orc-core/org/apache/orc/impl/MemoryManager.html
+++ b/site/api/orc-core/org/apache/orc/impl/MemoryManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MemoryManager (ORC Core 1.8.4 API)</title>
+<title>MemoryManager (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MemoryManager (ORC Core 1.8.4 API)";
+            parent.document.title="MemoryManager (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/MemoryManagerImpl.html b/site/api/orc-core/org/apache/orc/impl/MemoryManagerImpl.html
index 389309354..3c23ecfce 100644
--- a/site/api/orc-core/org/apache/orc/impl/MemoryManagerImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/MemoryManagerImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MemoryManagerImpl (ORC Core 1.8.4 API)</title>
+<title>MemoryManagerImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MemoryManagerImpl (ORC Core 1.8.4 API)";
+            parent.document.title="MemoryManagerImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OrcAcidUtils.html b/site/api/orc-core/org/apache/orc/impl/OrcAcidUtils.html
index ecaa0b770..41ea260a7 100644
--- a/site/api/orc-core/org/apache/orc/impl/OrcAcidUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/OrcAcidUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcAcidUtils (ORC Core 1.8.4 API)</title>
+<title>OrcAcidUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcAcidUtils (ORC Core 1.8.4 API)";
+            parent.document.title="OrcAcidUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OrcCodecPool.html b/site/api/orc-core/org/apache/orc/impl/OrcCodecPool.html
index 238668623..4eb1c5299 100644
--- a/site/api/orc-core/org/apache/orc/impl/OrcCodecPool.html
+++ b/site/api/orc-core/org/apache/orc/impl/OrcCodecPool.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcCodecPool (ORC Core 1.8.4 API)</title>
+<title>OrcCodecPool (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcCodecPool (ORC Core 1.8.4 API)";
+            parent.document.title="OrcCodecPool (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OrcFilterContextImpl.html b/site/api/orc-core/org/apache/orc/impl/OrcFilterContextImpl.html
index fb7eff9f9..fc5db87cb 100644
--- a/site/api/orc-core/org/apache/orc/impl/OrcFilterContextImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/OrcFilterContextImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcFilterContextImpl (ORC Core 1.8.4 API)</title>
+<title>OrcFilterContextImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcFilterContextImpl (ORC Core 1.8.4 API)";
+            parent.document.title="OrcFilterContextImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OrcIndex.html b/site/api/orc-core/org/apache/orc/impl/OrcIndex.html
index 869ec6b47..ce00c72a0 100644
--- a/site/api/orc-core/org/apache/orc/impl/OrcIndex.html
+++ b/site/api/orc-core/org/apache/orc/impl/OrcIndex.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcIndex (ORC Core 1.8.4 API)</title>
+<title>OrcIndex (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcIndex (ORC Core 1.8.4 API)";
+            parent.document.title="OrcIndex (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OrcTail.html b/site/api/orc-core/org/apache/orc/impl/OrcTail.html
index ce6f7edcb..245598cda 100644
--- a/site/api/orc-core/org/apache/orc/impl/OrcTail.html
+++ b/site/api/orc-core/org/apache/orc/impl/OrcTail.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OrcTail (ORC Core 1.8.4 API)</title>
+<title>OrcTail (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OrcTail (ORC Core 1.8.4 API)";
+            parent.document.title="OrcTail (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/OutStream.html b/site/api/orc-core/org/apache/orc/impl/OutStream.html
index 4bef6383e..997353284 100644
--- a/site/api/orc-core/org/apache/orc/impl/OutStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/OutStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutStream (ORC Core 1.8.4 API)</title>
+<title>OutStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OutStream (ORC Core 1.8.4 API)";
+            parent.document.title="OutStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ParserUtils.StringPosition.html b/site/api/orc-core/org/apache/orc/impl/ParserUtils.StringPosition.html
index 75a5eed17..1aab32e90 100644
--- a/site/api/orc-core/org/apache/orc/impl/ParserUtils.StringPosition.html
+++ b/site/api/orc-core/org/apache/orc/impl/ParserUtils.StringPosition.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserUtils.StringPosition (ORC Core 1.8.4 API)</title>
+<title>ParserUtils.StringPosition (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ParserUtils.StringPosition (ORC Core 1.8.4 API)";
+            parent.document.title="ParserUtils.StringPosition (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeFinder.html b/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeFinder.html
index ce4152d1b..8355b30e7 100644
--- a/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeFinder.html
+++ b/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeFinder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserUtils.TypeFinder (ORC Core 1.8.4 API)</title>
+<title>ParserUtils.TypeFinder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ParserUtils.TypeFinder (ORC Core 1.8.4 API)";
+            parent.document.title="ParserUtils.TypeFinder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeVisitor.html b/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeVisitor.html
index 85bf8800e..aec2ef31c 100644
--- a/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeVisitor.html
+++ b/site/api/orc-core/org/apache/orc/impl/ParserUtils.TypeVisitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserUtils.TypeVisitor (ORC Core 1.8.4 API)</title>
+<title>ParserUtils.TypeVisitor (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ParserUtils.TypeVisitor (ORC Core 1.8.4 API)";
+            parent.document.title="ParserUtils.TypeVisitor (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ParserUtils.html b/site/api/orc-core/org/apache/orc/impl/ParserUtils.html
index e550bfbb9..72a829f4f 100644
--- a/site/api/orc-core/org/apache/orc/impl/ParserUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/ParserUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserUtils (ORC Core 1.8.4 API)</title>
+<title>ParserUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ParserUtils (ORC Core 1.8.4 API)";
+            parent.document.title="ParserUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.VariantTracker.html b/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.VariantTracker.html
index 4a3c16add..fbe1b551c 100644
--- a/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.VariantTracker.html
+++ b/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.VariantTracker.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PhysicalFsWriter.VariantTracker (ORC Core 1.8.4 API)</title>
+<title>PhysicalFsWriter.VariantTracker (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PhysicalFsWriter.VariantTracker (ORC Core 1.8.4 API)";
+            parent.document.title="PhysicalFsWriter.VariantTracker (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.html b/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.html
index a96e2ffff..ef35aaa08 100644
--- a/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/PhysicalFsWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PhysicalFsWriter (ORC Core 1.8.4 API)</title>
+<title>PhysicalFsWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PhysicalFsWriter (ORC Core 1.8.4 API)";
+            parent.document.title="PhysicalFsWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/PositionProvider.html b/site/api/orc-core/org/apache/orc/impl/PositionProvider.html
index 7ff3739cc..dfbe0fa1a 100644
--- a/site/api/orc-core/org/apache/orc/impl/PositionProvider.html
+++ b/site/api/orc-core/org/apache/orc/impl/PositionProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PositionProvider (ORC Core 1.8.4 API)</title>
+<title>PositionProvider (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PositionProvider (ORC Core 1.8.4 API)";
+            parent.document.title="PositionProvider (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/PositionRecorder.html b/site/api/orc-core/org/apache/orc/impl/PositionRecorder.html
index 5a07301e3..4badfe8fc 100644
--- a/site/api/orc-core/org/apache/orc/impl/PositionRecorder.html
+++ b/site/api/orc-core/org/apache/orc/impl/PositionRecorder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PositionRecorder (ORC Core 1.8.4 API)</title>
+<title>PositionRecorder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PositionRecorder (ORC Core 1.8.4 API)";
+            parent.document.title="PositionRecorder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/PositionedOutputStream.html b/site/api/orc-core/org/apache/orc/impl/PositionedOutputStream.html
index 01573748a..e0bf222e1 100644
--- a/site/api/orc-core/org/apache/orc/impl/PositionedOutputStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/PositionedOutputStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PositionedOutputStream (ORC Core 1.8.4 API)</title>
+<title>PositionedOutputStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PositionedOutputStream (ORC Core 1.8.4 API)";
+            parent.document.title="PositionedOutputStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ReaderImpl.StripeInformationImpl.html b/site/api/orc-core/org/apache/orc/impl/ReaderImpl.StripeInformationImpl.html
index a630ae63e..9d0b461f8 100644
--- a/site/api/orc-core/org/apache/orc/impl/ReaderImpl.StripeInformationImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/ReaderImpl.StripeInformationImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReaderImpl.StripeInformationImpl (ORC Core 1.8.4 API)</title>
+<title>ReaderImpl.StripeInformationImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ReaderImpl.StripeInformationImpl (ORC Core 1.8.4 API)";
+            parent.document.title="ReaderImpl.StripeInformationImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ReaderImpl.html b/site/api/orc-core/org/apache/orc/impl/ReaderImpl.html
index d936379ab..72af88858 100644
--- a/site/api/orc-core/org/apache/orc/impl/ReaderImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/ReaderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReaderImpl (ORC Core 1.8.4 API)</title>
+<title>ReaderImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ReaderImpl (ORC Core 1.8.4 API)";
+            parent.document.title="ReaderImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.PositionProviderImpl.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.PositionProviderImpl.html
index cfee26b81..8c1e81d22 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.PositionProviderImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.PositionProviderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderImpl.PositionProviderImpl (ORC Core 1.8.4 API)</title>
+<title>RecordReaderImpl.PositionProviderImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderImpl.PositionProviderImpl (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderImpl.PositionProviderImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.SargApplier.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.SargApplier.html
index 01cee6f54..2c4c077a8 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.SargApplier.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.SargApplier.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderImpl.SargApplier (ORC Core 1.8.4 API)</title>
+<title>RecordReaderImpl.SargApplier (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderImpl.SargApplier (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderImpl.SargApplier (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.ZeroPositionProvider.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.ZeroPositionProvider.html
index 1740e9164..8dbe414c6 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.ZeroPositionProvider.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.ZeroPositionProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderImpl.ZeroPositionProvider (ORC Core 1.8.4 API)</title>
+<title>RecordReaderImpl.ZeroPositionProvider (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderImpl.ZeroPositionProvider (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderImpl.ZeroPositionProvider (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.html
index 3fbd0bfc4..980cf1b2c 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderImpl (ORC Core 1.8.4 API)</title>
+<title>RecordReaderImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderImpl (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.ByteBufferAllocatorPool.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.ByteBufferAllocatorPool.html
index e541a1bcf..89035a9f8 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.ByteBufferAllocatorPool.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.ByteBufferAllocatorPool.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderUtils.ByteBufferAllocatorPool (ORC Core 1.8.4 API)</title>
+<title>RecordReaderUtils.ByteBufferAllocatorPool (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderUtils.ByteBufferAllocatorPool (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderUtils.ByteBufferAllocatorPool (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.html b/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.html
index ddd49d397..30e5f63d1 100644
--- a/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/RecordReaderUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RecordReaderUtils (ORC Core 1.8.4 API)</title>
+<title>RecordReaderUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RecordReaderUtils (ORC Core 1.8.4 API)";
+            parent.document.title="RecordReaderUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthByteReader.html b/site/api/orc-core/org/apache/orc/impl/RunLengthByteReader.html
index 721bd0f47..0bc323138 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthByteReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthByteReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthByteReader (ORC Core 1.8.4 API)</title>
+<title>RunLengthByteReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthByteReader (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthByteReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthByteWriter.html b/site/api/orc-core/org/apache/orc/impl/RunLengthByteWriter.html
index d18d8cdfc..6d16315fb 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthByteWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthByteWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthByteWriter (ORC Core 1.8.4 API)</title>
+<title>RunLengthByteWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthByteWriter (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthByteWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReader.html b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReader.html
index 5a680ed31..6194cf590 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthIntegerReader (ORC Core 1.8.4 API)</title>
+<title>RunLengthIntegerReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthIntegerReader (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthIntegerReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReaderV2.html b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReaderV2.html
index a261f679a..48b6b73be 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReaderV2.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerReaderV2.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthIntegerReaderV2 (ORC Core 1.8.4 API)</title>
+<title>RunLengthIntegerReaderV2 (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthIntegerReaderV2 (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthIntegerReaderV2 (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriter.html b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriter.html
index dc4d5cec0..d25e20d38 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthIntegerWriter (ORC Core 1.8.4 API)</title>
+<title>RunLengthIntegerWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthIntegerWriter (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthIntegerWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.EncodingType.html b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.EncodingType.html
index 804b176a3..ea9980d94 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.EncodingType.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.EncodingType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthIntegerWriterV2.EncodingType (ORC Core 1.8.4 API)</title>
+<title>RunLengthIntegerWriterV2.EncodingType (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthIntegerWriterV2.EncodingType (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthIntegerWriterV2.EncodingType (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.html b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.html
index 289ee3cff..60519bd2b 100644
--- a/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.html
+++ b/site/api/orc-core/org/apache/orc/impl/RunLengthIntegerWriterV2.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RunLengthIntegerWriterV2 (ORC Core 1.8.4 API)</title>
+<title>RunLengthIntegerWriterV2 (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RunLengthIntegerWriterV2 (ORC Core 1.8.4 API)";
+            parent.document.title="RunLengthIntegerWriterV2 (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.IllegalEvolutionException.html b/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.IllegalEvolutionException.html
index e4b241265..1b0b3719c 100644
--- a/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.IllegalEvolutionException.html
+++ b/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.IllegalEvolutionException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaEvolution.IllegalEvolutionException (ORC Core 1.8.4 API)</title>
+<title>SchemaEvolution.IllegalEvolutionException (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaEvolution.IllegalEvolutionException (ORC Core 1.8.4 API)";
+            parent.document.title="SchemaEvolution.IllegalEvolutionException (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.html b/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.html
index 42f2a7938..5fa28eae2 100644
--- a/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.html
+++ b/site/api/orc-core/org/apache/orc/impl/SchemaEvolution.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaEvolution (ORC Core 1.8.4 API)</title>
+<title>SchemaEvolution (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaEvolution (ORC Core 1.8.4 API)";
+            parent.document.title="SchemaEvolution (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/SerializationUtils.FixedBitSizes.html b/site/api/orc-core/org/apache/orc/impl/SerializationUtils.FixedBitSizes.html
index 870a3be73..45d354fb8 100644
--- a/site/api/orc-core/org/apache/orc/impl/SerializationUtils.FixedBitSizes.html
+++ b/site/api/orc-core/org/apache/orc/impl/SerializationUtils.FixedBitSizes.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializationUtils.FixedBitSizes (ORC Core 1.8.4 API)</title>
+<title>SerializationUtils.FixedBitSizes (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SerializationUtils.FixedBitSizes (ORC Core 1.8.4 API)";
+            parent.document.title="SerializationUtils.FixedBitSizes (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/SerializationUtils.html b/site/api/orc-core/org/apache/orc/impl/SerializationUtils.html
index 9324ca40b..39df10174 100644
--- a/site/api/orc-core/org/apache/orc/impl/SerializationUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/SerializationUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializationUtils (ORC Core 1.8.4 API)</title>
+<title>SerializationUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SerializationUtils (ORC Core 1.8.4 API)";
+            parent.document.title="SerializationUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/SnappyCodec.html b/site/api/orc-core/org/apache/orc/impl/SnappyCodec.html
index 9cc8f2685..030a9ca73 100644
--- a/site/api/orc-core/org/apache/orc/impl/SnappyCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/SnappyCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SnappyCodec (ORC Core 1.8.4 API)</title>
+<title>SnappyCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SnappyCodec (ORC Core 1.8.4 API)";
+            parent.document.title="SnappyCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/StreamName.Area.html b/site/api/orc-core/org/apache/orc/impl/StreamName.Area.html
index 2ca5eaf1c..60b4c268b 100644
--- a/site/api/orc-core/org/apache/orc/impl/StreamName.Area.html
+++ b/site/api/orc-core/org/apache/orc/impl/StreamName.Area.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StreamName.Area (ORC Core 1.8.4 API)</title>
+<title>StreamName.Area (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StreamName.Area (ORC Core 1.8.4 API)";
+            parent.document.title="StreamName.Area (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/StreamName.html b/site/api/orc-core/org/apache/orc/impl/StreamName.html
index 09ec6b9c5..b03d6f055 100644
--- a/site/api/orc-core/org/apache/orc/impl/StreamName.html
+++ b/site/api/orc-core/org/apache/orc/impl/StreamName.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StreamName (ORC Core 1.8.4 API)</title>
+<title>StreamName (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StreamName (ORC Core 1.8.4 API)";
+            parent.document.title="StreamName (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/StringHashTableDictionary.html b/site/api/orc-core/org/apache/orc/impl/StringHashTableDictionary.html
index 9dc5d4690..82e74914a 100644
--- a/site/api/orc-core/org/apache/orc/impl/StringHashTableDictionary.html
+++ b/site/api/orc-core/org/apache/orc/impl/StringHashTableDictionary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StringHashTableDictionary (ORC Core 1.8.4 API)</title>
+<title>StringHashTableDictionary (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StringHashTableDictionary (ORC Core 1.8.4 API)";
+            parent.document.title="StringHashTableDictionary (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/StringRedBlackTree.html b/site/api/orc-core/org/apache/orc/impl/StringRedBlackTree.html
index 92bea5046..61a036be1 100644
--- a/site/api/orc-core/org/apache/orc/impl/StringRedBlackTree.html
+++ b/site/api/orc-core/org/apache/orc/impl/StringRedBlackTree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StringRedBlackTree (ORC Core 1.8.4 API)</title>
+<title>StringRedBlackTree (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StringRedBlackTree (ORC Core 1.8.4 API)";
+            parent.document.title="StringRedBlackTree (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/StripeStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/StripeStatisticsImpl.html
index 2f331694d..49a2d2728 100644
--- a/site/api/orc-core/org/apache/orc/impl/StripeStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/StripeStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StripeStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>StripeStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StripeStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="StripeStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BinaryTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BinaryTreeReader.html
index 8468c6f81..142e94d47 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BinaryTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BinaryTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.BinaryTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.BinaryTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.BinaryTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.BinaryTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BooleanTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BooleanTreeReader.html
index 80ee95c8a..8e74eefd2 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BooleanTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BooleanTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.BooleanTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.BooleanTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.BooleanTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.BooleanTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ByteTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ByteTreeReader.html
index 0b3238991..ecbcae96e 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ByteTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ByteTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.ByteTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.ByteTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.ByteTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.ByteTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BytesColumnVectorUtil.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BytesColumnVectorUtil.html
index 7590fceb6..d404768b1 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BytesColumnVectorUtil.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.BytesColumnVectorUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.BytesColumnVectorUtil (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.BytesColumnVectorUtil (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.BytesColumnVectorUtil (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.BytesColumnVectorUtil (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.CharTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.CharTreeReader.html
index d32833186..3f2c595b1 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.CharTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.CharTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.CharTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.CharTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.CharTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.CharTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Context.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Context.html
index 1fefe0b6e..88cd1371c 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Context.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Context.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.Context (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.Context (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.Context (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.Context (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DateTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DateTreeReader.html
index 1b0684b0f..99a38d973 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DateTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DateTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.DateTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.DateTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.DateTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.DateTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Decimal64TreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Decimal64TreeReader.html
index 4a87491b0..4eb201e65 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Decimal64TreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.Decimal64TreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.Decimal64TreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.Decimal64TreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.Decimal64TreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.Decimal64TreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DecimalTreeReader.html
index c33a311c9..7ba79532e 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.DecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.DecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.DecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.DecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DoubleTreeReader.html
index 623015c44..7fa22db3e 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.DoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.DoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.DoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.DoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.DoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.FloatTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.FloatTreeReader.html
index 8228acfba..a835b0a00 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.FloatTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.FloatTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.FloatTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.FloatTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.FloatTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.FloatTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.IntTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.IntTreeReader.html
index d0df217d6..9a60bc1b6 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.IntTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.IntTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.IntTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.IntTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.IntTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.IntTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ListTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ListTreeReader.html
index 940190caa..06a62d18a 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ListTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ListTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.ListTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.ListTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.ListTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.ListTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.LongTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.LongTreeReader.html
index 4cfb0665d..a116d232b 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.LongTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.LongTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.LongTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.LongTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.LongTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.LongTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.MapTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.MapTreeReader.html
index 47d047e48..ce0c4048d 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.MapTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.MapTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.MapTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.MapTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.MapTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.MapTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.NullTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.NullTreeReader.html
index 85b93390b..f3fb51a2b 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.NullTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.NullTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.NullTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.NullTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.NullTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.NullTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ReaderContext.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ReaderContext.html
index 7ec7c8660..d2b0f8c87 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ReaderContext.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ReaderContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.ReaderContext (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.ReaderContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.ReaderContext (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.ReaderContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ShortTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ShortTreeReader.html
index ad6529971..aceb69b72 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ShortTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.ShortTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.ShortTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.ShortTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.ShortTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.ShortTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDictionaryTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDictionaryTreeReader.html
index 9bec7d3e8..42c55f908 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDictionaryTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDictionaryTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.StringDictionaryTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.StringDictionaryTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.StringDictionaryTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.StringDictionaryTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDirectTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDirectTreeReader.html
index 73dba78fa..1517727a4 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDirectTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringDirectTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.StringDirectTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.StringDirectTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.StringDirectTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.StringDirectTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringTreeReader.html
index 8c7688565..e38c09a6d 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StringTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.StringTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.StringTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.StringTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.StringTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StructTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StructTreeReader.html
index 36ed105d2..787e383b8 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StructTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.StructTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.StructTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.StructTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.StructTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.StructTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TimestampTreeReader.html
index 406d7325f..1f6eefaa0 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.TimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.TimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.TimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.TimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TreeReader.html
index 769ad47ec..98329cc48 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.TreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.TreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.TreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.TreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.TreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.UnionTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.UnionTreeReader.html
index e9cbedd47..d7a3ab05b 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.UnionTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.UnionTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.UnionTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.UnionTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.UnionTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.UnionTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.VarcharTreeReader.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.VarcharTreeReader.html
index 80fd85e9b..7305aae0c 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.VarcharTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.VarcharTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory.VarcharTreeReader (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory.VarcharTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory.VarcharTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory.VarcharTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.html b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.html
index ecb056f82..ac829a54a 100644
--- a/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/TreeReaderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TreeReaderFactory (ORC Core 1.8.4 API)</title>
+<title>TreeReaderFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TreeReaderFactory (ORC Core 1.8.4 API)";
+            parent.document.title="TreeReaderFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/TypeUtils.html b/site/api/orc-core/org/apache/orc/impl/TypeUtils.html
index 85abde027..700c97bb7 100644
--- a/site/api/orc-core/org/apache/orc/impl/TypeUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/TypeUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TypeUtils (ORC Core 1.8.4 API)</title>
+<title>TypeUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeUtils (ORC Core 1.8.4 API)";
+            parent.document.title="TypeUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/Utf8Utils.html b/site/api/orc-core/org/apache/orc/impl/Utf8Utils.html
index fb7ad7c9b..2b4420d57 100644
--- a/site/api/orc-core/org/apache/orc/impl/Utf8Utils.html
+++ b/site/api/orc-core/org/apache/orc/impl/Utf8Utils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Utf8Utils (ORC Core 1.8.4 API)</title>
+<title>Utf8Utils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Utf8Utils (ORC Core 1.8.4 API)";
+            parent.document.title="Utf8Utils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/VisitorContextImpl.html b/site/api/orc-core/org/apache/orc/impl/VisitorContextImpl.html
index 5984cb4da..191f135ce 100644
--- a/site/api/orc-core/org/apache/orc/impl/VisitorContextImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/VisitorContextImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>VisitorContextImpl (ORC Core 1.8.4 API)</title>
+<title>VisitorContextImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="VisitorContextImpl (ORC Core 1.8.4 API)";
+            parent.document.title="VisitorContextImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/WriterImpl.html b/site/api/orc-core/org/apache/orc/impl/WriterImpl.html
index 60d1fe1de..622d1e3c7 100644
--- a/site/api/orc-core/org/apache/orc/impl/WriterImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/WriterImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WriterImpl (ORC Core 1.8.4 API)</title>
+<title>WriterImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="WriterImpl (ORC Core 1.8.4 API)";
+            parent.document.title="WriterImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/WriterInternal.html b/site/api/orc-core/org/apache/orc/impl/WriterInternal.html
index 151be54dc..bd3e78a29 100644
--- a/site/api/orc-core/org/apache/orc/impl/WriterInternal.html
+++ b/site/api/orc-core/org/apache/orc/impl/WriterInternal.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WriterInternal (ORC Core 1.8.4 API)</title>
+<title>WriterInternal (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="WriterInternal (ORC Core 1.8.4 API)";
+            parent.document.title="WriterInternal (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/ZlibCodec.html b/site/api/orc-core/org/apache/orc/impl/ZlibCodec.html
index 414d2b510..7a1abba9d 100644
--- a/site/api/orc-core/org/apache/orc/impl/ZlibCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/ZlibCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ZlibCodec (ORC Core 1.8.4 API)</title>
+<title>ZlibCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ZlibCodec (ORC Core 1.8.4 API)";
+            parent.document.title="ZlibCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/AcidStats.html b/site/api/orc-core/org/apache/orc/impl/class-use/AcidStats.html
index a6b26a83e..161e12b28 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/AcidStats.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/AcidStats.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.AcidStats (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.AcidStats (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.AcidStats (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.AcidStats (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/AircompressorCodec.html b/site/api/orc-core/org/apache/orc/impl/class-use/AircompressorCodec.html
index 94faec438..1fb2ad3b7 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/AircompressorCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/AircompressorCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.AircompressorCodec (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.AircompressorCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.AircompressorCodec (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.AircompressorCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldReader.html
index c2e33e1be..55826019a 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.BitFieldReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.BitFieldReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.BitFieldReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.BitFieldReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldWriter.html b/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldWriter.html
index c32f5ce1e..720f34676 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/BitFieldWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.BitFieldWriter (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.BitFieldWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.BitFieldWriter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.BitFieldWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunk.html b/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunk.html
index fd50656a2..de32ea69d 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunk.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunk.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.BufferChunk (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.BufferChunk (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.BufferChunk (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.BufferChunk (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunkList.html b/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunkList.html
index 1830e6999..98851e73c 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunkList.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/BufferChunkList.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.BufferChunkList (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.BufferChunkList (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.BufferChunkList (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.BufferChunkList (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.BinaryStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.BinaryStatisticsImpl.html
index 78a7df14f..5a9723090 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.BinaryStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.BinaryStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.BinaryStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.StringStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.StringStatisticsImpl.html
index 47ef73447..2cbc37015 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.StringStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.StringStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl.StringStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.html
index 6d738ca9b..acf8fca60 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ColumnStatisticsImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ColumnStatisticsImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ColumnStatisticsImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
index 12e875070..70838e7b7 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
index 3d16d521e..11b08bd2e 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
index e62d5696f..2d33adbbf 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
index d4ce8b617..3f3fa9185 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
index 0ca67fabc..7c626465a 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.AnyIntegerFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.ConvertTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.ConvertTreeReader.html
index d45654089..399846083 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.ConvertTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.ConvertTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.ConvertTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
index 759de691f..81c5fa4eb 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
index 111f29019..00b1fd354 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DateFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DateFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
index 2626cda82..7a4c2c752 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
index 304f00bd8..d194eb9ce 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
index a088d649d..091df9040 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
index 39aedea83..69e8b88b4 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
index cfd324288..903fedff1 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DecimalFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DecimalFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
index 2c1a8e4fc..8e41df949 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
index 93cc02f22..1643fd344 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
index e0009bddf..c7876743f 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
index 88fe5b03d..90c7f23da 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.DoubleFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.DoubleFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
index 90781cfa0..9b76b9eb4 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.FloatFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.FloatFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
index 2f0ccbaba..01e961821 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
index fc89e01cb..4522f23ed 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBinaryTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
index a7465b1e2..5c5bd04d7 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromBooleanTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
index bbe56607e..ca9c5fd3a 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDateTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDateTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
index b9d329efc..a18f2e52f 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
index 7d34950f1..b92367a8c 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
index 1c3e8b1b4..b41e5224d 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
index 0c2dde766..827a49ad3 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.StringGroupFromTimestampTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
index 903df895b..bcfc42e53 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromAnyIntegerTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
index 94a9b905d..4bb4007f5 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDateTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDateTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
index 85c9d9936..3d899f95d 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDecimalTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDecimalTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
index 256f51ede..f46d299a5 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromDoubleTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromDoubleTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
index bfbcb9a86..557163cbe 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory.TimestampFromStringGroupTreeReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.html b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.html
index 81102b5ca..6c0878325 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ConvertTreeReaderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ConvertTreeReaderFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.HadoopKeyProviderFactory.html b/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.HadoopKeyProviderFactory.html
index dbfbd83ad..220a9e0b3 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.HadoopKeyProviderFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.HadoopKeyProviderFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.CryptoUtils.HadoopKeyProviderFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.html
index 60f5a5480..c0a28a678 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/CryptoUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.CryptoUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.CryptoUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.CryptoUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.CryptoUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.Builder.html b/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.Builder.html
index 3bf688c93..a5245093e 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.Builder.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.Builder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DataReaderProperties.Builder (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DataReaderProperties.Builder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DataReaderProperties.Builder (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DataReaderProperties.Builder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.html b/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.html
index afb95f4b5..83a105d81 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DataReaderProperties.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DataReaderProperties (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DataReaderProperties (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DataReaderProperties (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DataReaderProperties (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DateUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/DateUtils.html
index a4a1945d8..b35bbd399 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DateUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DateUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DateUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DateUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DateUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DateUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.IMPL.html b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.IMPL.html
index 0c49ba57e..693a1c345 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.IMPL.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.IMPL.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.Dictionary.IMPL (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.Dictionary.IMPL (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.Dictionary.IMPL (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.Dictionary.IMPL (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.Visitor.html b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.Visitor.html
index b87e9f900..40d90decd 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.Visitor.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.Visitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.Dictionary.Visitor (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.Dictionary.Visitor (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary.Visitor (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary.Visitor (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.VisitorContext.html b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.VisitorContext.html
index 63daf2964..8c22bdd06 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.VisitorContext.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.VisitorContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.Dictionary.VisitorContext (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.Dictionary.VisitorContext (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary.VisitorContext (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary.VisitorContext (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.html b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.html
index 4b4db85ce..f26659cba 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/Dictionary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.Dictionary (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.Dictionary (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.Dictionary (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DictionaryUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/DictionaryUtils.html
index cc1b053e3..0b49fcd0e 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DictionaryUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DictionaryUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DictionaryUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DictionaryUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DictionaryUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DictionaryUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DirectDecompressionCodec.html b/site/api/orc-core/org/apache/orc/impl/class-use/DirectDecompressionCodec.html
index 3b4ee16cb..4620f7722 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DirectDecompressionCodec.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DirectDecompressionCodec.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.DirectDecompressionCodec (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.DirectDecompressionCodec (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.DirectDecompressionCodec (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.DirectDecompressionCodec (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DynamicByteArray.html b/site/api/orc-core/org/apache/orc/impl/class-use/DynamicByteArray.html
index 1a3ccbcd5..345d29868 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DynamicByteArray.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DynamicByteArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DynamicByteArray (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DynamicByteArray (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DynamicByteArray (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DynamicByteArray (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/DynamicIntArray.html b/site/api/orc-core/org/apache/orc/impl/class-use/DynamicIntArray.html
index 9a0c68f80..bfd37a417 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/DynamicIntArray.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/DynamicIntArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.DynamicIntArray (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.DynamicIntArray (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.DynamicIntArray (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.DynamicIntArray (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/HadoopShimsFactory.html b/site/api/orc-core/org/apache/orc/impl/class-use/HadoopShimsFactory.html
index 0a7652166..b54376eef 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/HadoopShimsFactory.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/HadoopShimsFactory.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.HadoopShimsFactory (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.HadoopShimsFactory (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.HadoopShimsFactory (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.HadoopShimsFactory (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/IOUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/IOUtils.html
index c46a163b9..7159e9701 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/IOUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/IOUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.IOUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.IOUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.IOUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.IOUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.CompressedStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.CompressedStream.html
index 04e48a480..732ce8290 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.CompressedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.CompressedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.InStream.CompressedStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.InStream.CompressedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.InStream.CompressedStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.InStream.CompressedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.EncryptedStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.EncryptedStream.html
index 2e3a2545b..04484ed89 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.EncryptedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.EncryptedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.InStream.EncryptedStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.InStream.EncryptedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.InStream.EncryptedStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.InStream.EncryptedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.StreamOptions.html b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.StreamOptions.html
index 964441642..bf177e874 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.StreamOptions.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.StreamOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.InStream.StreamOptions (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.InStream.StreamOptions (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.InStream.StreamOptions (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.InStream.StreamOptions (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.UncompressedStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.UncompressedStream.html
index e04488d2d..5500d7da1 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.UncompressedStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.UncompressedStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.InStream.UncompressedStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.InStream.UncompressedStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.InStream.UncompressedStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.InStream.UncompressedStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.html
index f80e14c2e..ec98ff5c4 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/InStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/InStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.InStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.InStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.InStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.InStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/IntegerReader.html b/site/api/orc-core/org/apache/orc/impl/class-use/IntegerReader.html
index c53765c9f..2e9f32cd2 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/IntegerReader.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/IntegerReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.IntegerReader (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.IntegerReader (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.IntegerReader (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.IntegerReader (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/IntegerWriter.html b/site/api/orc-core/org/apache/orc/impl/class-use/IntegerWriter.html
index 78245fb23..1150b23c5 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/IntegerWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/IntegerWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.IntegerWriter (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.IntegerWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.IntegerWriter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.IntegerWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/MaskDescriptionImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/MaskDescriptionImpl.html
index eb5b7c852..b0e064510 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/MaskDescriptionImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/MaskDescriptionImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.MaskDescriptionImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.MaskDescriptionImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.MaskDescriptionImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.MaskDescriptionImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManager.html b/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManager.html
index 82f316811..b470187f7 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManager.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.MemoryManager (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.MemoryManager (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.MemoryManager (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.MemoryManager (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManagerImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManagerImpl.html
index 7fc421fd1..12232327e 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManagerImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/MemoryManagerImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.MemoryManagerImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.MemoryManagerImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.MemoryManagerImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.MemoryManagerImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OrcAcidUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/OrcAcidUtils.html
index c3629bbcc..a7c76b3e5 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OrcAcidUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OrcAcidUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OrcAcidUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OrcAcidUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OrcAcidUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OrcAcidUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OrcCodecPool.html b/site/api/orc-core/org/apache/orc/impl/class-use/OrcCodecPool.html
index ac9b60c81..d7727ce9f 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OrcCodecPool.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OrcCodecPool.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OrcCodecPool (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OrcCodecPool (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OrcCodecPool (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OrcCodecPool (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OrcFilterContextImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/OrcFilterContextImpl.html
index 84443be58..24025eed9 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OrcFilterContextImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OrcFilterContextImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OrcFilterContextImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OrcFilterContextImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OrcFilterContextImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OrcFilterContextImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OrcIndex.html b/site/api/orc-core/org/apache/orc/impl/class-use/OrcIndex.html
index 6a643ee7c..add6de1cc 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OrcIndex.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OrcIndex.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OrcIndex (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OrcIndex (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OrcIndex (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OrcIndex (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OrcTail.html b/site/api/orc-core/org/apache/orc/impl/class-use/OrcTail.html
index a82bb80b5..c6bbc81f5 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OrcTail.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OrcTail.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OrcTail (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OrcTail (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OrcTail (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OrcTail (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/OutStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/OutStream.html
index 690127561..2025558d6 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/OutStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/OutStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.OutStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.OutStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.OutStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.OutStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.StringPosition.html b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.StringPosition.html
index 22c9f79f5..287576d53 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.StringPosition.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.StringPosition.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ParserUtils.StringPosition (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ParserUtils.StringPosition (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils.StringPosition (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils.StringPosition (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeFinder.html b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeFinder.html
index b31ee67bd..eb1f8d74d 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeFinder.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeFinder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ParserUtils.TypeFinder (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ParserUtils.TypeFinder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils.TypeFinder (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils.TypeFinder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeVisitor.html b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeVisitor.html
index 1c7dbffa0..664ed7ab4 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeVisitor.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.TypeVisitor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.ParserUtils.TypeVisitor (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.ParserUtils.TypeVisitor (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.ParserUtils.TypeVisitor (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.ParserUtils.TypeVisitor (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.html b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.html
index 9bd953a24..504b64609 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ParserUtils.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ParserUtils (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ParserUtils (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ParserUtils (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.VariantTracker.html b/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.VariantTracker.html
index 7b4223b18..ac5d5a1fb 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.VariantTracker.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.VariantTracker.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.PhysicalFsWriter.VariantTracker (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.PhysicalFsWriter.VariantTracker (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.PhysicalFsWriter.VariantTracker (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.PhysicalFsWriter.VariantTracker (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.html b/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.html
index 5c1b94003..4a2e69e10 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/PhysicalFsWriter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.PhysicalFsWriter (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.PhysicalFsWriter (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.PhysicalFsWriter (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.PhysicalFsWriter (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/PositionProvider.html b/site/api/orc-core/org/apache/orc/impl/class-use/PositionProvider.html
index 6e158adac..1b1948945 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/PositionProvider.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/PositionProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.PositionProvider (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.PositionProvider (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.PositionProvider (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.PositionProvider (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/PositionRecorder.html b/site/api/orc-core/org/apache/orc/impl/class-use/PositionRecorder.html
index 3489ec002..7d21c6e42 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/PositionRecorder.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/PositionRecorder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.orc.impl.PositionRecorder (ORC Core 1.8.4 API)</title>
+<title>Uses of Interface org.apache.orc.impl.PositionRecorder (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.orc.impl.PositionRecorder (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Interface org.apache.orc.impl.PositionRecorder (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/PositionedOutputStream.html b/site/api/orc-core/org/apache/orc/impl/class-use/PositionedOutputStream.html
index d919b047c..e5af2e6ec 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/PositionedOutputStream.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/PositionedOutputStream.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.PositionedOutputStream (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.PositionedOutputStream (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.PositionedOutputStream (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.PositionedOutputStream (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.StripeInformationImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.StripeInformationImpl.html
index 7a031ab93..7c2bbbcba 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.StripeInformationImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.StripeInformationImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ReaderImpl.StripeInformationImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ReaderImpl.StripeInformationImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ReaderImpl.StripeInformationImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ReaderImpl.StripeInformationImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.html
index 667d1f38c..f0b1a5ec6 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/ReaderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.ReaderImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.ReaderImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.ReaderImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.ReaderImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.PositionProviderImpl.html b/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.PositionProviderImpl.html
index 342f09d74..184d8fcc6 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.PositionProviderImpl.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.PositionProviderImpl.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.RecordReaderImpl.PositionProviderImpl (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.RecordReaderImpl.PositionProviderImpl (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.RecordReaderImpl.PositionProviderImpl (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.RecordReaderImpl.PositionProviderImpl (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
diff --git a/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.SargApplier.html b/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.SargApplier.html
index df3e3553c..7fae050b9 100644
--- a/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.SargApplier.html
+++ b/site/api/orc-core/org/apache/orc/impl/class-use/RecordReaderImpl.SargApplier.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.orc.impl.RecordReaderImpl.SargApplier (ORC Core 1.8.4 API)</title>
+<title>Uses of Class org.apache.orc.impl.RecordReaderImpl.SargApplier (ORC Core 1.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.orc.impl.RecordReaderImpl.SargApplier (ORC Core 1.8.4 API)";
+            parent.document.title="Uses of Class org.apache.orc.impl.RecordReaderImpl.SargApplier (ORC Core 1.9.0 API)";
         }
     }
     catch(err) {
... 8354 lines suppressed ...