The StringHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | BytesDifference | Compares two byte[] arrays, element by element, and returns the
number of elements common to both arrays.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Intern | Return the same string object for all equal strings |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | StringDifference | Compares two strings, character by character, and returns the
first position where the two strings differ from one another.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | interner | Expert:
The StringInterner implementation used by Lucene.
This shouldn't be changed to an incompatible implementation after other Lucene APIs have been used.
|