您缺少传输信息的配置。它应该是
TransportClient.builder().addPlugin(ReindexPlugin.class).build().addTransportAddress(new InetSocketTransportAddress(InetAddress.getByName("127.0.0.1"), 9300));
您缺少传输信息的配置。它应该是
TransportClient.builder().addPlugin(ReindexPlugin.class).build().addTransportAddress(new InetSocketTransportAddress(InetAddress.getByName("127.0.0.1"), 9300));