SegmentReader seams to always throw an exception on
deconstruct [~SegmentReader()] when built w dotnet 2.0
[origional code]
~SegmentReader()
{
// patch for pre-1.4.2 JVMs, whose ThreadLocals leak
System.Threading.Thread.SetData(termVectorsLocal,
null);
}
-newman
diputs_mai@yahoo.com
Logged In: NO
Not needed. comment that line in deconstructor.