Package org.apache.solr.search.facet
Class UnInvertedFieldAcc
- java.lang.Object
-
- org.apache.solr.search.facet.SlotAcc
-
- org.apache.solr.search.facet.UnInvertedFieldAcc
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,UnInvertedField.Callback
public abstract class UnInvertedFieldAcc extends SlotAcc implements UnInvertedField.Callback
Base accumulator forUnInvertedField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.search.facet.SlotAcc
SlotAcc.DoubleFuncSlotAcc, SlotAcc.FuncSlotAcc, SlotAcc.IntSlotAcc, SlotAcc.LongFuncSlotAcc, SlotAcc.Resizer, SlotAcc.SlotContext
-
-
Field Summary
-
Fields inherited from class org.apache.solr.search.facet.SlotAcc
currentDocBase, currentReaderContext, fcontext
-
-
Constructor Summary
Constructors Constructor Description UnInvertedFieldAcc(FacetContext fcontext, SchemaField sf, int numSlots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class org.apache.solr.search.facet.SlotAcc
collect, collect, compare, getValue, reset, resetIterators, resize, setNextReader, setValues, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.search.facet.UnInvertedField.Callback
call
-
-
-
-
Constructor Detail
-
UnInvertedFieldAcc
public UnInvertedFieldAcc(FacetContext fcontext, SchemaField sf, int numSlots) throws IOException
- Throws:
IOException
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classSlotAcc
- Throws:
IOException
-
-