This class serves as example code to show how to use the Lucene spatial module.
Наследование: Lucene.Net.Util.LuceneTestCase
Пример #1
0
 public virtual void SpatialExample_Mem()
 {
     //kind of a hack so that SpatialExample is tested despite
     // it not starting or ending with "Test".
     SpatialExample.Main(null);
 }