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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo