Status Collection Down

2016-08-26 Thread Hardika Catur S
Hi, I find problems in collection status in apache solr, when solr restart some collection status to "down". It happened at server 00 and 01. how to turn some of the collection?? Please help me to find a solution. Thanks, Hardika CS.

Why can't we get multiple payloadFields from suggester?

2016-08-26 Thread Siddharth Gargate
I need multiple payload fields from the suggester. I tried following but didn't work mySuggester BlendedInfixLookupFactory position_linear DocumentDictionaryFactory longDesc_txt text_en_splitting false desc_txt code type

Solr for Multi Tenant architecture

2016-08-26 Thread Chamil Jeewantha
Dear Solr Members, We are using SolrCloud as the search provider of a multi-tenant cloud based application. We have one schema for all the tenants. The indexes will have large number(millions) of documents. As of our research, we have two options, - One large collection for all the tenants

Re: Get results from Solr facets

2016-08-26 Thread Mikhail Khludnev
Hello, Have you checked json.facets? They allow to combine a lot of such instructions like this. On Fri, Aug 26, 2016 at 4:09 PM, Marta (motagirl2) wrote: > Hi everybody, > I am pretty new to Solr, so I don't know if what I'd like to achieve is > actually feasible or not.

RE: solrcloud 6.0.1 any suggestions for fixing a replica that stubbornly remains down

2016-08-26 Thread Jon Hawkesworth
Many thanks for this too, I am digging to this now. Jon -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, August 26, 2016 5:01 PM To: solr-user Subject: Re: solrcloud 6.0.1 any suggestions for fixing a replica that stubbornly remains down OK, this

RE: solcloud; collection reload, core Statistics 'optimize now'

2016-08-26 Thread Jon Hawkesworth
Many thanks for this, that's really useful. We're feeding in documents all the time so makes sense that optimizing the index would just be overhead. We just have one collection that we care about at the moment so I can't see us using Reload very often either. Jon -Original Message-

Re: How to update from Solr Cloud 5.4.1 to 5.5.1

2016-08-26 Thread D'agostino Victor
Hi Erick Thanks for your reply. That's what I though but i wasn't sure :) Do you know in which version index format changes and if I should update to a higher version ? And about ZooKeeper ; the 3.4.8 is fine or should I update it too ? Have a good day Victor Message original

Re: solrcloud 6.0.1 any suggestions for fixing a replica that stubbornly remains down

2016-08-26 Thread Erick Erickson
OK, this is starting to get worrisome. This _looks_ like your index is somehow corrupt. Let's back up a bit: Before you do the ADDREPLICA, is your system healthy? That is, do you have at least one leader for each shard that's "active"? You say it looks OK for a while, can you successfully query

Re: solcloud; collection reload, core Statistics 'optimize now'

2016-08-26 Thread Erick Erickson
First of all, please have them pretty much ignore the cores admin page. That's mostly a remnant of the non-SolrCloud days and largely is used for troubleshooting and the like. Most of all, assuming your index changes reasonably frequently (i.e. less than once a day) optimizing is unnecessary and

Re: How to update from Solr Cloud 5.4.1 to 5.5.1

2016-08-26 Thread Erick Erickson
First of course I would always back up my indexes, but then I'm paranoid. But 5.5.1 should be drop-in for 5.4.1. There are no index format changes you need to worry about. You can install 5.5.1 in a new directory on your box and start it up with the same SOLR_HOME as your 5.4.1 setup (after

Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-26 Thread Erick Erickson
This confuses a lot of people. The difference is at the top-level parser, way before it gets to the analysis chain. "Inventor-template" comes out of the top-level parser as a single token. From there it goes through edismax etc. So it's a single token spread across your fields by edismax. It's

Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-26 Thread shamik
Anyone ? -- View this message in context: http://lucene.472066.n3.nabble.com/Inventor-template-vs-Inventor-template-issue-with-hyphen-tp4293357p4293489.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr.NRTCachingDirectoryFactory

2016-08-26 Thread Rallavagu
Thanks Michail. I am unable to locate bottleneck so far. Will try jstack and other tools. On 8/25/16 11:40 PM, Mikhail Khludnev wrote: Rough sampling under load makes sense as usual. JMC is one of the suitable tools for this. Sometimes even just jstack or looking at SolrAdmin/Threads is

Re: Get results from Solr facets

2016-08-26 Thread Alessandro Benedetti
What about simply using grouping ? solr/hotels/search?q=*%3A*=json=true=true=query1=query2=3 [1] is this ok for you ? [1] https://cwiki.apache.org/confluence/display/solr/Result+Grouping Cheers On Fri, Aug 26, 2016 at 2:09 PM, Marta (motagirl2) wrote: > Hi everybody, >

[ANNOUNCE] Apache Solr 6.2.0 released

