org.elasticsearch.search.sort
Class SortParseElement

java.lang.Object
  extended by org.elasticsearch.search.sort.SortParseElement
All Implemented Interfaces:
SearchParseElement

public class SortParseElement
extends Object
implements SearchParseElement


Field Summary
static String DOC_FIELD_NAME
           
static String SCORE_FIELD_NAME
           
 
Constructor Summary
SortParseElement()
           
 
Method Summary
 void parse(XContentParser parser, SearchContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCORE_FIELD_NAME

public static final String SCORE_FIELD_NAME
See Also:
Constant Field Values

DOC_FIELD_NAME

public static final String DOC_FIELD_NAME
See Also:
Constant Field Values
Constructor Detail

SortParseElement

public SortParseElement()
Method Detail

parse

public void parse(XContentParser parser,
                  SearchContext context)
           throws Exception
Specified by:
parse in interface SearchParseElement
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.