C# Class Lucene.Net.Spatial.SpatialExample

This class serves as example code to show how to use the Lucene spatial module.
Mostra file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
Main ( String args ) : void

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
AssertDocMatchedIds ( IndexSearcher indexSearcher, Lucene.Net.Search.TopDocs docs ) : void
IndexPoints ( ) : void
NewSampleDocument ( int id ) : Lucene.Net.Documents.Document
Search ( ) : void
Test ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

Main() public static method

public static Main ( String args ) : void
args String
return void