Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
org.apache.solr.util.hll |
A fork of Java-HyperLogLog package tweaked
not to depend on fastutil and with cleanups to make it lean and clean.
|
Modifier and Type | Method and Description |
---|---|
HLL |
StatsField.HllOptions.newHLL() |
Modifier and Type | Method and Description |
---|---|
HLL |
HLLAgg.HLLFactory.getHLL() |
Modifier and Type | Method and Description |
---|---|
HLL |
HLL.clone()
Create a deep copy of this HLL.
|
static HLL |
HLL.fromBytes(byte[] bytes)
Deserializes the HLL (in
toBytes(ISchemaVersion) format) serialized
into bytes . |
Modifier and Type | Method and Description |
---|---|
void |
HLL.union(HLL other)
Computes the union of HLLs and stores the result in this instance.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.