Package io.qdrant.client
Class ShardKeyFactory
java.lang.Object
io.qdrant.client.ShardKeyFactory
Convenience methods for constructing 
Collections.ShardKey- 
Method Summary
 
- 
Method Details
- 
shardKey
Creates aCollections.ShardKeybased on a keyword.- Parameters:
 keyword- The keyword to create the shard key from- Returns:
 - The 
Collections.ShardKeyobject 
 - 
shardKey
public static io.qdrant.client.grpc.Collections.ShardKey shardKey(long number) Creates aCollections.ShardKeybased on a number.- Parameters:
 number- The number to create the shard key from- Returns:
 - The 
Collections.ShardKeyobject 
 
 -