com.browseengine.bobo.api
Class BoboCustomSortField

java.lang.Object
  extended by org.apache.lucene.search.SortField
      extended by com.browseengine.bobo.api.BoboCustomSortField
All Implemented Interfaces:
Serializable

public class BoboCustomSortField
extends org.apache.lucene.search.SortField

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.search.SortField
BYTE, CUSTOM, DOC, DOUBLE, FIELD_DOC, FIELD_SCORE, FLOAT, INT, LONG, SCORE, SHORT, STRING, STRING_VAL
 
Constructor Summary
BoboCustomSortField(String field, boolean reverse, DocComparatorSource factory)
           
 
Method Summary
 DocComparatorSource getCustomComparatorSource()
           
 
Methods inherited from class org.apache.lucene.search.SortField
equals, getComparator, getComparatorSource, getField, getLocale, getParser, getReverse, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoboCustomSortField

public BoboCustomSortField(String field,
                           boolean reverse,
                           DocComparatorSource factory)
Method Detail

getCustomComparatorSource

public DocComparatorSource getCustomComparatorSource()


Copyright © 2011. All Rights Reserved.