Re: Post Tool

2021-04-30 Thread Gus Heck
29, 2021, at 3:43 AM, Jan Høydahl >> wrote: >> >> Yea, let's add some warnings and keep post tool for demo purposes. >> Perhaps in the tutorial >> https://solr.apache.org/guide/8_8/solr-tutorial.html we could add cURL >> examples for indexing the data

Re: Post Tool

2021-04-29 Thread David Smiley
demonstrate this. > > > On Apr 29, 2021, at 3:43 AM, Jan Høydahl > wrote: > > Yea, let's add some warnings and keep post tool for demo purposes. > Perhaps in the tutorial > https://solr.apache.org/guide/8_8/solr-tutorial.html we could add cURL > examples for indexing

Re: Post Tool

2021-04-29 Thread Eric Pugh
Apr 29, 2021, at 3:43 AM, Jan Høydahl wrote: > > Yea, let's add some warnings and keep post tool for demo purposes. > Perhaps in the tutorial https://solr.apache.org/guide/8_8/solr-tutorial.html > <https://solr.apache.org/guide/8_8/solr-tutorial.html> we could add cURL &

Re: Post Tool

2021-04-29 Thread Jan Høydahl
Yea, let's add some warnings and keep post tool for demo purposes. Perhaps in the tutorial https://solr.apache.org/guide/8_8/solr-tutorial.html we could add cURL examples for indexing the data as well as post.jar (using tabs like we do with v1/v2 api)? We can also do a better job sugge

Re: Post Tool

2021-04-29 Thread Dawid Weiss
You need an extra step to install curl on Windows. I know it may seem esoteric but I bet there are still a fair share of folks who are on Windows. D. On Wed, Apr 28, 2021 at 11:04 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > We should remove the post tool > Altoget

Re: Post Tool

2021-04-28 Thread David Smiley
Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Apr 28, 2021 at 5:26 PM Alexandre Rafalovitch wrote: > "Good enough/Recommended" for what? Serious question. > > Because it may be - more than - good enough to "send files to the > server", but

Re: Post Tool

2021-04-28 Thread Gus Heck
s into the temp > > Schema Designer staging area and then tune their schema in the UI. > > Makes for a nice getting started experience. > > > > Tim > > > > On Wed, Apr 28, 2021 at 3:26 PM Alexandre Rafalovitch > > wrote: > > > > > > "Go

Re: Post Tool

2021-04-28 Thread Timothy Potter
gt; On Wed, Apr 28, 2021 at 3:26 PM Alexandre Rafalovitch > wrote: > > > > "Good enough/Recommended" for what? Serious question. > > > > Because it may be - more than - good enough to "send files to the > > server", but the post tool is also d

Re: Post Tool

2021-04-28 Thread Timothy Potter
On Wed, Apr 28, 2021 at 3:26 PM Alexandre Rafalovitch wrote: > > "Good enough/Recommended" for what? Serious question. > > Because it may be - more than - good enough to "send files to the > server", but the post tool is also doing a lot of Solr business logic >

Re: Post Tool

2021-04-28 Thread Ishan Chattopadhyaya
Beginners should experience as little black magic as possible. Post tool is black magic. Schemaless is black magic. I feel we should remove both. On Thu, 29 Apr, 2021, 2:56 am Alexandre Rafalovitch, wrote: > "Good enough/Recommended" for what? Serious question. > > Because it

Re: Post Tool

2021-04-28 Thread Alexandre Rafalovitch
"Good enough/Recommended" for what? Serious question. Because it may be - more than - good enough to "send files to the server", but the post tool is also doing a lot of Solr business logic that beginner users may not have understood yet. Like automatic commit. Like choosing

Re: Post Tool

2021-04-28 Thread Ishan Chattopadhyaya
We should remove the post tool Altogether. Curl is good enough and recommended. On Thu, 29 Apr, 2021, 2:15 am Gus Heck, wrote: > I've generally been of the impression/opinion that the Post Tool is really > just a convenience for folks testing out solr to see what it can do, and &

Post Tool

2021-04-28 Thread Gus Heck
I've generally been of the impression/opinion that the Post Tool is really just a convenience for folks testing out solr to see what it can do, and not really meant as a production ingestion solution. A little while back I had a client that had a third party tool that "integrated wit