Re: Basic Query Not Working - Please Help

2019-07-30 Thread Furkan KAMACI
Hi Vipul, You are welcome! Kind Regards, Furkan KAMACI On Fri, Jul 26, 2019 at 11:07 AM Vipul Bahuguna < newthings4learn...@gmail.com> wrote: > Hi Furkan - > > I realized that I was searching incorrectly. > I later realized that if I need to search by specific field, I need to do > as you

Re: Basic Query Not Working - Please Help

2019-07-26 Thread Vipul Bahuguna
Hi Furkan - I realized that I was searching incorrectly. I later realized that if I need to search by specific field, I need to do as you suggested - q=appname:App1 . OR if need to simply search by App1, then I need to use to index my field appname at the time of insertion so that it can be

Re: Basic Query Not Working - Please Help

2019-07-22 Thread Furkan KAMACI
Hi Vipul, Which query do you submit? Is that one: q=appname:App1 Kind Regards, Furkan KAMACI On Mon, Jul 22, 2019 at 10:52 AM Vipul Bahuguna < newthings4learn...@gmail.com> wrote: > Hi, > > I have installed SOLR 8.1.1. > I am new and trying the very basics. > > I installed solr8.1.1 on

Basic Query Not Working - Please Help

2019-07-22 Thread Vipul Bahuguna
Hi, I have installed SOLR 8.1.1. I am new and trying the very basics. I installed solr8.1.1 on Windows and I am using SOLR in standalone mode. Steps I followed - 1. created a core as follows: solr create_core -c dox 2. updated the managed_schema.xml file to add few specific fields