Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-12 Thread spoonerk
ame e-mail as you used to subscribe. > > > > > > If the initial try doesn't work and following the suggestions at the > > > "problems" link doesn't work for you, let us know. But note you need > > > to show us the _entire_ return header to allow

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-12 Thread 苗海泉
doesn't work for you, let us know. But note you need > > to show us the _entire_ return header to allow anyone to diagnose the > > problem. > > > > Best, > > Erick > > > > On Sat, Mar 10, 2018 at 1:03 PM, spoonerk > wrote: > > > I have manually un

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-10 Thread spoonerk
ink doesn't work for you, let us know. But note you need > to show us the _entire_ return header to allow anyone to diagnose the > problem. > > Best, > Erick > > On Sat, Mar 10, 2018 at 1:03 PM, spoonerk wrote: > > I have manually unsubscribed many times. But I st

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-10 Thread Erick Erickson
ave manually unsubscribed many times. But I still get emails from the > list. Can some admin please unsubscribe me? > > On Mar 9, 2018 9:52 PM, "苗海泉" wrote: > >> hello,We found a problem. In solr 6.0, the indexing speed of solr is >> influenced by the number

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-10 Thread spoonerk
I have manually unsubscribed many times. But I still get emails from the list. Can some admin please unsubscribe me? On Mar 9, 2018 9:52 PM, "苗海泉" wrote: > hello,We found a problem. In solr 6.0, the indexing speed of solr is > influenced by the number of solr collections. The

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-10 Thread Shawn Heisey
On 3/10/2018 9:44 AM, Erick Erickson wrote: There are quite a number of reasons you may be seeing this, all having to do with trying to put too much stuff in too little hardware. At any rate, there's no a-priori limit to the number of collections/replicas/whatever that Solr can deal with, the

Re: The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-10 Thread Erick Erickson
ions/replicas/whatever that Solr can deal with, the limits are your hardware. Best, Erick On Fri, Mar 9, 2018 at 9:52 PM, 苗海泉 wrote: > hello,We found a problem. In solr 6.0, the indexing speed of solr is > influenced by the number of solr collections. The speed is normal before > the limit

The Impact of the Number of Collections on Indexing Performance in Solr 6.0

2018-03-09 Thread 苗海泉
hello,We found a problem. In solr 6.0, the indexing speed of solr is influenced by the number of solr collections. The speed is normal before the limit is reached. If the limit is reached, the indexing speed will decrease by 50 times. In our environment, there are 49 solr nodes. If each

Re: Enable Gzip compression Solr 6.0

