Re: Configuration recommendation for SolrCloud

2019-07-01 Thread Rahul Goswami
Hi Toke, Thank you for following up. Reading back, I surely could have explained better. Thanks for asking again. >> What is a cluster? Is it a fully separate SolrCloud? Yes, by cluster I mean a fully separate SolrCloud. >> If so, does that mean you can divide your collection into (at least) 4

Re: Bug in scoreNodes function of streaming expressions?

2019-07-01 Thread Pratik Patel
I think the problem was that my streaming expression was always returning just one node. When I added more data so that I can have more than one node, I started seeing the result. On Mon, Jul 1, 2019 at 11:21 AM Pratik Patel wrote: > Hello Everyone, > > I am trying to execute following

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Erick Erickson
Follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc . You must use the _exact_ same 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

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Ashwin Tandel
Pls unsubscribe me. Thanks in Advance. On Thu, Jun 27, 2019 at 2:30 PM Alexandre Rafalovitch wrote: > > Half the time I end up using a "power hammer" for all sorts of small > "nails". > > Specifically I use Wiresharm network tracer to see exactly what happens on > wire level and what servers

Re: Apache Solr warning on 6.2.1

2019-07-01 Thread Erick Erickson
The warning isn’t what’s affecting performance, it’s just an indication that you’re committing too often. Technically you’re opening searchers too often. Searchers are opened for several reasons; 1> your autocommit with openSearcher=true interval expires 2> your soft commit interval expires 3>

Bug in scoreNodes function of streaming expressions?

2019-07-01 Thread Pratik Patel
Hello Everyone, I am trying to execute following streaming expression with "scoreNodes" function in it. This is taken from the documentation. scoreNodes(top(n="50", sort="count(*) desc", nodes(baskets, random(baskets,

RE: Solr 8 getZkStateReader throwing AlreadyClosedException

2019-07-01 Thread Markus Jelsma
Opened SOLR-13591. https://issues.apache.org/jira/browse/SOLR-13591 -Original message- > From:Markus Jelsma > Sent: Thursday 27th June 2019 13:20 > To: solr-user@lucene.apache.org; solr-user > Subject: RE: Solr 8 getZkStateReader throwing AlreadyClosedException > > This was 8.1.1

Solr cloud collection restore silently fails for two shards

2019-07-01 Thread Bjarke Buur Mortensen
Hi list, we have a Solr Cloud setup with a collection with 4 shards. We backup this collection once a day. Each night, we try to restore the latest backup on a test server. So we restore all shards to the same machine. Upon restore, the solr logs prints the following:

RE: highlighting not working as expected

2019-07-01 Thread Martin Frank Hansen (MHQ)
Hi Edwin, Thanks for your explanation, makes sense now. Best regards Martin Internal - KMD A/S -Original Message- From: Zheng Lin Edwin Yeo Sent: 30. juni 2019 01:57 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Hi, If you are using the type

Apache Solr warning on 6.2.1

2019-07-01 Thread Nitin Midas
Hello, We have Apache Solr version 6.2.1 installed on server and we are getting this warning on Apache Solr log from few days which has affected performance of solr queries and put latency on our App: SolrCore [user_details] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 So we have followed

SOLR post query fails for alias names - SOLR 7

2019-07-01 Thread gopi krishna
Hi, We are upgrading solr from 4.x to 7.4.0 The way we query solr is using /select path and collection alias name through http POST method as the query length is larger. In version 4.x it was working fine. But in 7.4.0 it fails with below exception SolrException: Could not find collection :

Returning Multiple Strings

2019-07-01 Thread Gimhana Nadeeshan
Hi all, Is there a way to return String buffer instead of Character Array ? This is regarding below example. I want to return StringTermAttribute instead of CharTermAttribute basically. import java.io.IOException; import org.apache.lucene.analysis.TokenFilter; import