Method Find
Find(BytesRef)
Returns the id of the given BytesRef.
Declaration
public int Find(BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | bytes | The bytes to look for |
Returns
Type | Description |
---|---|
System.Int32 | The id of the given bytes, or |