Checks the internal cache for an appropriate entry, and if
none is found reads
CopyC#
to see if it contains integers, longs, floats
or strings, and then calls one of the other methods in this class to get the
values. For string values, a StringIndex is returned. After
calling this method, there is an entry in the cache for both
type
CopyC#
and the actual found type.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Visual Basic |
---|
<ObsoleteAttribute("Please specify the exact type, instead. Especially, guessing does not work with the new NumericField type.")> _
Function GetAuto ( _
reader As IndexReader, _
field As String _
) As Object |
Return Value
int[], long[], float[] or StringIndex.
See Also