Re: Phrase search with Solr 7.2

2018-03-25 Thread Mikhail Khludnev
Hello, Steven. Have you tried sow=true? see https://lucene.apache.org/solr/guide/7_2/the-extended-dismax-query-parser.html Anyway, you can start from debugQuery=true, then try to explore explainOther, and get to Analysis page after all. On Mon, Mar 26, 2018 at 3:10 AM, Steven White

Solr 7 or 6 - stability and performance

2018-03-25 Thread S G
Hi, Solr 7 has been out for about 6 months now. (Sep-2017 to Mar-2018) We are planning some major upgrades from 6.2 and 6.4 versions of Solr and I wanted to see how is Solr 7 looking in terms of stability and performance. (Have seen http://lucene.apache.org/solr/news.html but some real users'

Phrase search with Solr 7.2

2018-03-25 Thread Steven White
Hi everyone, I switched over from Solr 5.2.1 to 7.2.1 other than re-indexing my data and schema design remain the same. The issue I see now is I'm getting 0 hits on phrase searches, why? Here is the query I'm sending that gives me 0 hits:

Re: Some performance questions....

2018-03-25 Thread Walter Underwood
> On Mar 24, 2018, at 5:21 PM, Deepak Goel wrote: > > My first test was to test with static queries. Does Solr scale-up as we > increase the load of same query? > > The second test would be to check with 'Different Queries'. > > And then finally check with 80% similar

Re: edit rights on wiki

2018-03-25 Thread Pierre Chamberland
Cool.. thanks! BTW we are holding Montreal’s 1st Solr meetup this week: https://www.meetup.com/Montreal-Solr-ML-group/ Not sure if there is anything structured for Solr User Groups, but if there is we would certainly be interested in starting a local chapter. Done. I added you to the Solr

Re: edit rights on wiki

2018-03-25 Thread Erick Erickson
Done. I added you to the Solr wiki, the Lucene Wiki is a separate permission Erick On Sun, Mar 25, 2018 at 12:57 PM, Pierre Chamberland < pierre.chamberl...@netmail.com> wrote: > Hello. > > > > My username is PierreChamberland > > > > I would like to be able to edit the wiki to update

edit rights on wiki

2018-03-25 Thread Pierre Chamberland
Hello. My username is PierreChamberland I would like to be able to edit the wiki to update projects and sites that use Solr Thanks! [/Users/techsupport/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_1159783526] Pierre Chamberland

Re: Some performance questions....

2018-03-25 Thread Deepak Goel
Some observations: *#* The CPU Load on idxa1 never crosses above 91% mark mostly even if you increase the load (by increasing the number of threads). This is similar to my environment (I can never cross 90% on Linux even if I increase the load. For Windows I can never cross 65% for some reason)

Re: Some performance questions....

2018-03-25 Thread Shawn Heisey
On 3/25/2018 7:15 AM, Deepak Goel wrote: $ Why is the 'qps' not increasing with increase in threads? (If I understand the qps parameter right?) Likely because I sent all these queries to a single copy of the index.  We only have two copies of the index in production, plus a third copy on a

Re: Some performance questions....

2018-03-25 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sun, Mar 25, 2018 at 2:24 PM, Shawn Heisey wrote: > On

Re: Some performance questions....

2018-03-25 Thread Shawn Heisey
On 3/25/2018 1:45 AM, Shawn Heisey wrote: I have written a little test program that can pound the system harder, need a little more time to gather what I learned with it. Here's the code and three results with different threadcounts:

Re: Master Slave Replication of Solr with Basic Authentication

2018-03-25 Thread Shawn Heisey
On 3/25/2018 1:56 AM, Basheeruddin Ahmed (syedbahm) wrote: Seems even when we use Secuirty.json with BasicAuthentication Plugin as documented here -- https://lucene.apache.org/solr/guide/7_2/basic-authentication-plugin.html , which nicely encrypts the user password using SHA256 encryption,

Master Slave Replication of Solr with Basic Authentication

2018-03-25 Thread Basheeruddin Ahmed (syedbahm)
Hello, Seems even when we use Secuirty.json with BasicAuthentication Plugin as documented here -- https://lucene.apache.org/solr/guide/7_2/basic-authentication-plugin.html , which nicely encrypts the user password using SHA256 encryption, when it comes to configuring the slave in a

Re: Some performance questions....

2018-03-25 Thread Shawn Heisey
On 3/24/2018 10:42 PM, Deepak Goel wrote: I believe you ran this query with a 1 user load. Or was it a multi-user load test? If it was multi-user load test, how many users did you test for? And what were the utilisations and tps? It was late Saturday night when I did that.  There's almost no