Taking Solr to production with docker

2015-09-23 Thread aurelien . mazoyer
Hi Solr community, I can find many blog posts on how to deploy Solr with docker but I am wondering if Solr/Docker is really ready for production. Has anybody ever ran Solr in production with Docker? Thank you for your feedback, Aurélien

Re: Passivate core in Solr Cloud

2014-07-28 Thread aurelien . mazoyer
Thank you Erick, Ok, I will probably perform some tests. It seems to be a good candidate for a future blog post... Regards, Aurelien On 27.07.2014 20:20, Erick Erickson wrote: "Does not play nice" really means it was designed to run in a non-distributed mode. There has been no work done to

Re: Character encoding problems

2014-07-29 Thread aurelien . mazoyer
Hi, If you use solr 4.8.1, you don't have to add URIEncoding="UTF-8" in the tomcat conf file anymore : https://wiki.apache.org/solr/SolrTomcat Regards, Aurélien MAZOYER On 29.07.2014 14:22, Gulliver Smith wrote: I have solr 4.8.1 under Tomcat 7 on Debian Linux. The connector in Tomcat's se

Re : Re: Multipart documents with different update cycles

2014-07-29 Thread aurelien . mazoyer
Yes, that is the point : I have to handle complex queries that perform full text search both on user-metadata and main part of documents :-(... Aurélien Do you search the frequently changing user-metadata? If not, maybe the external file field is helpful. https://cwiki.apache.org/confluence/di

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread aurelien . mazoyer
Hi Pusakar, Did you try to ping your solr from localhost in your ssh console: curl http://localhost:8983(or 8984 if you change the jetty port)/solr/collection1/admin/ping ? Aurélien On 29.07.2014 15:15, pushkar sawant wrote: Hi Team, I have done Solr 4.9.0 setup on ubuntu 12.04 instanace on

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread aurelien . mazoyer
Ooops, didn't see Andrew's answer: sorry for my redundant answer :-) Aurélien On 29.07.2014 15:47, aurelien.mazo...@francelabs.com wrote: Hi Pusakar, Did you try to ping your solr from localhost in your ssh console: curl http://localhost:8983(or 8984 if you change the jetty port)/solr/collecti

Re: Searching and highlighting ten's of fields

2014-07-30 Thread aurelien . mazoyer
Hello, Do you use classic highlighter or fast vector highlighter? Aurélien On 30.07.2014 09:36, Manuel Le Normand wrote: Hello, I need to expose the search and highlighting capabilities over few tens of fields. The edismax's qf param makes it possible but the time performances for searching

Re: Multiple shards in the same Solr instance server

2014-10-10 Thread aurelien . mazoyer
Hi Nabil, Does this blog answer to your question? : http://solr.pl/en/2013/01/07/solr-4-1-solrcloud-multiple-shards-on-the-same-solr-node/ Regards, Aurélien On 10.10.2014 11:48, nabil Kouici wrote: Hi All, in Solr, is it possible to create for the same index multiple shards in the same Sol

Nested documents in Solr

2014-10-20 Thread aurelien . mazoyer
Hi, I have some question regarding nested document queries. For example, let’s say that I have many books, one of which is the following one: Book _title: Nested documents for dummies Chapter1_Title: Introduction Chapter1_Content: Nested documents are fun. Chapter2_Title: Which technology shou

Re: Nested documents in Solr

2014-10-22 Thread aurelien . mazoyer
Hi Ramzi, Thank you but I am not sure to understand well your answer. In your example, I suppose that the indexed docs are flattened. If I want an AND query instead of an OR query (let say, for example 'chapter_title:Lucene AND chapter_content:fun'), how can I be sure that the terms "Lucene" a