2017-06-02 Thread nilaksh
Hi Rick, I am not sure that Solr can take that stand once it stopped producing a standalone war (Rationale for which is rather well documented here: https://wiki.apache.org/solr/WhyNoWar) If Solr is asking users not to use standalone containers and wants to be used as a Server then it must provide

Re: Joins using graph queries - solr 6.0

2017-05-22 Thread mganeshs
Hi, Sorry that this reply is not an answer for your post, but want to know whether graph is working fine for you as expected. is that traverse working fine in the graph ? I posted a question over here, http://lucene.472066.n3.nabble.com/Graph-traversel-td4331207.html#a4331799 but no response. S

Joins using graph queries - solr 6.0

2017-05-21 Thread thiaga rajan
Hi - We are having a tree based structure in solr and we are using solr graph queries to perform some search in our usecases. Example - {! graph from=xx to=yy} we got a new requirement like we need to search last level nodes based on some parents in the tree and those last level nodes needs to b

Re: Enable Gzip compression Solr 6.0

2017-04-13 Thread Rick Leir
heers -- Rick >> >>> On April 12, 2017 8:48:45 AM EDT, Mahmoud Almokadem > wrote: >>> Hello, >>> >>> How can I enable Gzip compression for Solr 6.0 to save bandwidth >>> between >>> the server and clients? >>> >>> Thanks, >>> Mahmoud >> >> -- >> Sorry for being brief. Alternate email is rickleir at yahoo dot com -- Sorry for being brief. Alternate email is rickleir at yahoo dot com

Re: Enable Gzip compression Solr 6.0

2017-04-12 Thread Mahmoud Almokadem
hmoud Almokadem >> wrote: >> Hello, >> >> How can I enable Gzip compression for Solr 6.0 to save bandwidth >> between >> the server and clients? >> >> Thanks, >> Mahmoud > > -- > Sorry for being brief. Alternate email is rickleir at yahoo dot com

Re: Enable Gzip compression Solr 6.0

2017-04-12 Thread Rick Leir
your setup​ is different? Older versions of Solr used Tomcat which supported gzip. Newer versions use Zookeeper and Jetty and you prolly will find a way. Cheers -- Rick On April 12, 2017 8:48:45 AM EDT, Mahmoud Almokadem wrote: >Hello, > >How can I enable Gzip compression for Solr 6.

Enable Gzip compression Solr 6.0

2017-04-12 Thread Mahmoud Almokadem
Hello, How can I enable Gzip compression for Solr 6.0 to save bandwidth between the server and clients? Thanks, Mahmoud

RE: Solr 6.0 Highlighting Not Working

2016-10-25 Thread Teague James
Hi - Thanks for the reply, I'll give that a try.   -Original Message- From: jimtronic [mailto:jimtro...@gmail.com] Sent: Monday, October 24, 2016 3:56 PM To: solr-user@lucene.apache.org Subject: Re: Solr 6.0 Highlighting Not Working Perhaps you need to wrap your inner ""

Re: Solr 6.0 Highlighting Not Working

2016-10-24 Thread jimtronic
Perhaps you need to wrap your inner "" and "" tags in the CDATA structure? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-0-Highlighting-Not-Working-tp4302787p4302835.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr 6.0 Highlighting Not Working

2016-10-24 Thread Teague James
Can someone please help me troubleshoot my Solr 6.0 highlighting issue? I have a production Solr 4.9.0 unit configured to highlight responses and it has worked for a long time now without issues. I have recently been testing Solr 6.0 and have been unable to get highlighting to work. I used my 4.9

Authenticating the SOLR 6.0 using Kerberos Authentication

2016-08-11 Thread Preeti Bhat
Hi All, We are running a SOLR 6.0 in AWS EC2 instance (Windows Server 2012) . Based on the below URL, I found that we would be able to Authenticate the SOLR in standalone mode using "Kerberos Authentication". But since we are having this in the AWS, we don't have the control on

回复:Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-26 Thread tjlp
Hi, Alex, You are right. I just begin to try ICU. Thanks Liu Peng - 原始邮件 - 发件人:Alexandre Rafalovitch 收件人:solr-user 主题:Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents? 日期:2016年06月24日 19点37分 Also, Solr

回复:Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-26 Thread tjlp
Hi, Alex, Thanks. I check the wrong folder and miss it. BR, Liu Peng - 原始邮件 - 发件人:Alexandre Rafalovitch 收件人:solr-user 主题:Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents? 日期:2016年06月24日 19点25分 You can

Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread Alexandre Rafalovitch
> > Hope it helps, > Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 24 June 2016 at 19:03, wrote: >> Hi, Alex, >> >> Although in the list you provide, >> org.apache.lucene.analysis.h

Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread Alexandre Rafalovitch
. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 24 June 2016 at 19:03, wrote: > Hi, Alex, > > Although in the list you provide, > org.apache.lucene.analysis.hu.HungarianAnalyzer is there. But in the source > code of Solr 6.0 (include th

回复:Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread tjlp
Hi, Alex, Although in the list you provide, org.apache.lucene.analysis.hu.HungarianAnalyzer is there. But in the source code of Solr 6.0 (include the Lucene source code), no package org.apache.lucene.analysis.hu is define. Thanks Liu Peng - 原始邮件 - 发件人:Alexandre Rafalovitch 收件人:solr

Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-23 Thread Alexandre Rafalovitch
The full list is here: http://www.solr-start.com/info/analyzers . I can see at least Hungarian. Regards, Alex On 23 Jun 2016 7:46 PM, wrote: Hi, I am using Solr 6.0 to indexing document from different countries. I go through the reference guide of Solr 6.0. I can't find anything

Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-23 Thread tjlp
Hi, I am using Solr 6.0 to indexing document from different countries. I go through the reference guide of Solr 6.0. I can't find anything about HUNGARIAN, SLOVAK, and VIETNAMESE language support. And For KOREAN and Traditional Chinese, I can find the CJK tokenizer. Is CJK tokenizer e

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-06-08 Thread Renaud Delbru
4.com 703.682.6000 x276 direct 703.989.8030 cell www.NC4.com ? -Original Message- From: Renaud Delbru [mailto:renaud@siren.solutions] Sent: Thursday, May 19, 2016 7:13 AM To: solr-user@lucene.apache.org Subject: Re: Need Help with Solr 6.0 Cross Data Center Replication I have reproduced your step

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-06-07 Thread Satvinder Singh
rect >703.989.8030 cell >www.NC4.com > > > > > >? > > >-Original Message- >From: Renaud Delbru [mailto:renaud@siren.solutions] >Sent: Thursday, May 19, 2016 7:13 AM >To: solr-user@lucene.apache.org >Subject: Re: Need Help with Solr 6.0 Cross

Re: Solr 6.0 Parallel SQL

2016-05-23 Thread Erick Erickson
For <2> and <3> well, yes. To do _anything_ in Solr you need to index the data to Solr. It doesn't magically reach out into the DB and do stuff. <3> you can either use DIH or a SolrJ program and yes, you do have to do some kind of mapping of database columns into Solr documents I want to caut

Re: Solr 6.0 Parallel SQL

2016-05-23 Thread Joel Bernstein
The docs describe the current capabilities. So if it's not in the docs, it's not supported yet. For example the docs don't mention joins or intersections and they are not supported. Another example is that select count(*) is supported, and select distinct is supported, but select count(distinct) is

Solr 6.0 Parallel SQL

2016-05-23 Thread Steven White
Hi everyone, I'm reading on Solr's Parallel SQL. I see some good examples but not much on how to set it up and what are the limitations. My reading on it is that I can use Parallel SQL to send to Solr SQL syntax to search in Solr, but: 1) Does this mean all of SQL's query statements are support

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Abdel Belkasri
t;>> >>> To summarize this is what I have, all VMS running on Centos7 : >>> >>> Source Side >>> |___ 1 VM running 3 Zookeeper instances on port 2181, 2182 and >>> 2183 (ZOOKEEPER 3.4.8)(Java 1.8.0_91) >>> |___ 1 VM running 2

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Abdel Belkasri
Satvinder Singh >> >> >> >> Security Systems Engineer >> satvinder.si...@nc4.com >> 703.682.6000 x276 direct >> 703.989.8030 cell >> www.NC4.com >> >> >> >> >> >> >> >> -Original Message- >

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Renaud Delbru
, 2182 and 2183 (ZOOKEEPER 3.4.8)(Java 1.8.0_91) |___ 1 VM running 2 solr 6.0 instances on port 8501, 8502 (Solr 6.0) (Java 1.8.0_91) |___ sample_techproducts_config copied as 'liferay', and used to create collections, that is where I am modifying the solrconfig.xml T

RE: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Satvinder Singh
--- From: Renaud Delbru [mailto:renaud@siren.solutions] Sent: Thursday, May 19, 2016 7:13 AM To: solr-user@lucene.apache.org Subject: Re: Need Help with Solr 6.0 Cross Data Center Replication I have reproduced your steps and the cdcr request handler started successfully. I have attached to this mail

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Abdel Belkasri
gt; Source Side > |___ 1 VM running 3 Zookeeper instances on port 2181, 2182 and > 2183 (ZOOKEEPER 3.4.8)(Java 1.8.0_91) > |___ 1 VM running 2 solr 6.0 instances on port 8501, 8502 (Solr > 6.0) (Java 1.8.0_91) > |___ sample_techproducts_config copied as 'liferay

RE: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Satvinder Singh
Thank you. To summarize this is what I have, all VMS running on Centos7 : Source Side |___ 1 VM running 3 Zookeeper instances on port 2181, 2182 and 2183 (ZOOKEEPER 3.4.8)(Java 1.8.0_91) |___ 1 VM running 2 solr 6.0 instances on port 8501, 8502 (Solr 6.0) (Java 1.8.0_91

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Renaud Delbru
-user@lucene.apache.org Subject: Re: Need Help with Solr 6.0 Cross Data Center Replication Hi, I have tried to reproduce the problem, but was unable to. I have downloaded the Solr 6.0 distribution, added to the solr config the cdcr request handler and modified the update handler to register the CdcrUpda

RE: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Satvinder Singh
: Monday, May 16, 2016 11:54 AM To: solr-user@lucene.apache.org Subject: RE: Need Help with Solr 6.0 Cross Data Center Replication Hi, So the way I am doing it is, for both for the Target and Source side, I took a copy of the sample_techproducts_config configset, can created one configset. Then I

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Erick Erickson
Thanks Renaud, fixed. On Mon, May 16, 2016 at 8:45 AM, Renaud Delbru wrote: > Hi, > > I have tried to reproduce the problem, but was unable to. > I have downloaded the Solr 6.0 distribution, added to the solr config the > cdcr request handler and modified the update handler

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Renaud Delbru
Hi, I have tried to reproduce the problem, but was unable to. I have downloaded the Solr 6.0 distribution, added to the solr config the cdcr request handler and modified the update handler to register the CdcrUpdateLog, then start Solr in cloud mode and created a new collection using my solr

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-15 Thread Abdel Belkasri
Erick, I tried the new configuration. The same issue that Satvinder is having. The log updater cannot be instantiated... class="solr.CdcrUpdateLog" for some reason that class is causing a problem! Anyway, anyone has a config that works? Regards, --Abdel On Fri, May 13, 2016 at 11:57 AM, Erick

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-13 Thread Erick Erickson
I changed the CDCR doc, Oliver could you take a glance and see if it is clear now? All I changed was the sample solrconfig sections https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62687462 Thanks, Erick On Fri, May 13, 2016 at 6:23 AM, Oliver Rudolph wrote: > Hi, > > I had

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-13 Thread Oliver Rudolph
Hi, I had the same problem. The documentation is kind of missleading here. You must not add a new element to your config but update the existing . All you need to do is add the class="solr.CdcrUpdateLog" element to the element inside your existing . Hope this helps! Mit freundlichen Grüßen

Need Help with Solr 6.0 Cross Data Center Replication

2016-05-11 Thread Satvinder Singh
Hi, I am trying to configure Cross Data Center Replication using solr 6.0. I am having issue configuring solrconfig.xml on both the target and source side. I keep getting error "org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Solr instance is not configured wit

Antwort: Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-11 Thread Stephan Schubert
6 17:49 Betreff:Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0 Hmm, looking at the patch I see: DocumentObjectBinder binder = new DocumentObjectBinder(); . . . SolrInputDocument solrInputDoc = binder.toSolrInputDocument(in); But I confess I didn't actually try it. On T

Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Alexandre Rafalovitch
01:36, Stephan Schubert wrote: > In Solr 6.0 the method ClientUtils.toSolrInputDocument() was removed > (deprecated since 5.5.1, see > https://issues.apache.org/jira/browse/SOLR-8339). What is the best way > now to transform a SolrDocument into a SolrInputDocument? > > Mit fre

Re: Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Erick Erickson
NP, Having to dive into the patch is kind of arcane... On Tue, May 10, 2016 at 8:54 AM, Stephan Schubert wrote: > Ouch... thanks a lot ;) > > > Mit freundlichen Grüßen / Best regards > > Stephan Schubert > Senior Web Application Engineer | IT Engineering Information Oriented > Applications >

Antwort: Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Stephan Schubert
Ouch... thanks a lot ;) Mit freundlichen Grüßen / Best regards Stephan Schubert Senior Web Application Engineer | IT Engineering Information Oriented Applications SICK AG | Erwin-Sick-Str. 1 | 79183 Waldkirch | Germany Phone +49 7681 202-3751 | Fax | mailto:stephan.schub...@sick.de | http://w

Re: Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Erick Erickson
Hmm, looking at the patch I see: DocumentObjectBinder binder = new DocumentObjectBinder(); . . . SolrInputDocument solrInputDoc = binder.toSolrInputDocument(in); But I confess I didn't actually try it. On Tue, May 10, 2016 at 8:41 AM, Stephan Schubert wrote: > In Solr 6.0 th

Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Stephan Schubert
In Solr 6.0 the method ClientUtils.toSolrInputDocument() was removed (deprecated since 5.5.1, see https://issues.apache.org/jira/browse/SOLR-8339). What is the best way now to transform a SolrDocument into a SolrInputDocument? Mit freundlichen Grüßen / Best regards Stephan Schubert Senior Web

Transforming SolrDocument to SolrInputDocument in Solr 6.0

2016-05-10 Thread Stephan Schubert
In Solr 6.0 the method ClientUtils.toSolrInputDocument() was removed (deprecated since 5.5.1, see https://issues.apache.org/jira/browse/SOLR-8339). What is the best way now to transform a SolrDocument into a SolrInputDocument? Mit freundlichen Grüßen / Best regards Stephan Schubert Senior Web

Re: Indexing xml documents using solrj 6.0 + solr 6.0

2016-05-09 Thread Abdel Belkasri
did you look at this: https://cwiki.apache.org/confluence/display/solr/Using+SolrJ Regards, --Abdel. On Mon, May 9, 2016 at 1:32 PM, Mat San wrote: > Hello, > > Could I ask please for urgent help since I'm new to solrj and solr. I've > read all documentation but I did not find a full complete e

Indexing xml documents using solrj 6.0 + solr 6.0

2016-05-09 Thread Mat San
Hello, Could I ask please for urgent help since I'm new to solrj and solr. I've read all documentation but I did not find a full complete example in java how to index arbitrary xml documents and rich documents. (These documents are placed in a folder). Can somebody provide some examples please (J

Re: Migrating from Solr 5.4 to Solr 6.0

2016-05-04 Thread Zheng Lin Edwin Yeo
-Original message- > > From:Zheng Lin Edwin Yeo > > Sent: Wednesday 4th May 2016 13:27 > > To: solr-user@lucene.apache.org > > Subject: Migrating from Solr 5.4 to Solr 6.0 > > > > Hi, > > > > Would like to find out, do we need to re-index our document when we

RE: Migrating from Solr 5.4 to Solr 6.0

2016-05-04 Thread Markus Jelsma
No, you don't need to reindex. M. -Original message- > From:Zheng Lin Edwin Yeo > Sent: Wednesday 4th May 2016 13:27 > To: solr-user@lucene.apache.org > Subject: Migrating from Solr 5.4 to Solr 6.0 > > Hi, > > Would like to find out, do we need to

Migrating from Solr 5.4 to Solr 6.0

2016-05-04 Thread Zheng Lin Edwin Yeo
Hi, Would like to find out, do we need to re-index our document when we migrate from Solr 5.4 to Solr 6.0 because of the change in scoring algorithm to BM25? Regards, Edwin

Re: How to declare field type for IntPoint field in solr 6.0 schema?

2016-04-14 Thread rafis
Thank you, Shawn! It can wait. There are other features in 6.0 I was waiting for. It is always nice to have such improvements! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-declare-field-type-for-IntPoint-field-in-solr-6-0-schema-tp4270040p4270256.html Sent from th

Re: How to declare field type for IntPoint field in solr 6.0 schema?

2016-04-14 Thread Shawn Heisey
On 4/13/2016 8:57 PM, Rafis Ismagilov wrote: > Should it be PointType, BinaryField, or something else. All examples use > TrieIntField for int. Solr doesn't have support for the new Point types in Lucene yet. They are a recent introduction, and Solr was caught a little off guard by how fast they

How to declare field type for IntPoint field in solr 6.0 schema?

2016-04-13 Thread Rafis Ismagilov
Should it be PointType, BinaryField, or something else. All examples use TrieIntField for int. Thanks,Rafis

Re: Release date for Solr 6.0

2016-04-07 Thread Shawn Heisey
On 4/7/2016 11:17 AM, Don Bosco Durai wrote: > Does this release mandate minimum JDK 1.8? JRE 1.8. The JDK is not required unless you want to build Solr from source. Thanks, Shawn

Re: Release date for Solr 6.0

2016-04-07 Thread Don Bosco Durai
Congratulations. Does this release mandate minimum JDK 1.8? Thanks Bosco On 4/7/16, 9:11 AM, "Anshum Gupta" wrote: >Hi Ben, > >The vote for 6.0 just passed about an hour ago and it should just a matter >of at the most 3-4 days depending on the availability of the release >manager before

Re: Release date for Solr 6.0

2016-04-07 Thread Jack Krupansky
Do you need to preserve your index data or are you able to fully re-index all data from scratch? If the former, you will need to upgrade from 4 to 5 first, then force a full optimize to fully upgrade all index segments to 5 format, and then upgrade from 5 to 6. In fact, if you had originally upgrad

Re: Release date for Solr 6.0

2016-04-07 Thread Anshum Gupta
Hi Ben, The vote for 6.0 just passed about an hour ago and it should just a matter of at the most 3-4 days depending on the availability of the release manager before the artifacts are published to all mirrors and the official note is sent out. On Thu, Apr 7, 2016 at 8:48 AM, Ben Earley wrote:

Re: Release date for Solr 6.0

2016-04-07 Thread Erick Erickson
The release vote just passed, 6.0 should be released in a very few days. Best, Erick On Thu, Apr 7, 2016 at 8:48 AM, Ben Earley wrote: > Hi there, > > My team has been using Solr 4 on a large distributed system and we are > interested in upgrading to Solr 6 when the new version is released to >

Release date for Solr 6.0

2016-04-07 Thread Ben Earley
Hi there, My team has been using Solr 4 on a large distributed system and we are interested in upgrading to Solr 6 when the new version is released to leverage some of the new features, such as graph queries. Is anyone able to provide any insight as to the release schedule for this new version?

Re: Solr 6.0

2016-02-25 Thread Renaud Delbru
Hi Shawn, On 25/02/16 14:07, Shawn Heisey wrote: The CDCR functionality is currently present in the master branch, but I do not know for sure whether it will be included in the 6.0 release. I am not involved with that feature and have no idea how stable the code is. CDCR is stable and is runnin

Re: Solr 6.0

2016-02-25 Thread Yonik Seeley
On Thu, Feb 25, 2016 at 9:07 AM, Shawn Heisey wrote: > http://yonik.com/solr-6/ For those of you in the NYC area, I'm giving a talk soon on Solr 6 (and depending on the timing, "Preview" could turn into "Overview" :-) NYC Apache Lucene/Solr Meetup Solr 6 Feature Preview Wednesday, March 9, 2016 6

Re: Solr 6.0

2016-02-25 Thread Shawn Heisey
On 2/25/2016 6:32 AM, Steven White wrote: > Where can I learn more about the upcoming Solr 6.0? I understand the > release date cannot be know, but I hope the features and how it difference > from 5.x is known. Yonik (creator of Solr) has a blog post about features in the upcoming versi

Solr 6.0

2016-02-25 Thread Steven White
Hi, Where can I learn more about the upcoming Solr 6.0? I understand the release date cannot be know, but I hope the features and how it difference from 5.x is known. Thank you Steve