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

Solr client in JavaScript

2020-10-01 Thread Sunil Dash
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 is missing I don't know. I expected Respo

Re: Solr client

2020-09-07 Thread Konstantinos Koukouvis
> > >> On Sep 2, 2020, at 2:21 AM, Konstantinos Koukouvis >> wrote: >> >> Hi everybody, sorry in advance if I’m using the mailing list wrong, this is >> the first time I’m attempting such a thing. >> >> To all you gophers out there we at Mecenat

Re: Solr client

2020-09-04 Thread Eric Pugh
if I’m using the mailing list wrong, this is > the first time I’m attempting such a thing. > > To all you gophers out there we at Mecenat, have been working at a new solr > client wrapper with focus on single solr instance usage, that supports the > search API, schema API and core

Solr client

2020-09-01 Thread Konstantinos Koukouvis
Hi everybody, sorry in advance if I’m using the mailing list wrong, this is the first time I’m attempting such a thing. To all you gophers out there we at Mecenat, have been working at a new solr client wrapper with focus on single solr instance usage, that supports the search API, schema API

solr client time out setting

2020-03-08 Thread Tracy La
r and both cloudSolrClient.setZkClientTimeout <https://lucene.apache.org/solr/8_2_0/solr-solrj/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.html#setZkClientTimeout-int-> and setZkConnectTimeout <https://lucene.apache.org/solr/8_2_0/solr-solrj/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.html#setZ

Adding documents through Solr Client

2019-01-05 Thread lakshmi_ram20
Guys - I need help on exception handling while adding documents. I am adding collection of documents - several millions with a batch of 2000-3000 documents through parallel threads - through SolrJ.add ( Collection ) API and storing the response in UpdateResponse object. I was using response.get

Re: Need Help on Solr Client connection Pooling

2018-08-30 Thread Shawn Heisey
On 8/30/2018 2:13 AM, Gembali Satish kumar wrote: *SolrClient client = new HttpSolrClient.Builder(* * SolrUtil.getSolrURL(tsConfigUtil.getClusterAdvertisedAddress(), aInCollectionName)).build();* after my job search done, I am closing my client. *client.close();* but from UI getting more reques

Re: Need Help on Solr Client connection Pooling

2018-08-30 Thread Shalin Shekhar Mangar
You should create a single HttpSolrClient and re-use for all requests. It is thread safe and creates an Http connection pool internally (well Apache HttpClient does). On Thu, Aug 30, 2018 at 2:28 PM Gembali Satish kumar < gembalisatishku...@gmail.com> wrote: > Hi Team, > > Need some help on Clie

Need Help on Solr Client connection Pooling

2018-08-30 Thread Gembali Satish kumar
Hi Team, Need some help on Client connection object pooling I am using SolrJ API to connect the Solr. This below snippet I used to create the client object. *SolrClient client = new HttpSolrClient.Builder(* * SolrUtil.getSolrURL(tsConfigUtil.getClusterAdvertisedAddress(), aInCollectionName)).bu

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 &#x

Re: Solr client

2017-08-30 Thread Leonardo Perez Pulido
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.

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 o

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 o

Solr client

2017-08-28 Thread Aditya
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 last updated few years back. Please provide me pointers, if i missed any solr client library. http://www.findbestopensource.com/tagged/solr

php apache solr client - Solr HTTP Error 58: 'Problem with the local SSL certificate'

2017-04-21 Thread bay chae
Hi, Apologies if this is an inappropriate place to contact please redirect if this is the case. I have successfully setup solr(6.5.0) with ssl in my dev environment and can get a proper response using the following curl request: curl -E ./etc/solr-ssl.keystore.p12:secret --cacert ./etc/solr-ss

Re: Custom .... - Web toolkit for developing Solr Client application

2016-11-07 Thread Shawn Heisey
lients do not concern themselves with creating web pages, but there are other libraries for the listed programming languages which ARE designed to make creating web pages easier. You can combine a Solr client with one or more of those libraries, and write a complete application. You also have the

Re: Custom .... - Web toolkit for developing Solr Client application

2016-11-07 Thread tesm...@gmail.com
Hi, Thanks all for providing help to my previous question. I make my question generic to make it more clear. I have developed index with Lucene/Solr and can search the indexed data using Solr 'browse'. This interface provides some of the functionality for my client application I do understand th

Fwd: index rich data with solarium php solr Client

2015-12-01 Thread kostali hassan
I get this Error Invalid character encoding detected after position 79 of query string / form data (while parsing as UTF-8) this is my function to index rich data from direct

