Re: Unable to find query result in solr 5.0.0

2015-03-17 Thread rupak
Hi Erick , Good to see your interest.Actually We are very new to Solr and we are working on a project which was previously made on solr 1.3. When we are going to search any query we are getting all results accordingly. but now if we are going to find any data we are getting nothing. Here I have

Re: Unable to find query result in solr 5.0.0

2015-03-16 Thread rupak
Hi Jack Krupansky, We are following the apache-solr-ref-guide-5.0 doc for installation. But when I am going to execute Post command via "$ bin/post -c gettingstarted example/exampledocs/*.json" in Command prompt *"'post' is not recognized as an internal or external command, operable program or ba

Re: Unable to find query result in solr 5.0.0

2015-02-26 Thread Erick Erickson
What data did you have in the 1.3 version? Because the bin/solr -e techproduts process only indexes 30+ docs total. So if your 1.3 installation is returning more docs as your note seems to imply, you somehow have a lot more docs indexed. There is no mention of "hotel" in any of the sample docs tha

Re: Unable to find query result in solr 5.0.0

2015-02-26 Thread Jack Krupansky
Does a query for *:* return all documents? Pick one of those documents and try a query using a field name and the value of that field for one of the documents and see if that document is returned. Maybe you skipped a step in the tutorial process or maybe there was an error that you ignored. Pleas

Unable to find query result in solr 5.0.0

2015-02-26 Thread rupak
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