Class FieldUtil.FCOrdValues

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.apache.solr.search.facet.FieldUtil.OrdValues
org.apache.solr.search.facet.FieldUtil.FCOrdValues
Enclosing class:
FieldUtil

public static class FieldUtil.FCOrdValues extends FieldUtil.OrdValues
  • Constructor Details

  • Method Details

    • nextDoc

      public int nextDoc() throws IOException
      Specified by:
      nextDoc in class FieldUtil.OrdValues
      Throws:
      IOException
    • advanceExact

      public boolean advanceExact(int target) throws IOException
      Throws:
      IOException
    • ordValue

      public int ordValue()
      Specified by:
      ordValue in class org.apache.lucene.index.SortedDocValues
    • lookupOrd

      public org.apache.lucene.util.BytesRef lookupOrd(int ord) throws IOException
      Specified by:
      lookupOrd in class org.apache.lucene.index.SortedDocValues
      Throws:
      IOException