Expert: for test purposes only, return the inner array of values, or null if not applicable.

Allows tests to verify that loaded values are:

  1. indeed cached/reused.
  2. stored in the expected size/type (byte/short/int/float).
Note: implementations of DocValues must override this method for these test elements to be tested, Otherwise the test would not fail, just print a warning.

Namespace: Lucene.Net.Search.Function
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual Object GetInnerArray()
Visual Basic
Public Overridable Function GetInnerArray As Object
Visual C++
public:
virtual Object^ GetInnerArray()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Function.DocValues.GetInnerArray"]

See Also