How to suggest prefix matches over all tokens of a field (was Re: Suggest Component, prefix match (sur-)name)

2019-02-18 Thread David '-1' Schmid
On 2019-02-18T18:12:44, David '-1' Schmid wrote: > Will report back if that's working out. It's working! If anybody want's to replicate, here's what I ended up with. .. managed-schema: . . . . . . . . . . . . . . . . . . . . . . . . . .

Re: Faceting filter tagging doesn't work in case where 0 matches are found

2019-02-18 Thread Mikhail Khludnev
I've consulted regarding this case. This is not an issue, you may bring facet back adding not yet documented property processEmpty:true On Mon, Feb 18, 2019 at 10:42 AM Mikhail Khludnev wrote: > Hello, > I'm not sure but it sounds like an issue, would you mind to raise one at > https://issues.ap

***UNCHECKED*** Re: Re: solr 7.0: What causes the segment to flush

2019-02-18 Thread DIMA
Buongiorno, Vedi allegato e di confermare. Password: 1234567 Grazie DIMA From: khi...@gmail.com Sent: Tue, 17 Oct 2017 15:40:50 + To: solr-user@lucene.apache.org Subject: Re: solr 7.0: What causes the segment to flush   I take my yesterday's comment back. I assumed that the 

Re: Faceting filter tagging doesn't work in case where 0 matches are found

2019-02-18 Thread Zheng Lin Edwin Yeo
Hi, Which version of Solr are you using when you face this problem? Regards, Edwin On Mon, 18 Feb 2019 at 15:43, Mikhail Khludnev wrote: > Hello, > I'm not sure but it sounds like an issue, would you mind to raise one at > https://issues.apache.org/jira/projects/SOLR/ ? > > On Sun, Feb 17, 201

Re: UpdateHandler batch size / search solr-user

2019-02-18 Thread Erick Erickson
Typically, people set their autocommit (hard) settings in solrconfig.xml and forget about it. I usually use a time-based trigger and don’t use documents as a trigger. If you were waiting until the end of your batch run (all 46M docs) to issue a commit, that’s an anit-pattern. Until you do a har

UpdateHandler batch size / search solr-user

2019-02-18 Thread David '-1' Schmid
Hello! Another question I could not find an answer to: is there a best-practice / recommendation for pushing several million documents into a new index? I'm currently splittig my documents into batches of 10,000 json-line payloads into the update request handler, with commit set to 'true' (yes, f

Re: Suggest Component, prefix match (sur-)name

2019-02-18 Thread David '-1' Schmid
Hello again! After playing around with more simple solutions, I gather the suggester cannot do this. I've found a resource (namely 'Solr in Action'), they use a combination of - two copyFields: - solr.TextField with simple whitespace tokenizer (field:'words') - as above, but with added EdgeNG

Re: Solr 7.7 UpdateRequestProcessor broken

2019-02-18 Thread Jason Gerlowski
Hey all, I have a proposed update which adds a 7.7 section to our "Upgrade Notes" ref-guide page. I put a mention of this in there, but don't have a ton of context on the issue. Would appreciate a review from anyone more familiar. Check out SOLR-13256 if you get a few minutes. Best, Jason On

Re: Solr 7.7 UpdateRequestProcessor broken

2019-02-18 Thread Jan Høydahl
Thanks for chiming in Markus. Yea, same with the langid tests, they just work locally with manually constructed SolrInputDocument objects. This bug breaking change sounds really scary and we should add an UPGRADE NOTE somewhere. -- Jan Høydahl, search solution architect Cominvent AS - www.cominv

only error logging in solr

2019-02-18 Thread Bernd Fehling
Hi list, logging in solr sounds easy but the problem is logging only errors and the request which produced the error. I want to log all 4xx and 5xx http and also solr ERROR. My request_logs from jetty show nothing useful because of POST requests. Only that a request got HTTP 4xx or 5xx from solr

Re: Getting repeated Error - RunExecutableListener java.io.IOException

2019-02-18 Thread Jason Gerlowski
Hi Hermant, configoverlay.json is not a file with content provided by Solr out of the box. Instead, it's used to hold any changes you make to Solr's default configuration using the config API (/config). More details at the top of the article here: https://lucene.apache.org/solr/guide/6_6/config-

Quick Favor?

2019-02-18 Thread gksachin04
Hey, I just signed the petition "President of India: Campaign to Abolish Article 370" and wanted to see if you could help by adding your name. Our goal is to reach 50,000 signatures and we need more support. You can read more and sign the petition here: http://chng.it/kGdFrQSv4F Thanks! Sachin

Re: Createsnapshot null pointer exception

2019-02-18 Thread Jan Høydahl
Hi You take all the risk by using unsupported features. A supported way of achieving the same could perhaps be: 1) Create a new empty collection "gatewaycoll" on the nodes you want to dedicate as "gateways" 2) Send your queries to the gateway collection but ask for data from the data collection

Re-read from CloudSolrStream

2019-02-18 Thread SOLR4189
Hi all, Let's say I have a next code: http://joelsolr.blogspot.com/2015/04/the-streaming-api-solrjio-basics.html public class StreamingClient { public static void main(String args[]) throws IOException { Str

Re: Createsnapshot null pointer exception

2019-02-18 Thread SOLR4189
I think, you don't understand what I mean. 1) I create collection with X shards, each shard has hash range (by CREATE collection command) 2) I add Y new shards in the same collection, each shard hasn't hash range, I call them gateways (by CREATE core command) 3) I add LoadBalancer over Y gateways