Re: Filter Factory question

2017-09-29 Thread Emir Arnautović
It is still on master: https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternCaptureGroupTokenFilter.java

Official PDF Reference Guide for Solr 7.0

2017-09-29 Thread Basso Luca
Hi all, anybody knows when the "Official PDF Reference Guide for Solr 7.0" will be released? Thanks, Luca

Re: solr cloud without hard commit?

2017-09-29 Thread Emir Arnautović
Hi Wei, Hard commits are about data durability. It will roll over transaction logs and create index new index segment. If configured with openSearcher=false, they do not affect query performance much (other then taking some resources) since they do not invalidate caches. If you have transaction

Re: How to build solr

2017-09-29 Thread srini sampath
Thanks Atita, Sidana and Erick. @Atita, tried the procedure suggested here . But don't see any war file in the /extract_location/solr-6.6.1/solr/xxxsolr--SNAPSHOT.war directory after step #7 @Sidana, tried the proced

Re: Solr cloud most stable version

2017-09-29 Thread Lars Karlsson
Its really hard to filter through the issues in Jira, 710 open major/critical issues since 2010, using this query: project = SOLR AND issuetype = Bug And priority in (Blocker,Critical, Major) AND status in (Open, "In Progress", Reopened) ORDER BY createdDate ASC Are there any performance tests d

Re: how to recover from OpenSearcher called on closed core

2017-09-29 Thread rubi.hali
Hi Eric No its not NFS. It is ext4. Our solr is going again and again into OOM error. I am really not sure will it be because of this exception. But what I observed was Whenever we will increase polling interval, heap memory will grow at slower rate as compared to lesser polling interval. But we

tipping point for using solrcloud—or not?

2017-09-29 Thread John Blythe
hi all. complete noob as to solrcloud here. almost-non-noob on solr in general. we're experiencing growing pains in our data and am thinking through moving to solrcloud as a result. i'm hoping to find out if it seems like a good strategy or if we need to get other areas of interest handled first

Solr LTS version

2017-09-29 Thread Alessandro Hoss
Hello, I would like to know if there is a defined period of support for LTS versions. If yes, how long is it? Another question: The community page ( http://lucene.apache.org/solr/community.html) shows version 6.4.x as LTS. Is this outdated? Shouldn't it be 6.6.x? Thanks in advance, Alessandro Ho

Re: Solr LTS version

2017-09-29 Thread Erick Erickson
Indeed, that should 6.6 At this point, the only additions to the 6.6 code line will be either security vulnerabilities or bug fixes someone just _has_ to have _and_ a committer can be persuaded to go through the effort of being the Release Manager (RM). Generally, if a problem in 6.6 is deemed imp

Re: tipping point for using solrcloud—or not?

2017-09-29 Thread Erick Erickson
SolrCloud. SolrCloud. SolrCloud. Well, it actually depends. I recommend people go to SolrCloud when any of the following apply: > The instant you need to break any collection up into shards because you're > running into the constraints of your hardware (you can't just keep adding > memory to th

Re: solr cloud without hard commit?

2017-09-29 Thread Erick Erickson
More than you want to know about hard and soft commits here: https://lucidworks.com/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ You don't need to read it though, Emir did an admirable job of telling you why turning off hard commits is a terrible idea. Best, Erick

Re: upgrade to 7.0.0

2017-09-29 Thread David Haynie
It's a known bug https://issues.apache.org/jira/browse/SOLR-11406 -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Official PDF Reference Guide for Solr 7.0

2017-09-29 Thread Cassandra Targett
The vote is going on now, and only needs one more +1 to pass (it's been on long enough). If I get that today, I can start the release tonight or this weekend and you should see the announcement Monday/Tuesday next week. Cassandra On Fri, Sep 29, 2017 at 2:42 AM, Basso Luca wrote: > Hi all, > any

Distributed IDF configuration query

2017-09-29 Thread Reth RM
Dear Solr User Group, I am trying to configure distributed idf(global df) to a collection consisting of 3 shards. Listed below are the configurations applied, however, the debug-explain results still show the "idf" computed at shard index level. For example, indexed total 7 docs, 3 among them

Re: solr cloud without hard commit?

2017-09-29 Thread Wei
Thanks Emir and Erick! Helps me a lot to understand the commit process. A few more questions: 1. https://lucidworks.com/2013/08/23/understanding- transaction-logs-softcommit-and-commit-in-sorlcloud/ mentions that for soft commit, "new segments are created that will be merged". Does that mean w

How to test network connectivity in solrcloud

2017-09-29 Thread Webster Homer
Are there diagnostic tools to test that nodes of a cloud are communicating correctly with each other and their Zookeeper? We sometimes see strange behavior of our nodes and it would be nice to have a tool that could detect network issues, especially intermittent ones. -- This message and any a

Re: upgrade to 7.0.0

2017-09-29 Thread Shawn Heisey
On 9/27/2017 4:36 AM, Stefano Mancini wrote: > i’ve just installed solr 7.0.0 and i’ve an error opening an index created > with 6.6.1. > > The server works fine if start it with an empty index so i suppose that > configurations is ok I thought that I replied to this, turns out that I didn't.  I

Re: solr cloud without hard commit?

2017-09-29 Thread Erick Erickson
1> "mentions that for soft commit, "new segments are created that will be merged"" Wait, how did that get in there? Ignore it, I'm taking it out. 2> it doesn't matter whether segments are fsync'd or not. There will be a series of segments written to disk when ramBufferSizeMB is exceeded without a