Re: Solr upgrade from 4.x to 7.1

2017-12-14 Thread Erick Erickson
Completely agree with Robert. I'd also add that you should _not_ copy your configs from 4x. Start with the 7x configs and add any customizations but don't change things like luceneMatchVersion and the like. If you simply _cannot_ reindex, take a look at https://github.com/cominvent/solr-tools/blob

Re: SOLR Rest API for monitoring

2017-12-14 Thread Erick Erickson
The metrics were introduced in Solr 6.4 so I don't think so at all. The Cloudera support site could say for sure, I know lots of functionality has been backported to 4x from later versions, but that would be a _LOT_ of code to backport so I doubt it. Best, Erick On Thu, Dec 14, 2017 at 2:28 PM,

Re: Any Insights SOLR Rank tuning tool

2017-12-14 Thread Petersen, Robert (Contr)
I remember when FAST (when it was still FAST) came to our enterprise to pitch their search when we were looking to replace our alta vista search engine with *something* and they demonstrated that relevance tool for business side. While that thing was awesome, I've never seen anything close to it

Re: SOLR Rest API for monitoring

2017-12-14 Thread Petersen, Robert (Contr)
you are using cloudera? sounds like a question for them... From: Abhi Basu <9000r...@gmail.com> Sent: Thursday, December 14, 2017 1:27:23 PM To: solr-user@lucene.apache.org Subject: SOLR Rest API for monitoring Hi All: I am using CDH 5.13 with Solr 4.10. Trying t

Re: Solr upgrade from 4.x to 7.1

2017-12-14 Thread Petersen, Robert (Contr)
>From what I have read, you can only upgrade to the next major version number >without using a tool to convert the indexes to the newer version. But that is >still perilous due to deprications etc So I think best advice out there is to spin up a new farm on 7.1 (especially from 4.x), make a ne

Solr upgrade from 4.x to 7.1

2017-12-14 Thread Drooy Drooy
Hi All, We have an in-house project running in Solr 4.7 with Master/Slave mode for a few years, what is it going to take to upgrade it to SolrCloud with TLOG/PULL replica mode ? I read the upgrade guides, none of them talking about the jump from 4.x to 7. Thanks much

SOLR Rest API for monitoring

2017-12-14 Thread Abhi Basu
Hi All: I am using CDH 5.13 with Solr 4.10. Trying to automate metrics gathering for JVM (CPU, RAM, Storage etc.) by calling the REST APIs described here -> https://lucene.apache.org/solr/guide/6_6/metrics-reporting.html. Are these not supported in my version of Solr? If not, what option do I hav

Re: Hello! About SOLR-9168...

2017-12-14 Thread Tyler Lubeck
You know, I hadn't thought about Windows at all. I'll look at it again today and see if there's a change I can make for that side of things. On Thu, Dec 14, 2017 at 11:54 AM Erick Erickson wrote: > Seems like we should do this. Of course you can always just edit > bin/solr in the meantime "it's

Re: solr 6.6.0 /export returns xml not json

2017-12-14 Thread Joel Bernstein
I suspect when you did the upgrade you kept the same configs. The /export handler is an implicit handler in 6.6 so if you see any reference to /export handler in the solrconfig remove it. The /export hander does only return json or javabin in Solr 6.6. Joel Bernstein http://joelsolr.blogspot.com/

solr 6.6.0 /export returns xml not json

2017-12-14 Thread Zhang, Naigong (NIH/NLM/NCBI) [E]
Hi, We recently upgraded to solr version 6.6.0, and now the /export RequestHandler only returns xml (with wt=json or not). Before, with version 5.4.1, we were getting json. The manual clearly says that the default should be json: https://lucene.apache.org/solr/guide/6_6/exporting-result-sets.htm

Re: Hello! About SOLR-9168...

2017-12-14 Thread Erick Erickson
Seems like we should do this. Of course you can always just edit bin/solr in the meantime "it's just a script" Nothing equivalent for Windows though, right? On Thu, Dec 14, 2017 at 10:44 AM, Tyler Lubeck wrote: > Hi! > > I stumbled upon SOLR-9168 (https://issues.apache.org/jira/browse/SOLR-9

Selective Solr + Zookeeper Authentication on Admin Console

2017-12-14 Thread Moe Kamal
Need feedback/help enabling authentication on my Solr admin console without it also breaking integration (401 response) with another app (Adobe AEM). I'm running Solr with Zookeeper and enabled admin UI Authentication via security.json as described here: Https://lucene.apache.org/solr/guide/6_6/aut

Hello! About SOLR-9168...

2017-12-14 Thread Tyler Lubeck
Hi! I stumbled upon SOLR-9168 (https://issues.apache.org/jira/browse/SOLR-9168) while doing some digging around that exact problem, and attached a patch for the solution proposed in the ticket. I'm hoping to get some feedback on it, and then wondering if there's anything I can do to help get that

RE: [EXTERNAL] - Re: sharing the same param value in Solrcloud

2017-12-14 Thread Steve Pruitt
Client management is a good question. One I raised myself. I'm working with the current "way it's done" using a different search engine. We porting to Solr. Promoting responsibility to the client is, I believe, something I plan to recommend. Fewer moving parts as they say. But, for intelle

Re: Implicit routing changes to Composite while re-deploy changes and make Upconfig command

2017-12-14 Thread Shawn Heisey
On 12/13/2017 10:08 PM, Nimesh Aghera wrote: > Currently using solr cloud 6.1.0 and below is the solr admin UI which shows > that routing changes after make upconfig command > > Below values shown in Solr Admin UI are before make re-upconfig where all > data are indexed into particular shard.

Re: Is it safe to give users access to /admin/luke ?

2017-12-14 Thread Emir Arnautović
Hi, Depends on what you consider safe: - will user be able to change index - NO. - will user be able to get enough info to more or less restore document content - YES. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - ht

Re: Limit search queries only to pull replicas

2017-12-14 Thread Emir Arnautović
Hi Stanislav, I don’t think that there is a built in feature to do this, but that sounds like nice feature of Solrj - maybe you should check if available. You can implement it outside of Solrj - check cluster state to see which shards are available and send queries only to pull replicas. HTH, E

Re: Any Insights SOLR Rank tuning tool

2017-12-14 Thread Charlie Hull
On 13/12/2017 20:18, Sharma, Abhinav wrote: Hello Folks, Currently, we are running FAST ESP as a Search System & are looking to migrate from FAST ESP to SOLR. I was just wondering if you Guys have any built-in Relevancy tool for the Business Folks like what we have in FAST called SBC (Search B

Limit search queries only to pull replicas

2017-12-14 Thread Stanislav Sandalnikov
Hi, We have a Solr 7.1 setup with SolrCloud where we have multiple shards on one server (for indexing) each shard has a pull replica on other servers. What are the possible ways to limit search request only to pull type replicase? At the moment the only solution I found is to append shards para