Interface FieldCache.IInt32Parser
Interface to parse ints from document fields.
NOTE: This was IntParser in LuceneInherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface FieldCache.IInt32Parser : FieldCache.IParser
Methods
ParseInt32(BytesRef)
Return an int representation of this field's value.
NOTE: This was parseInt() in LuceneDeclaration
int ParseInt32(BytesRef term)
Parameters
| Type | Name | Description |
|---|---|---|
| BytesRef | term |
Returns
| Type | Description |
|---|---|
| int |