Have you seen the FAQ entries? https://github.com/apache/solr/blob/main/dev-docs/FAQ.adoc#whats-the-fastest-build-lifecycle-for-frontend-work-on-solr-admin <https://github.com/apache/solr/blob/main/dev-docs/FAQ.adoc#whats-the-fastest-build-lifecycle-for-frontend-work-on-solr-admin>
That FAQ is specific to the solr admin, but probably applies to any development cycle! I’d love to see any other candidate FAQ entries that you discover based on learning how Solr works. > On Oct 12, 2022, at 5:58 AM, Joshua Ouma <joshuaou...@gmail.com> wrote: > > Actually I have found the solution. To run solr from dev folder I should > use the build command ./gradlew dev and not ./gradlew assemble > > Regard, > Joshua Ouma > > On Wed, Oct 12, 2022 at 11:39 AM Joshua Ouma <joshuaou...@gmail.com> wrote: > >> Hi all , >> I'm working on creating a v2 equivalent of v1 CLUSTERSTATUS- >> >> I have created an endpoint @EndPoint(method = GET, path = >> "/cluster/cluster-status", permission = COLL_READ_PERM) of the ClusterAPI. >> >> After running ./gradlew assemble and starting solr from the dev folder I >> tested the endpoint using curl -X GET >> http://localhost:8983/api/cluster/cluster-status/ but I'm getting the >> error >> {"metadata":{"error-class":"org.apache.solr.common.SolrException","root-error-class":"org.apache.solr.common.SolrException"},"msg":"Cannot >> find API for the path: /cluster/cluster-status/"} >> >> Am I missing something? >> >> Regards, >> Joshua Ouma >> _______________________ Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <http://www.opensourceconnections.com/> | My Free/Busy <http://tinyurl.com/eric-cal> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw> This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.