com.atlassian.confluence.search.lucene
Class CaseInsensitiveSortComparatorSource

java.lang.Object
  extended by org.apache.lucene.search.FieldComparatorSource
      extended by com.atlassian.confluence.search.lucene.CaseInsensitiveSortComparatorSource

public class CaseInsensitiveSortComparatorSource
extends org.apache.lucene.search.FieldComparatorSource


Constructor Summary
CaseInsensitiveSortComparatorSource()
           
 
Method Summary
 org.apache.lucene.search.FieldComparator<?> newComparator(String fieldname, int numHits, int sortPos, boolean reversed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseInsensitiveSortComparatorSource

public CaseInsensitiveSortComparatorSource()
Method Detail

newComparator

public org.apache.lucene.search.FieldComparator<?> newComparator(String fieldname,
                                                                 int numHits,
                                                                 int sortPos,
                                                                 boolean reversed)
                                                          throws IOException
Specified by:
newComparator in class org.apache.lucene.search.FieldComparatorSource
Throws:
IOException


Copyright © 2003–2015 Atlassian. All rights reserved.