| 程序包 | 说明 |
|---|---|
| com.alibaba.lindorm.search.client.searchj.partition | |
| com.alibaba.lindorm.search.common.cloud | |
| org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompositeHashPartition
composite hash partition table, standard sql usage:
CREATE TABLE test()
PARTITION BY HASH(c1,c2) PARTITIONS 16;
CREATE TABLE test()
PARTITION BY HASH((c1,4),c2) PARTITIONS 16;
up to three partition keys are supported at the same time.
|
class |
HashPartition
hash partition table, standard sql usage:
CREATE TABLE test()
PARTITION BY HASH(id) PARTITIONS 16;
|
| 限定符和类型 | 方法和说明 |
|---|---|
Partition |
CompositeHashPartitionRouter.getPartition() |
Partition |
HashPartitionRouter.getPartition() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Partition |
CollectionAdminRequest.Create.partition |
| 限定符和类型 | 方法和说明 |
|---|---|
Partition |
CollectionAdminRequest.Create.getPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
CollectionAdminRequest.Create |
CollectionAdminRequest.Create.setPartition(Partition partition) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.