2016-08-26 Thread Michael McCandless
26 August 2016, Apache Solr 6.2.0 available Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search and analytics, rich document parsing, geospatial search,

Re: Integration Solr Cloudera with squirrel-sql

2016-08-26 Thread Joel Bernstein
You want to give the HUE, front-end to Solr's SQL interface. A video demo of this is here: https://vimeo.com/174334432 Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Aug 26, 2016 at 8:14 AM, Cahill, Trey wrote: > Hardika, > > Parallel SQL and the accompanying

Regex search on Solr

2016-08-26 Thread Anil
HI, I am indexing a text abc*17-logs.tgz/var/log/analyticsd *in solr and indexed term after all filters is *abc**17-logs.tgz/var/log/analyticsd* what is the regex to search abc17-logs.tgz/var/log/analyticsd in solr ? Following is the query and index analyzers I tried

Re: Default stop word list

2016-08-26 Thread Steven White
But what about the current "default" list that comes with Solr? How was that list, for all supported languages, determined? What I fear is this, when someone puts Solr into production, no one makes a change to that list, so if the list is not "valid" this will impacting search, but if the list

Get results from Solr facets

2016-08-26 Thread Marta (motagirl2)
Hi everybody, I am pretty new to Solr, so I don't know if what I'd like to achieve is actually feasible or not. Currently, I am querying my Solr to retrieve the amount of results that match the conditions in several facet queries. For example:

Re: Question about indexing PDFs

2016-08-26 Thread Betsey Benagh
Erick, I’m not sure of anything. I’m new to Solr and find the documentation extremely confusing. I’ve searched the web and found tutorials/advice, but they generally refer to older versions of Solr, and refer to methods/settings/whatever that no longer exist. That’s why I’m asking for help

RE: Integration Solr Cloudera with squirrel-sql

2016-08-26 Thread Cahill, Trey
Hardika, Parallel SQL and the accompanying JDBC connector only became available in Solr 6.x. Since Cloudera's Solr is only at 4.10, it will not have this feature. Trey -Original Message- From: Hardika Catur S [mailto:hardika.sa...@solusi247.com.INVALID] Sent: Friday, August 26, 2016

How to update from Solr Cloud 5.4.1 to 5.5.1

2016-08-26 Thread D'agostino Victor
Hi guys I've got a tree nodes Solr Cloud 5.4.1 with zookeeper 3.4.8 in production serving 72.000.000 documents. Documents types are easy ones : string, date, text, boolean, and multi valued string but reindexing would take two weeks. I would like to upgrade solr to (at least) version 5.5.1

Re: High load, frequent updates, low latency requirement use case

2016-08-26 Thread Emir Arnautovic
Hi Brent, Please see inline comments. Thanks, Emir -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On 26.08.2016 04:51, Brent P wrote: I'm trying to set up a Solr Cloud cluster to support a system with the

Integration Solr Cloudera with squirrel-sql

2016-08-26 Thread Hardika Catur S
Hi, I want integrate apache solr with squirrel-sql. It work in solr 6.0 and squirrel-sql 3.7. But I have difficulty in integrating solr Cloudera 4.10, because lib not in accordance with the needs of a squirrel-sql. Does solr Cloudera 4.10 could be integrated with squirrel-sql?? Or there

RE: Question about indexing PDFs

2016-08-26 Thread Srinivasa Meenavalli
Hi Betsey, I executed some examples in Solr 5.5 from apache Tika Data import handler . content/Text was not store by default. I can see PDF contents with documents when stored="true" enabled . solr start -e dih /solr/tika/select?q=*%3A*=json=true

BasicAuthentication & blockUnknown Issue

2016-08-26 Thread Susheel Kumar
Hello, I configured Solr for Basic Authentication with blockUnknown:true. It works well and no issue observed in ingestion & querying the solr cloud cluster but in the Logging i see below errors being logged. I see SOLR-9188 and SOLR 8236 logged for similar issue. Is there any workaround/fix

solcloud; collection reload, core Statistics 'optimize now'

2016-08-26 Thread Jon Hawkesworth
Hi, I'd like to understand a bit more about some of the admin options in solrcloud admin interface. Can anyone point me at something which tells me what hit Reload for a given collection actually does, whether it is safe to do at any time and/or under what circumstances it should/shouldn't be

RE: Default stop word list

2016-08-26 Thread Srinivasa Meenavalli
Hi Steven, List of Stopwords of a language are not fixed, there is no single universal list of stop words used by all natural language processing tools . Ideally stop words should be defined search merchandisers based on their domain instead of referring default.

Re: solr.NRTCachingDirectoryFactory

2016-08-26 Thread Mikhail Khludnev
Rough sampling under load makes sense as usual. JMC is one of the suitable tools for this. Sometimes even just jstack or looking at SolrAdmin/Threads is enough. If the only small ratio of documents is updated and a bottleneck is filterCache you can experiment with segmened filters which suite