Re: Solr client in JavaScript

2020-10-01 Thread Shawn Heisey
On 10/1/2020 3:55 AM, Sunil Dash wrote: This is my javascript code ,from where I am calling solr ,which has a loaded nutch core (index). My java script client ( runs on TOMCAT server) and Solr server are on the same machine (10.21.6.100) . May be due to cross domain references issues OR something

Re: Solr client

2020-09-07 Thread Konstantinos Koukouvis
Had no idea about this! Thanks a lot Eric!! > On 4 Sep 2020, at 12:14, Eric Pugh wrote: > > Konstantinos, have you seen https://solr.cool/? It’s an aggregation site for > all the extensions to Solr. You can add your project there, and that should > get some more awareness! > > >> On Sep 2

Re: Solr client

2020-09-04 Thread Eric Pugh
Konstantinos, have you seen https://solr.cool/? It’s an aggregation site for all the extensions to Solr. You can add your project there, and that should get some more awareness! > On Sep 2, 2020, at 2:21 AM, Konstantinos Koukouvis > wrote: > > Hi everybody, sorry in advance if I’m using t

Re: Solr client

2017-09-01 Thread ganesh m
Thank you all for the reply. I have updated the solr client list. Regards Ganesh On 31-08-2017 00:37, Leonardo Perez Pulido wrote: Hi, Apart from take a look at the Solr's wiki, I think one of the main reasons why these API's are all out dated is that Solr itself provides the 'API' to many d

Re: Solr client

2017-08-30 Thread Leonardo Perez Pulido
Hi, Apart from take a look at the Solr's wiki, I think one of the main reasons why these API's are all out dated is that Solr itself provides the 'API' to many different languages in the form of output formats. Maybe you know that the main protocol used in Solr for communication with its clients i

Re: Solr client

2017-08-30 Thread Alexandre Rafalovitch
We do have a page on the Wiki with a lot of that information. Did you see it? Regards, Alex On 29 Aug. 2017 2:28 am, "Aditya" wrote: Hi I am aggregating open source solr client libraries across all languages. Below are the links. Very few projects are currently active. Most of them are l

Re: Solr client

2017-08-29 Thread Susheel Kumar
Looks good, Ganesh. I do not see SolrJ explicitly mentioned in solr-client page. On Tue, Aug 29, 2017 at 2:28 AM, Aditya wrote: > Hi > > I am aggregating open source solr client libraries across all languages. > Below are the links. Very few projects are currently active. Most of them > are las

Re: Solr client in CPP

2013-10-04 Thread Furkan KAMACI
There is an old question like that: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201101.mbox/%3CAANLkTi=itRz7ni6HV-m=GTThzLb9G8XkWi92jBn=p...@mail.gmail.com%3E Also you check that page for general information: http://websolr.com/guides/solr-clients 2013/10/4 Neeraj Pandey > Hi a

Re: Solr client 'Timeout was reached' ~ when new documents are inserted and commits are made.

2013-09-27 Thread Shawn Heisey
On 9/27/2013 8:37 AM, Shawn Heisey wrote: > INFO - 2013-09-27 08:27:00.806; > org.apache.solr.update.processor.LogUpdateProcessor; [inclive] > webapp=/solr path=/update params={wt=javabin&version=2} > {add=[notimexpix438424 (144734108581888), notimexpix438425 > (1447341085825171456), notimexpi

Re: Solr client 'Timeout was reached' ~ when new documents are inserted and commits are made.

2013-09-27 Thread Shawn Heisey
On 9/27/2013 7:41 AM, Rafał Radecki wrote: > On client side timeout is set to 5s but when I look in solr log I see QTime > less than 5000 (in ms). We use jetty to start solr process, where should I > look for directives connected with timeouts? Five seconds is WAY too short a timeout for the en

Re: Solr client 'Timeout was reached' ~ when new documents are inserted and commits are made.

2013-09-27 Thread Rafał Radecki
On client side timeout is set to 5s but when I look in solr log I see QTime less than 5000 (in ms). We use jetty to start solr process, where should I look for directives connected with timeouts?

Re: Solr client 'Timeout was reached' ~ when new documents are inserted and commits are made.

2013-09-27 Thread Erick Erickson
No, this isn't normal. You probably have your servlet container or your clients have a too-short timeout. How long are we talking about here anyway? Best, Erick On Fri, Sep 27, 2013 at 8:57 AM, Rafał Radecki wrote: > Hi All. > > I have a solr 3.5 multicore installation. It has ~250 of docume