Interface FieldCache.IInt32Parser
Interface to parse System.Int32s from document fields.
NOTE: This was IntParser in Lucene
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IInt32Parser : FieldCache.IParserMethods
| Improve this Doc View SourceParseInt32(BytesRef)
Return an System.Int32 representation of this field's value.
NOTE: This was parseInt() in Lucene
Declaration
int ParseInt32(BytesRef term)Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | term | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |