Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Spatial.BBox.BBoxSimilarity Interface Reference

Abstraction of the calculation used to determine how similar two Bounding Boxes are. More...

Inherited by Lucene.Net.Spatial.BBox.AreaSimilarity, and Lucene.Net.Spatial.BBox.DistanceSimilarity.

Public Member Functions

double Score (Rectangle extent, Explanation exp)
 

Detailed Description

Abstraction of the calculation used to determine how similar two Bounding Boxes are.

Definition at line 26 of file BBoxSimilarity.cs.

Member Function Documentation

double Lucene.Net.Spatial.BBox.BBoxSimilarity.Score ( Rectangle  extent,
Explanation  exp 
)

The documentation for this interface was generated from the following file: