Class StringHelper
Methods for manipulating strings.
@lucene.internal
Inheritance
System.Object
StringHelper
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class StringHelper : object
Properties
Name | Description |
---|---|
GOOD_FAST_HASH_SEED | |
VersionComparer | Returns a IComparer{string} over versioned strings such as X.YY.Z @lucene.internal |
Methods
Name | Description |
---|---|
BytesDifference(BytesRef, BytesRef) | Compares two BytesRef, element by element, and returns the number of elements common to both arrays. |
EndsWith(BytesRef, BytesRef) | Returns |
Equals(String, String) | |
Murmurhash3_x86_32(BytesRef, Int32) | Returns the MurmurHash3_x86_32 hash. Original source/tests at https://github.com/yonik/java_util/. |
Murmurhash3_x86_32(Byte[], Int32, Int32, Int32) | Returns the MurmurHash3_x86_32 hash. Original source/tests at https://github.com/yonik/java_util/. |
StartsWith(BytesRef, BytesRef) | Returns |