C# Class Lucene.Net.Spatial.SpatialExample

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

Méthodes publiques

Méthode Description
Main ( String args ) : void

Méthodes protégées

Méthode Description
Init ( ) : void

Private Methods

Méthode 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 méthode

protected Init ( ) : void
Résultat void

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void