The example instruction I'm following uses this line:
docker exec -it my_solr post -c gettingstarted
example/exampledocs/manufacturers.xml
which sets up the folder
~/dev/solrdata/data/gettingstarted

And that's a good lead - thanks - it contains the elusive solrconfig.xml
file which I'd not been finding since I unexpectedly had no read rights to
the folder.

On Mon, 20 Mar 2023 at 20:52, dmitri maziuk <dmitri.maz...@gmail.com> wrote:

> On 2023-03-20 3:33 PM, Tim Clarke wrote:
> > Thanks Dima, that FM reference is the 8.x version of the 9.x one I've
> been
> > following :D
> >
> https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-tika.html
> >
> > But there's no solrconfig.xml in that data folder - it must be inside the
> > docker image/container I think.
>
> We're still on 8x so that what I have in my bookmarks.
>
> If the container is actually running, creating a core should set it all
> up incl. solrconfig.xml -- presumably somewhere under your
> /home/timc/dev/solrdata
>
> So what happens when you create the core for your documents?
>
> Dima
>
>

Reply via email to