For DbVisualizer, you will need to create a new driver for Solr using the DbVisualizer Driver Manager. This will add several SolrJ client .jars to the DbVisualizer classpath. The files required are:
在DbVisualizer中,你只需要在DbVisualizer的驱动管理器中增加一个新的Solr驱动即可,也就是说将SolrJ的客户端jar包添加到DbVisualizer的类路径中。需要添加的类文件如下:
all .jars found in $SOLR_HOME/dist/solrj-lib
the SolrJ .jar found at $SOLR_HOME/dist/solr-solrj-
Once the driver has been created, you can create a connection to Solr with the connection string format outlined in the generic section and use the SQL Commander to issue queries.