mirror of https://github.com/apache/lucene.git
Author tags removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
396af9aee6
commit
8b8d724e30
|
@ -19,8 +19,6 @@ package org.apache.solr.util.hll;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A concrete {@link IHLLMetadata} implemented as a simple struct.
|
* A concrete {@link IHLLMetadata} implemented as a simple struct.
|
||||||
*
|
|
||||||
* @author timon
|
|
||||||
*/
|
*/
|
||||||
class HLLMetadata implements IHLLMetadata {
|
class HLLMetadata implements IHLLMetadata {
|
||||||
private final int schemaVersion;
|
private final int schemaVersion;
|
||||||
|
|
|
@ -20,8 +20,6 @@ package org.apache.solr.util.hll;
|
||||||
/**
|
/**
|
||||||
* A serialization schema for HLLs. Reads and writes HLL metadata to
|
* A serialization schema for HLLs. Reads and writes HLL metadata to
|
||||||
* and from <code>byte[]</code> representations.
|
* and from <code>byte[]</code> representations.
|
||||||
*
|
|
||||||
* @author timon
|
|
||||||
*/
|
*/
|
||||||
interface ISchemaVersion {
|
interface ISchemaVersion {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -19,8 +19,6 @@ package org.apache.solr.util.hll;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A concrete {@link ISchemaVersion} representing schema version one.
|
* A concrete {@link ISchemaVersion} representing schema version one.
|
||||||
*
|
|
||||||
* @author timon
|
|
||||||
*/
|
*/
|
||||||
class SchemaVersionOne implements ISchemaVersion {
|
class SchemaVersionOne implements ISchemaVersion {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -26,8 +26,6 @@ import static com.carrotsearch.randomizedtesting.RandomizedTest.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit and smoke tests for {@link BigEndianAscendingWordDeserializer}.
|
* Unit and smoke tests for {@link BigEndianAscendingWordDeserializer}.
|
||||||
*
|
|
||||||
* @author timon
|
|
||||||
*/
|
*/
|
||||||
public class BigEndianAscendingWordDeserializerTest extends LuceneTestCase {
|
public class BigEndianAscendingWordDeserializerTest extends LuceneTestCase {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,8 +22,6 @@ import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests {@link HLLUtil} static methods.
|
* Tests {@link HLLUtil} static methods.
|
||||||
*
|
|
||||||
* @author tkarnezo
|
|
||||||
*/
|
*/
|
||||||
public class HLLUtilTest extends LuceneTestCase {
|
public class HLLUtilTest extends LuceneTestCase {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue