Interface FieldCache.IInt32Parser
Interface to parse
NOTE: This was IntParser in Lucene
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IInt32Parser : FieldCache.IParser
Methods
| Improve this Doc View SourceParseInt32(BytesRef)
Return an
NOTE: This was parseInt() in Lucene
Declaration
int ParseInt32(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |
Returns
Type | Description |
---|---|
System.Int32 |