Re: Re: Solr @ Windows 10: how to delete an index

2023-03-21 Thread solr
:10: Von: "Shawn Heisey" An: users@solr.apache.org Datum: 20.03.2023 19:10 Betreff: Re: Solr @ Windows 10: how to delete an index On 3/20/23 07:57, s...@cid.is wrote: > This works fine on *ix: > > curl 'http://localhost:8983/solr/my_core/update?commit=true' -d > '

Re: Re: Solr @ Windows 10: how to delete an index

2023-03-21 Thread solr
an "Shawn Heisey" schrieb am 20.03.2023 19:07:10: > Von: "Shawn Heisey" > An: users@solr.apache.org > Datum: 20.03.2023 19:10 > Betreff: Re: Solr @ Windows 10: how to delete an index > > On 3/20/23 07:57, s...@cid.is wrote: > > This works fine on *ix: > &

Re: Solr @ Windows 10: how to delete an index

2023-03-20 Thread Shawn Heisey
On 3/20/23 07:57, s...@cid.is wrote: This works fine on *ix: curl 'http://localhost:8983/solr/my_core/update?commit=true' -d '*:*' These 2 do not work on Windows: 1) C:\solr-9.1.1> java -Dc=my_core -Drecursive=yes -Dauto -jar example\exampledocs\post.jar '*:*' 2) PS C:\solr-9.1.1> java -D

Re: Solr @ Windows 10: how to delete an index

2023-03-20 Thread Jan Høydahl
java -jar example\exampledocs\post.jar -h Or form Admin UI "Documents" screen http://localhost:8983/solr/#/my_core/documents Change to XML and paste *:* into the box Jan > 20. mar. 2023 kl. 14:57 skrev s...@cid.is: > > Hi all, > > I have to run a Solr project on a Windows 10 PC. > Everything