Re: newbie: a few newbie questions regarding Solr

2019-01-14 Thread Shawn Heisey
On 1/14/2019 3:18 PM, Audun Holme wrote: So I have read about solr and think maybe I need solr. I found this link:https://github.com/integer-net/solr-magento1 I downloaed that plugin and started to read about how to install it. Unsure as I was I sent an email to https://integernet-solr.com/ to

newbie: a few newbie questions regarding Solr

2019-01-14 Thread Audun Holme
Hi My magento store (magento 1.9.3.7) have a very slow search, takes 30 seconds to show some results, should be down to 1 second... So I have read about solr and think maybe I need solr. I found this link:https://github.com/integer-net/solr-magento1 I downloaed that plugin and started to read

Re: Solr Authentication Error - Error trying to proxy request for url

2019-01-14 Thread Zheng Lin Edwin Yeo
Hi, When you generate the SSL certificate, did you put the IP address to the the IP address of your system? Regards, Edwin On Tue, 15 Jan 2019 at 01:31, Ganesh Sethuraman wrote: > We are using Solr 7.2.1 in Solr Cloud mode, with embedded Zookeeper for > test purposes. We enabled SSL and

Re: Content from EML files indexing from text/html (which is not clean) instead of text/plain

2019-01-14 Thread Zheng Lin Edwin Yeo
Hi Alex, Thanks for the suggestions. Yes, I have posted it in the Tika mailing list too. Regards, Edwin On Mon, 14 Jan 2019 at 21:16, Alexandre Rafalovitch wrote: > I think asking this question on Tika mailing list may give you better > answers. Then, if the conclusion is that the behavior is

Re: Curator in SOLR

2019-01-14 Thread Gus Heck
Unfortunately, the answer is no we don't quite have the same thing for TRA's yet. What's needed to bridge the gap are auto-scaling features that allow such migrations of older collections to different hardware take place automatically. Dave Smiley and I have definitely discussed the possibility

Solr Authentication Error - Error trying to proxy request for url

2019-01-14 Thread Ganesh Sethuraman
We are using Solr 7.2.1 in Solr Cloud mode, with embedded Zookeeper for test purposes. We enabled SSL and Authentication, and we are able to see the admin working fine with authentication. But queries through the UI or otherwise is failing with the following error. Request your help to resolve the

Re: Bootstrapping a Collection on SolrCloud

2019-01-14 Thread Frank Greguska
I've decided to take the approach to wait for the expected number of nodes to become available before initializing the collection. Here is the script I am using:

Re: Delayed/waiting requests

2019-01-14 Thread Erick Erickson
Gael: bq. Nevertheless, our filterCache is set to autowarm 12k entries which is also the maxSize That is far, far, far too many. Let's assume you actually have 12K entries in the filterCache. Every time you open a new searcher, 12K queries are executed _before_ the searcher accepts any new

Re: Content from EML files indexing from text/html (which is not clean) instead of text/plain

2019-01-14 Thread Terry Steichen
Using 6.6.0, I am able to index EML files just fine.  The trick is, when indexing files containing .eml, add "-filetypes eml" to the commandline (note the plural filetypes). Terry Steichen On 1/13/19 10:18 PM, Zheng Lin Edwin Yeo wrote: > Hi, > > I am using Solr 7.5.0 with Tika 1.18. > >

Re: Search query with & without question mark

2019-01-14 Thread Elizabeth Haubert
Because the standard query parser treats '?' as a single-character wildcard: https://lucene.apache.org/solr/guide/6_6/the-standard-query-parser.html So in the case q="how do I add a field", the word "field" in your document matches. In the second case q="how do I add a field?" it is looking for

Re: DateRangeField requires month?

2019-01-14 Thread Jeremy Smith
Hi Mikhail, thanks for the response. I'm probably missing something, but what makes 2000-11T13 contiguous and 2000T13 not contiguous? They seem pretty similar to me, but only the former is supported. Thanks, Jeremy From: Mikhail Khludnev Sent: Sunday,

Re: Content from EML files indexing from text/html (which is not clean) instead of text/plain

2019-01-14 Thread Alexandre Rafalovitch
I think asking this question on Tika mailing list may give you better answers. Then, if the conclusion is that the behavior is configurable, you can see how to do it in Solr. It may be however, that you need to do the parsing outside of Solr with standalone Tika. Standalone Tika is a production

RE: Delayed/waiting requests

2019-01-14 Thread Gael Jourdan-Weil
I had a look to GC logs this morning but I'm not sure how to interpret them. Over a period of 54mn, there is: - Number of pauses: 2739 - Accumulated pauses: 93s => that is 2.86% of the time - Average pause duration: 0.03s - Average pause interval: 1.18s - Accumulated full GC: 0 I'm not

RE: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-14 Thread Bruno Mannina
Hi Erick, Thanks for the tip Admin>>UI>>(core)>>analysis, I will investigate this afternoon. Regards, Bruno -Message d'origine- De : Erick Erickson [mailto:erickerick...@gmail.com] Envoyé : vendredi 11 janvier 2019 17:18 À : solr-user Objet : Re: Schema.xml, copyField, Slash,

RE: Schema.xml, copyField, Slash, ignoreCase ?

2019-01-14 Thread Bruno Mannina
Hi Steve, Many thanks for this field, I will test it this afternoon in my dev' server. Thanks also for your explanation ! Have a nice day ! Bruno -Message d'origine- De : Steve Rowe [mailto:sar...@gmail.com] Envoyé : vendredi 11 janvier 2019 17:43 À : solr-user@lucene.apache.org

Re: copyfield not working

2019-01-14 Thread Jay Potharaju
thanks for the info Andrea! Thanks Jay On Sun, Jan 13, 2019 at 11:53 PM Andrea Gazzarini wrote: > Hi Jay, the text analysis always operates on the indexed content. The > stored content of a filed is left untouched unless you do something > before it gets indexed (e.g. on client side or by an