Re: Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Vipul Bahuguna
hrough it line by line and submit to Solr over HTTP? Tika would > probably work but it's a lot of heavy lifting for what seems to me like > a simple problem. > > Cheers > > Charlie > > On 26/07/2019 09:19, Vipul Bahuguna wrote: > > Hi Guys - can anyone suggest how to ach

Indexig excel (xlsx) file into SOLR 8.1.1

2019-07-26 Thread Vipul Bahuguna
Hi Guys - can anyone suggest how to achieve this? I have understood how to insert json documents. So one alternative that comes to my mind is that I can convert the rows in my excel to json format with the header of my excel file becoming the json keys (corresponding to the fields I have defined

Re: Basic Query Not Working - Please Help

2019-07-26 Thread Vipul Bahuguna
be later search without specifying the fieldname. thanks for your response. On Tue, Jul 23, 2019 at 6:07 AM Furkan KAMACI wrote: > Hi Vipul, > > Which query do you submit? Is that one: > > q=appname:App1 > > Kind Regards, > Furkan KAMACI > > On Mon, Jul 22, 2

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