Checks the internal cache for an appropriate entry, and if none is found,
reads the terms in as bytes and returns an array of
size of the value each document has in the
given field.
Namespace: Lucene.Net.SearchCopyC#
field
CopyC#
reader.maxDoc()
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
sbyte[] GetBytes( IndexReader reader, string field, ByteParser parser ) |
Visual Basic |
---|
Function GetBytes ( _ reader As IndexReader, _ field As String, _ parser As ByteParser _ ) As SByte() |
Visual C++ |
---|
array<signed char>^ GetBytes( IndexReader^ reader, String^ field, ByteParser^ parser ) |
Parameters
- reader
- Type: Lucene.Net.Index..::..IndexReader
Used to get field values.
- field
- Type: System..::..String
Which field contains the bytes.
- parser
- Type: Lucene.Net.Search..::..ByteParser
Computes byte for string values.