org.elasticsearch.search.sort
Class GeoDistanceSortParser

java.lang.Object
  extended by org.elasticsearch.search.sort.GeoDistanceSortParser
All Implemented Interfaces:
SortParser

public class GeoDistanceSortParser
extends Object
implements SortParser


Constructor Summary
GeoDistanceSortParser()
           
 
Method Summary
 String[] names()
           
 org.apache.lucene.search.SortField parse(XContentParser parser, SearchContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoDistanceSortParser

public GeoDistanceSortParser()
Method Detail

names

public String[] names()
Specified by:
names in interface SortParser

parse

public org.apache.lucene.search.SortField parse(XContentParser parser,
                                                SearchContext context)
                                         throws Exception
Specified by:
parse in interface SortParser
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.