Lucene.Net.Spatial.BBox.BBoxStrategy.CreateIndexableFields C# (CSharp) Méthode

CreateIndexableFields() public méthode

public CreateIndexableFields ( Shape shape ) : Lucene.Net.Documents.AbstractField[]
shape Shape
Résultat Lucene.Net.Documents.AbstractField[]
		public override AbstractField[] CreateIndexableFields(Shape shape)
		{
			throw new NotImplementedException();
		}