Re: issue with 5.3.1 and index version

2016-04-02 Thread William Bell
What we are trying to do is - we upgraded the Solr Master machine to 5.4.1, and the slave is 5.3.1. When it replicates to the slave, it says "incompatible types". That seems like a valid use case to me? BIll On Thu, Mar 31, 2016 at 2:49 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote:

Same origin policy for Apache Solr 5.5

2016-04-02 Thread Aditya Desai
Hello SOLR Experts I am interested to know if SOLR 5.5 supports Same Origin Policy. I am trying to read the data from http://localhost:8984/Solr_1/my/directory1 and display it on UI on http://localhost:8983/Solr_2/my/directory2. http://localhost:8983 has Solr 4.10 running and

using custom analyzer on SolrCloud

2016-04-02 Thread Rose, Stuart J
I am trying to setup on my dev workstation a small SolrCloud in order to assess the faceting capability in Solr 5.5 and I have several questions. First some context: I need to be able to add a field that uses a custom analyzer. In a perfect world I would be able to just drop the

Re: Performance potential for updating (reindexing) documents

2016-04-02 Thread Shawn Heisey
On 4/1/2016 8:56 PM, Erick Erickson wrote: > bq: The bottleneck is definitely Solr. > > Since you commented out the server.add(doclist), you're right to focus > there. I've seen > a few things that help. > > 1> batch the documents, i.e. in the doclist above the list should be > on the order of

Re: Reset JMX counters for monitoring without restarting

2016-04-02 Thread Shawn Heisey
On 4/2/2016 12:27 PM, Jeff Courtade wrote: > I was hoping there was a way without a core reload. > > Do you know what is different with cloud? I need to do this in both. In cloud mode, using CoreAdmin (which is how you reload a core) is not recommended at all. The entire collection (all cores)

Re: Reset JMX counters for monitoring without restarting

2016-04-02 Thread Jeff Courtade
Thanks very much. Jeff Courtade M: 240.507.6116 On Apr 2, 2016 3:03 PM, "Otis Gospodnetić" wrote: > Hi Jeff, > > With info that Solr provides in JMX you have to keep track of things > yourself, do subtractions and counting yourself. > If you don't feel like

Re: Reset JMX counters for monitoring without restarting

2016-04-02 Thread Otis Gospodnetić
Hi Jeff, With info that Solr provides in JMX you have to keep track of things yourself, do subtractions and counting yourself. If you don't feel like reinventing that, see https://sematext.com/spm/integrations/solr-monitoring/ Otis -- Monitoring - Log Management - Alerting - Anomaly Detection

Problem building fuzzy suggestions

2016-04-02 Thread Fundera Developer
Hi all, At present I am providing suggestions in my app with this configuration in my solrconfig.xml: mySuggester WFSTLookupFactory spellchk 0.005 true true true

Re: Reset JMX counters for monitoring without restarting

2016-04-02 Thread Jeff Courtade
Thanks, I was hoping there was a way without a core reload. Do you know what is different with cloud? I need to do this in both. Jeff Courtade M: 240.507.6116 On Apr 2, 2016 1:37 PM, "Shawn Heisey" wrote: > On 4/2/2016 11:06 AM, Jeff Courtade wrote: > > I am putting

Re: most popular collate spellcheck

2016-04-02 Thread michael solomon
Thanks, and what we can do about that? On Apr 2, 2016 5:28 PM, "Reth RM" wrote: > Afaik, such feature doesn't exist currently, but looks like nice to have. > > > > > On Thu, Mar 31, 2016 at 8:33 PM, michael solomon > wrote: > > > Hi, > > It's possible

Re: Reset JMX counters for monitoring without restarting

2016-04-02 Thread Shawn Heisey
On 4/2/2016 11:06 AM, Jeff Courtade wrote: > I am putting together some montitors for various things. > > The counters seem to be ... from the beginning of the process. > > This makes many of them not so useful for long term monitoring and alerting. > > Is there a way to rest the counters without

Reset JMX counters for monitoring without restarting

2016-04-02 Thread Jeff Courtade
Hi, I am putting together some montitors for various things. The counters seem to be ... from the beginning of the process. This makes many of them not so useful for long term monitoring and alerting. Is there a way to rest the counters without restarting solr or reloading a core? For

Re: most popular collate spellcheck

2016-04-02 Thread Reth RM
Afaik, such feature doesn't exist currently, but looks like nice to have. On Thu, Mar 31, 2016 at 8:33 PM, michael solomon wrote: > Hi, > It's possible to return the most popular collate? > i.e: > spellcheck.q = prditive analytiycs > spellcheck.maxCollations = 5 >

Re: Function Query Parsing problem in Solr 5.4.1 and Solr 5.5.0

2016-04-02 Thread Max Bridgewater
Thank you Mike, that was it. Max. On Sat, Apr 2, 2016 at 2:40 AM, Mikhail Khludnev wrote: > Hello Max, > > Since it reports the first space occurrence pos=32, I advise to nuke all > spaces between braces in sum(). > > On Fri, Apr 1, 2016 at 7:40 PM, Max

Re: Function Query Parsing problem in Solr 5.4.1 and Solr 5.5.0

2016-04-02 Thread Mikhail Khludnev
Hello Max, Since it reports the first space occurrence pos=32, I advise to nuke all spaces between braces in sum(). On Fri, Apr 1, 2016 at 7:40 PM, Max Bridgewater wrote: > Hi, > > I have the following configuration for firstSearcher handler in > solrconfig.xml: > >