Re: Query regarding SolrJ

2018-11-12 Thread Jason Gerlowski
Hi, SolrJ is a client library that helps your application talk to Solr. It's not a full application that can be run on its own. So the error message you got is correct. It's not a standalone application. For more information on using SolrJ, see the documentation here: https://lucene.apache.org

Query regarding SolrJ

2018-11-11 Thread Harshit Arora
Hi, i am currently using Apache Solr 6. i tried to launch SolrJ6 jar file in eclipse oxygen by building a path and running it on jetty server but it said selection does not contain main type. i also tried running java -jar solr-solr-6.0.0.jar but it also said selection does not contaon main type.