behind nginx

2017-07-04 Thread walid
Hi, i have a multiple solr slaves reversed by nginx, clients browser send to nginx who reverse with round robin to solr slaves, clients use post, and directly deal with solrs i use "ajax-solr". with this configuration and if i have a lot of ecommerce users, Is there a risk to have many tomcat sessi

Re: behind nginx

2017-07-06 Thread walid
same session. Is it possible to generate error solr in the result of query's. Regards Walid -- View this message in context: http://lucene.472066.n3.nabble.com/behind-nginx-tp4344124p4344653.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: behind nginx

2017-07-07 Thread walid
Hi Eric, with tomcat probe and jmeter i do test load and i see there is no session and the memory can easily recovered where gc occured, so there is no worry, And as he has said eric "don't chnge any thing" -- View this message in context: http://lucene.472066.n3.nabble.com/behind-nginx-tp4344

solrj : probleme with utf-8 content

2009-03-18 Thread Walid ABDELKABIR
when executing this code I got in my index the field "includes" with this value : "? ? ?" : --- String content ="eaiou with circumflexes: êâîôû"; SolrInputDocument doc = new SolrInputDocument(); doc.addField( "id", "123", 1.0f ); doc.addField( "inclu