Re: PHP Solr Client - spellchecker

2014-03-12 Thread rachun
Thank you very much Shawn, Now i'm trying to use prefix for my suggestion instead. Best regards, Chun -- View this message in context: http://lucene.472066.n3.nabble.com/PHP-Solr-Client-spellchecker-tp4122780p4123054.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: PHP Solr Client - spellchecker

2014-03-11 Thread Shawn Heisey
> but when I try this Your request went to the /select handler, not the /spell handler. The shards.qt parameter controls where the request goes for *distributed* queries, not standard queries. I do not see a method in the documentation for the PHP library that sets the request handler path. In So

PHP Solr Client - spellchecker

2014-03-11 Thread rachun
Dear all gurus, I'm having problem with trying to use spell checker for my suggestion and I'm using PHP Solr client. So I tried to code like this ===PHP=== $config = array ( 'hostname' => 'localhost',

Re: Thought exercise: features for Solr client

2013-11-14 Thread Michael Sokolov
I think there is a place for a client-side query hierarchy. It would be nice if you could build a Lucene Query and the Solr client would serialize it for you. If there were a general-purpose query serialization library then you could support a similar programming model for Lucene-only and

Re: Thought exercise: features for Solr client

2013-11-14 Thread Alvaro Cabrerizo
Here goes my wishlist: - Transaction management - Access control at document level Regards. On Thu, Nov 14, 2013 at 10:35 AM, Alexandre Rafalovitch wrote: > Hello, > > I am trying to imagine what would a new, fresh, Solr client library look > like. There has been a number

Thought exercise: features for Solr client

2013-11-14 Thread Alexandre Rafalovitch
Hello, I am trying to imagine what would a new, fresh, Solr client library look like. There has been a number of features added to Solr recently, so some of the older libraries do not necessarily support them as well (e.g. multi-collections, soft commits, multiple handler end-points, schema auto

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

Solr client in CPP

2013-10-03 Thread Neeraj Pandey
Hi all, My application is in cpp and I want to integrate solr with my application. Can any body tell me whether there is a solar client in cpp ?

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

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

2013-09-27 Thread Rafał Radecki
Hi All. I have a solr 3.5 multicore installation. It has ~250 of documents, ~1,5GB of index data. When the solr is feed with new documents I see for a few seconds timeouts 'Timeout was reached' on clients. Is it normal behaviour of solr during inserting of new documents? Best regards,

[NEWS] New Response Writer for Native PHP Solr Client

2010-06-22 Thread Israel Ekpo
PHP Native Solr Client driver to prepare the query response from Solr. This response writer allows you to configure the way the data is serialized for the PHP client. You can use your own class name and you can also control how the properties are serialized as well. The formatting of the response

Solr client query vs Solr search query

2009-12-15 Thread insaneyogi3008
ond query is missing the "select" clause among other things that follow . This one does not return the results back to me . My question is am I building my query wrong in my client , could somebody show me the way? With Regards Sri -- View this message in context: http://old.nabble.

Solr client query vs Solr search query

2009-12-15 Thread insaneyogi3008
ond query is missing the "select" clause among other things that follow . This one does not return the results back to me . My question is am I building my query wrong in my client , could somebody show me the way? With Regards Sri -- View this message in context: http://old.nabble.

Re: [ANN] Apache Forrest/Cocoon based solr client plugin

2007-01-10 Thread Thorsten Scherler
ctly in solr core. wdyt? salu2 > > -Yonik > > On 1/7/07, Thorsten Scherler <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I am happy to announce that I just add a Apache Forrest based Apache > > Solr clien

Re: [ANN] Apache Forrest/Cocoon based solr client plugin

2007-01-09 Thread Yonik Seeley
Oops, I replied in the forrest form: http://www.nabble.com/-ANN--Apache-Forrest-Cocoon-based-solr-client-plugin-tf2937202.html#a8251774 -Yonik On 1/7/07, Thorsten Scherler <[EMAIL PROTECTED]> wrote: I am happy to announce that I just add a Apache Forrest based Apache Solr client plugin

[ANN] Apache Forrest/Cocoon based solr client plugin

2007-01-07 Thread Thorsten Scherler
Hi all, I am happy to announce that I just add a Apache Forrest based Apache Solr client plugin to the forrest whiteboard. It may be from interest for the ones using Apache Cocoon based Apache Forrest and Apache Lucene based Apache Solr. org.apache.forrest.plugin.output.solr generates Apache