Class XYPointSortField

java.lang.Object
org.apache.lucene.search.SortField
org.apache.lucene.document.XYPointSortField

final class XYPointSortField extends SortField
Sorts by distance from an origin location.
  • Field Details

    • x

      final float x
    • y

      final float y
  • Constructor Details

    • XYPointSortField

      XYPointSortField(String field, float x, float y)
  • Method Details