Hi,

I am following examples comes with the Solr 8.11.2.

http://localhost:8983/solr/films/browse

In the readme file for film, in folder \solr-8.11.2\example\films , it has
couple examples of browse
     - Browse the indexed films in a traditional browser search interface:
       http://localhost:8983/solr/films/browse

       Now browse including the genre field as a facet:
       http://localhost:8983/solr/films/browse?facet.field=genre

when I run those queries, i get 404.  how to fix it?
HTTP ERROR 404 Not Found
URI: /solr/films/browse
STATUS: 404
MESSAGE: Not Found
SERVLET: default

Reply via email to