Method | Description | |
---|---|---|
BytesRefToInt ( BytesRef b ) : int |
Decodes a previously encoded int.
|
|
IntAssociationFacetField ( int assoc, string dim ) : Lucene.Net.Support |
Creates this from dim and path and an int association
|
|
IntToBytesRef ( int v ) : BytesRef |
Encodes an int as a 4-byte BytesRef, big-endian.
|
|
ToString ( ) : string |
public static BytesRefToInt ( BytesRef b ) : int | ||
b | BytesRef | |
return | int |
public IntAssociationFacetField ( int assoc, string dim ) : Lucene.Net.Support | ||
assoc | int | |
dim | string | |
return | Lucene.Net.Support |
public static IntToBytesRef ( int v ) : BytesRef | ||
v | int | |
return | BytesRef |