Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Summary description for TestSupportClass. More...
Static Public Member Functions | |
static bool | CompareTermArrays (Index.Term[] t1, Index.Term[] t2) |
Compares two Term arrays for equality. | |
Summary description for TestSupportClass.
Definition at line 27 of file Compare.cs.
|
static |
Compares two Term arrays for equality.
t1 | First Term array to compare |
t2 | Second Term array to compare |
Definition at line 35 of file Compare.cs.