Um, if the directory you're in has the "post" executable, how do
you expect to path to bin/post? You're already _in_ the bin directory
and this would be looking for a subdirectory called "bin" that
contained the post tool.
So back up one directory to the parent of 'bin' and try it again would
Hi Erick Erickson,
I am executing the post script from the below mentioned path
"C:\Users\Desktop\solr-5.0.0\bin\" and here I am trying to execute the post
script of example docs. Can you tell me that am I going right? if not then
please tell me the right one.
One more thing, that I am receivi
bq: Then when we are going to execute $ bin/post -c gettingstarted
example/exampledocs/*.json in cmd prompt it fires some errors like "'post'
is not recognized
This usually means you're not firing the query from the proper
directory. Are you in the solr parent of "bin"?
I'm really unclear where y
Hi,
I am new in Solr and using Solr 5.0.0 search server. After installing when
I’m going to search any keyword in solr 5.0.0 it dose not give any results
back. But when I was using a previous version of Solr (1.3.0)(previously
installed) it gives each and every results of the queried Keyword.
For