[DISCUSS][SOLR] Multiple Repos For Contributions

2020-11-12 Thread Mike Drob
Solr Devs, We've slowly been moving into a multi-repository model, and I wanted to bring some more attention to it and have a more focused discussion. We've recently embarked upon the acceptance of solr-operator as a distinct repo[1] under the care of the Lucene (soon to be Solr) PMC. I expect tha

Re: Lucene Query Parser Syntax Specification

2020-11-12 Thread Gus Heck
I have had this thought regarding IDE support too. I've had expressions that when formatted for legibility are over 100 lines long, and adding something in the middle that changes indenting is truly painful at that point. At the moment I've got several irons in the fire already and can't possibly t

Legacy Solr: slave index removed after replication disabled on master

2020-11-12 Thread Dan Rosher
Hi, We still use the legacy implementation of solr (not solrcloud), although a late version (8.3.0) I've noticed that if replication is disabled on the master, then the index appears to be removed from a slave. I've tracked this down to https://github.com/apache/lucene-solr/blame/master/solr/cor

Re: Lucene Query Parser Syntax Specification

2020-11-12 Thread Scott Guthery
>>> I wish something like this existed for streaming expressions. I'm not sure what you mean by 'streaming expressions' but yacc/bison and lex/flex can be applied to bytes coming from any stream and hitch syntax and semantic actions onto anything they recognize. There is, naturally, the proviso t

RE: Lucene Query Parser Syntax Specification

2020-11-12 Thread ufuk yılmaz
I wish something like this existed for streaming expressions. To have highlighting and validation in an editor would be great! Sent from Mail for Windows 10 From: Scott Guthery Sent: 11 November 2020 23:54 To: dev@lucene.apache.org Subject: Re: Lucene Query Parser Syntax Specification >> The sou