Re: gradlew check failure

2022-01-24 Thread Joel Bernstein
/com.sun.tools.javac.file=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan

gradlew check failure

2022-01-24 Thread Joel Bernstein
Hi. I'm getting the following gradlew check failure with Java 17 on the lucene main branch: Caused by: java.lang.IllegalAccessError: class com.google.googlejavaformat.java.JavaInput (in unnamed module @0x3d6a6107) cannot access class com.sun.tools.javac.parser.Tokens$TokenKind (in module

Re: Filtering before a vector search.

2022-01-19 Thread Joel Bernstein
https://issues.apache.org/jira/browse/LUCENE-10382 Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jan 19, 2022 at 2:59 PM Joel Bernstein wrote: > Ok, I can create the jira. > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Wed, Jan 19, 2022

Re: Filtering before a vector search.

2022-01-19 Thread Joel Bernstein
Ok, I can create the jira. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jan 19, 2022 at 2:49 PM Michael Sokolov wrote: > +1 we should extend the functionality to support any Bits, not just > liveDocs; we need to propose an API. The implementation should not be > too hard

Filtering before a vector search.

2022-01-19 Thread Joel Bernstein
operate on a subset of liveDocs. Thanks, Joel Bernstein http://joelsolr.blogspot.com/

Re: Slow DV equivalent of TermInSetQuery

2021-10-26 Thread Joel Bernstein
There are times, particularly in ecommerce and access control, where speed really matters. So, you build stuff that's really fast at query time, with a tradeoff at commit time. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Oct 26, 2021 at 5:31 PM Robert Muir wrote: > Sorry, I do

Re: Slow DV equivalent of TermInSetQuery

2021-10-26 Thread Joel Bernstein
of id's. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Oct 26, 2021 at 4:50 PM Joel Bernstein wrote: > If the list of ASIN's is presorted you can quickly merge it with the > SortedDocValues and produce a FixedBitSet of the top level ordinals, which > can be used as the po

Re: Slow DV equivalent of TermInSetQuery

2021-10-26 Thread Joel Bernstein
If the list of ASIN's is presorted you can quickly merge it with the SortedDocValues and produce a FixedBitSet of the top level ordinals, which can be used as the post filter. This is a nice approach for things like passing in a long list of access control predicates. Joel Bernstein http

Re: Welcome Michael Gibney as Lucene committer

2021-10-12 Thread Joel Bernstein
Welcome, Michael! Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Oct 10, 2021 at 2:41 AM Atri Sharma wrote: > Welcome, Michael! > > On Thu, 7 Oct 2021, 23:29 Michael Sokolov, wrote: > >> Welcome, Michael! >> >> On Wed, Oct 6, 2021 at 9:34 AM Dawid Weiss w

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Joel Bernstein
Just tested out the main branch of the new repo, packaged, started, loaded data, searched from the UI. All looks great. Very exciting! Thanks Dawid for all your work on this! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Mar 10, 2021 at 10:14 AM Atri Sharma wrote: > Totally agr

Re: Some small questions on streaming expressions

2021-03-01 Thread Joel Bernstein
third question, the let expression does not stream, it's all in memory. The let expression is designed for vector math over samples or aggregations (time series). So, right now I don't think we have a way to split a stream and operate over it with a different set of streams. Joel Bernstein http:/

Re: Select streaming expression, add a field to every tuple, replaceor raw not working

2021-02-27 Thread Joel Bernstein
Yeah, this is an error in the docs which needs to be corrected as this is a common use case. The val function is the one to use. I will make the change in the docs. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Feb 26, 2021 at 12:28 PM ufuk yılmaz wrote: > I tried to de

Re: Congratulations to the new Lucene PMC Chair, Michael Sokolov!

2021-02-18 Thread Joel Bernstein
Congratulations Michael! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Feb 18, 2021 at 2:46 PM Houston Putman wrote: > Congrats Michael! > > On Thu, Feb 18, 2021 at 11:52 AM Martin Gainty > wrote: > >> поздравления! >> >> >> ---

Re: Congratulations to the new Apache Solr PMC Chair, Jan Høydahl!

2021-02-18 Thread Joel Bernstein
Congratulations Jan! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Feb 18, 2021 at 2:37 PM Atri Sharma wrote: > Congratulations!! > > On Fri, 19 Feb 2021, 00:26 Anshum Gupta, wrote: > >> Hi everyone, >> >> I’d like to inform everyone that the newly forme

PR without jira ticket

2021-02-07 Thread Joel Bernstein
for this PR? Joel Bernstein http://joelsolr.blogspot.com/

Re: Is it Time to Deprecate the Legacy Facets API

2021-01-27 Thread Joel Bernstein
It's worth investigating deprecating the stats component also. I believe JSON facets covers that functionality as well. It will be painful for users though to switch over unfortunately. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 22, 2021 at 1:14 PM Jason Gerlowski wrote

Re: Failing gradle precommits

2021-01-08 Thread Joel Bernstein
It turned out to be this while I merged branches: warning: inexact rename detection was skipped due to too many files. warning: you may want to set your merge.renamelimit variable to at least 1639 and retry the command. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 8, 2021 at 11:16

Re: Failing gradle precommits

2021-01-08 Thread Joel Bernstein
Thanks Eric, I'll do a fresh clone, something must be out of wack with my local repo. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 8, 2021 at 10:55 AM Eric Pugh wrote: > It ran for me just fine. I *think* you may not be up to date, as > dataimporthandler/ is no longer in

Failing gradle precommits

2021-01-08 Thread Joel Bernstein
ion failed for task ':solr:contrib:validateSourcePatterns'. > Found 8 violations in source files (tabs instead spaces). Are others seeing this as well? I'm not seeing Jenkins emails about this. Joel Bernstein http://joelsolr.blogspot.com/

Re: LeafReaderContext ord is unexpectedly 0

2020-12-28 Thread Joel Bernstein
That's exactly how this problem occurred. I'll make sure this is fixed before merging into the codebase. Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Dec 27, 2020 at 6:12 PM Uwe Schindler wrote: > Hi, > > > > just to add: Any public query API (weight, query, Do

Re: LeafReaderContext ord is unexpectedly 0

2020-12-27 Thread Joel Bernstein
Ok this makes sense. I suspect I never ran across this before because I always accessed the ord through the context before getting the reader. Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Dec 27, 2020 at 1:10 PM Uwe Schindler wrote: > Hi, > > > > that behaviour i

Re: LeafReaderContext ord is unexpectedly 0

2020-12-27 Thread Joel Bernstein
I'll have to dig around in some collector code. I could swear that you could track the ord of the leaf this way at collection time. But there may be different code paths used then one I showed above. Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Dec 27, 2020 at 12:25 PM Haoyu Zhai wrote

LeafReaderContext ord is unexpectedly 0

2020-12-27 Thread Joel Bernstein
it's returning 0. It seems like this is a bug. Not sure yet if this is a bug in Sor or Lucene. Am I missing anything here that anyone can see? Joel Bernstein http://joelsolr.blogspot.com/

Problems creating collections on branch_8x due to SSL errors

2020-12-14 Thread Joel Bernstein
nt.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[?:?] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[?:?] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[?:?] at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571) ~[?:?] Joel Bernstein http://joelsolr.blogspot.com/

Re: 8.8 Release

2020-12-10 Thread Joel Bernstein
+1 Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Dec 10, 2020 at 11:23 AM David Smiley wrote: > Thanks for volunteering! > > On Thu, Dec 10, 2020 at 11:11 AM Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > >> Hi Devs, >> There are lot

Re: Welcome Houston Putman to the PMC

2020-12-02 Thread Joel Bernstein
Welcome Houston! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Dec 2, 2020 at 11:25 AM Namgyu Kim wrote: > Congratulations and welcome, Houston! :D > > On Thu, Dec 3, 2020 at 12:24 AM Steve Rowe wrote: > >> Welcome Houston! >> >> -- >> Steve >

Re: DIH replacement

2020-11-30 Thread Joel Bernstein
Check out this ticket: https://issues.apache.org/jira/browse/SOLR-14673 There are lots of different ways that this could be applied as a replacement for DIH. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Nov 30, 2020 at 9:56 AM Erick Erickson wrote: > For what I suggested, ther

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Joel Bernstein
Welcome Julie! On Wed, Nov 18, 2020 at 10:14 AM Adrien Grand wrote: > Welcome Julie! > > On Wed, Nov 18, 2020 at 4:09 PM Alan Woodward > wrote: > >> Congratulations and welcome Julie! >> >> > On 18 Nov 2020, at 15:06, Michael Sokolov wrote: >> > >> > I'm pleased to announce that Julie

Re: Index documents in async way

2020-10-08 Thread Joel Bernstein
of the batch. It also means that we can compare indexes by comparing the batch fingerprints rather than building a fingerprint from the entire index. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Oct 8, 2020 at 11:31 AM Erick Erickson wrote: > I suppose failures would be retur

Re: restlet dependencies

2020-09-21 Thread Joel Bernstein
Restlet again!!! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Sep 21, 2020 at 7:18 AM Eric Pugh wrote: > Do we have a community blessed alternative to restlet already? > > On Sep 20, 2020, at 9:40 AM, Noble Paul wrote: > > Haha. > > In fact schema APIs do

Re: hybrid document routing

2020-08-11 Thread Joel Bernstein
SOLR-14728 supports sub-second performance on joins with more than 1 million values from the from index. Nice for access control. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Aug 11, 2020 at 9:49 AM Joel Bernstein wrote: > This ticket will shed some light: > &

Re: hybrid document routing

2020-08-11 Thread Joel Bernstein
This ticket will shed some light: https://issues.apache.org/jira/browse/SOLR-14728 I think I'm planning using a different approach to distribute tha ACL's to all shards. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Aug 11, 2020 at 1:18 AM Gus Heck wrote: > Sounds like comp

hybrid document routing

2020-08-10 Thread Joel Bernstein
I have a situation where I'd like to have the standard compositeId router in place for a collection. But, I'd like certain documents (ACL documents) to be duplicated on each shard in the collection. To achieve the level of access control performance and scalability I'm looking for I need the ACL

Re: Parallel SQL join on multivalued fields

2020-07-22 Thread Joel Bernstein
. If join support becomes part of parallel SQL then we can actively look at improving them. If you want to add the unit tests I can find the time to help commit and I can help with the performance tests. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jul 21, 2020 at 5:02 AM Piero Scrima

Re: 8.6 release

2020-06-29 Thread Joel Bernstein
Hi Bruno, Andrzej and I decided that SOLR-14537 is headed to master to bake for a while and won't make it into the 8.6 release. So please feel free to cut the branch when ready. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 29, 2020 at 6:13 AM Andrzej Białecki wrote: > I w

Re: StreamExpressionTest failures

2020-06-25 Thread Joel Bernstein
This just started failing out of the blue today. I wonder what changed? Is it straightforward to detect windows in the test cases? Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 25, 2020 at 7:46 PM Erick Erickson wrote: > This test fails on line 3500, here’s the code block. Not

Re: Welcome Ilan Ginzburg as Lucene/Solr committer

2020-06-22 Thread Joel Bernstein
Welcome Ilan! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 22, 2020 at 9:11 AM Michael McCandless < luc...@mikemccandless.com> wrote: > Welcome Ilan! > > Mike McCandless > > http://blog.mikemccandless.com > > > On Sun, Jun 21, 2020 at 5:44 AM

Re: Welcome Mayya Sharipova as Lucene/Solr committer

2020-06-11 Thread Joel Bernstein
Welcome Mayya! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jun 10, 2020 at 3:40 PM Yonik Seeley wrote: > Congrats Mayya! > -Yonik > > > On Mon, Jun 8, 2020 at 12:58 PM jim ferenczi wrote: > >> Hi all, >> >> Please join me in welcoming Mayya

Re: SortedDocValues.lookupOrd and BytesRef reuse

2020-05-14 Thread Joel Bernstein
agree. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, May 14, 2020 at 4:37 PM Michael McCandless < luc...@mikemccandless.com> wrote: > Hi Joel, > > You should trust the javadocs. > > Looking at our default Codec on master (Lucene84Codec), and at its default > d

SortedDocValues.lookupOrd and BytesRef reuse

2020-05-14 Thread Joel Bernstein
) copy it} if you want * to keep it around. * @param ord ordinal to lookup (must be = 0 and {@link #getValueCount()}) * @see #ordValue() */ public abstract BytesRef lookupOrd(int ord) throws IOException; Joel Bernstein http://joelsolr.blogspot.com/

Re: pre-commit failing

2020-05-13 Thread Joel Bernstein
Thanks Erick, I'll give that a try. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 13, 2020 at 3:22 PM Erick Erickson wrote: > Joel: > > 'git clean -dxf’ is your friend ;). Beware if you’re adding new files, > ‘cause that removes everything that’s not already in g

Re: pre-commit failing

2020-05-13 Thread Joel Bernstein
A fresh clone doesn't produce this error so it looks like it is specific to my local repo. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 13, 2020 at 2:17 PM Joel Bernstein wrote: > Is anybody seeing the following error on pre-commit: > > JAR resource does not exist:

pre-commit failing

2020-05-13 Thread Joel Bernstein
Is anybody seeing the following error on pre-commit: JAR resource does not exist: core/lib/commons-beanutils-1.9.3.jar Thanks, Joel

Re: [VOTE] Solr to become a top-level Apache project (TLP)

2020-05-13 Thread Joel Bernstein
-1 (binding) Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 13, 2020 at 4:39 AM Tomoko Uchida wrote: > Personally, I am not particularly interested in "promoting" Solr to TLP > though, agree with the idea Lucene and Solr should have separate code base, > CI

Re: Welcome Eric Pugh as a Lucene/Solr committer

2020-04-06 Thread Joel Bernstein
Welcome Eric! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Apr 6, 2020 at 3:14 PM Yonik Seeley wrote: > Congrats Eric! > -Yonik > > > On Mon, Apr 6, 2020 at 8:21 AM Jan Høydahl wrote: > >> Hi all, >> >> Please join me in welcoming Eric Pugh

Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Joel Bernstein
Welcome Alessandro! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Mar 19, 2020 at 11:25 AM Erik Hatcher wrote: > I’m glad you’ve been here, Alessandro! Congrats! > > Erik > > On Mar 18, 2020, at 09:01, David Smiley wrote: > >  > Hi all, > &g

Re: 8.5 release

2020-03-10 Thread Joel Bernstein
I just updated solr/CHANGES.txt as I missed something. If you've already created the RC then it will be there in case of a respin. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 10, 2020 at 5:45 AM Ignacio Vera wrote: > done. Thank you! > > On Tue, Mar 10, 2020 at 10:4

Re: 8.5 release

2020-03-09 Thread Joel Bernstein
Finished the backport for https://issues.apache.org/jira/browse/SOLR-14073. Thanks! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Mar 9, 2020 at 8:44 AM Joel Bernstein wrote: > Ok, I'll do the backport today. Thanks! > > Joel Bernstein > http://joelsolr.blogspot.com/

Re: 8.5 release

2020-03-09 Thread Joel Bernstein
Ok, I'll do the backport today. Thanks! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Mar 9, 2020 at 6:21 AM Alan Woodward wrote: > Thanks Uwe! > > On 7 Mar 2020, at 10:06, Uwe Schindler wrote: > > Hi, > > FYI, I cleaned, renamed, and changed the Jenkins Jo

Re: 8.5 release

2020-03-08 Thread Joel Bernstein
If possible I'd like to backport https://issues.apache.org/jira/browse/SOLR-14073 for the 8.5 release. The work is already committed just waiting on the go ahead for the backport and I'll update CHANGES,txt and close out the ticket. Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Mar 7

Re: Welcome Nhat Nguyen to the PMC

2020-03-06 Thread Joel Bernstein
Welcome Nhat! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Mar 5, 2020 at 2:03 PM Nhat Nguyen wrote: > Thank you very much for the warm welcome! > > On Wed, Mar 4, 2020 at 10:59 AM Jan Høydahl wrote: > >> Welcome Nhat! >> >> Jan >> >> &

Re: Congratulations to the new Lucene/Solr PMC Chair, Anshum Gupta!

2020-01-16 Thread Joel Bernstein
Congrats Anshum! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jan 16, 2020 at 1:05 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Congrats Anshum! > > Christine > > From: dev@lucene.apache.org At: 01/15/20 21:15:28 > To: dev@luc

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
Let's move the discussion to this ticket: https://issues.apache.org/jira/browse/SOLR-13756 Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Dec 28, 2019 at 1:31 PM Joel Bernstein wrote: > Here is the ticket on the reslet project: > > https://github.com/restlet/restlet-frame

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
Here is the ticket on the reslet project: https://github.com/restlet/restlet-framework-java/issues/1366 Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Dec 28, 2019 at 1:17 PM Joel Bernstein wrote: > Ok Uwe, > > I think I've got all the details. I'll open a ticket with th

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
ate this issue without the help of the restlet project and to discuss the removal of this dependency. Thanks! Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 6:11 PM Uwe Schindler wrote: > Sorry, > > > > the Ivy build was fixed in > https://issues.apache.o

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
I updated this ticket: https://github.com/restlet/restlet-framework-java/issues/481 If I don't hear back soon, I'll create a new ticket specific to the Solr issues. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 4:07 PM Joel Bernstein wrote: > Older versions of S

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
#org.restlet.ext.servlet;2.3.0: not found [ivy:retrieve] :: [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 3:18 PM Joel Bernstein wrote

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
But if you go to the directory rather then file you see the redirection to: https://maven.restlet.talend.com/org/restlet/jee/org.restlet/2.3.0/ This redirection is likely the problem, as Uwe mentioned. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 3:16 PM Joel

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
these files seems to be problematic. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 2:10 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Let us find out and eliminate all uses of restlet from Solr. I don't think > we should be relying on any dependency

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
Ok, thanks. I'll dig around some more and see if I find a solution. And I'll complain to them for sure. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 1:57 PM Uwe Schindler wrote: > No idea. Complaint at them for breaking millions of builds. > > They should re

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
the handshake error. I tried http and still get the same handshake error. Any thoughts on what to try next? Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Dec 27, 2019 at 1:46 PM Uwe Schindler wrote: > I figured out they again changed urls. No to talend. > > This is a

maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-restlet (http://maven.restlet.org): Received fatal alert: handshake_failure Has anyone ran into the restlet resolution issues when resolving Solr dependencies before and found the fix? Joel Bernstein http://joelsolr.blogspot.com/

Re: Disturbing and steady decrease in boosting by date performance (and maybe others).

2019-12-18 Thread Joel Bernstein
a look at that. And the profiler is probably the only way to know for sure what's happening here. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Dec 18, 2019 at 7:37 PM Erick Erickson wrote: > The very short form is that from Solr 6.6.1 to Solr 8.3.1, the throughput > fo

Feedback requested on: SOLR-14014: Allow Solr to start with Admin UI disabled

2019-12-05 Thread Joel Bernstein
. It mitigates the issues discussed in SOLR-13987 in the short term until a final solution is determined. Joel Bernstein http://joelsolr.blogspot.com/

Re: Commit / Code Review Policy

2019-11-26 Thread Joel Bernstein
the system might be effected. This will do two things: 1) Force the committer to think more about how there change affects the rest of the system. 2) Helps other committers understand the risks so that there is more incentive to get involved and test. Joel Bernstein http://joelsolr.bl

Re: Lucene/Solr 8.4

2019-11-22 Thread Joel Bernstein
+1 Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Nov 22, 2019 at 10:08 AM Michael Sokolov wrote: > +1 from me - does this mean you (Adrien) are volunteering to be RM? > > On Fri, Nov 22, 2019 at 9:01 AM Erick Erickson > wrote: > > > > +1 > > > > &g

Re: Solr 8.3 Solrj streaming expressions do not return all field values

2019-11-20 Thread Joel Bernstein
for the confusion. I'll make a point of updating the documentation to make sure all examples in the documentation are correct. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Nov 19, 2019 at 5:56 PM Jörn Franke wrote: > Ok, solved. Solr 8.2 accepted this statement: > select(

Re: Welcome Houston Putman as Lucene/Solr committer

2019-11-14 Thread Joel Bernstein
Welcome Houston! On Thu, Nov 14, 2019 at 3:20 PM Yonik Seeley wrote: > Congrats Houston! > -Yonik > > On Thu, Nov 14, 2019 at 3:58 AM Anshum Gupta > wrote: > >> Hi all, >> >> Please join me in welcoming Houston Putman as the latest Lucene/Solr >> committer! >> >> Houston has been involved

Re: Solr 8.3 Solrj streaming expressions do not return all field values

2019-11-08 Thread Joel Bernstein
always are the way to debug whats going on. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Nov 6, 2019 at 4:14 PM Jörn Franke wrote: > I created a JIRA for this: > https://issues.apache.org/jira/browse/SOLR-13894 > > On Wed, Nov 6, 2019 at 10:45 AM Jörn Franke wrote: > >&g

Re: Capturing URL params for use within Streaming Expressions

2019-10-18 Thread Joel Bernstein
I think it's fine to pass through parameters to the various stream sources. Perhaps we should limit it to a set list of parameters to pass through just so it limits the scope, Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Oct 16, 2019 at 4:47 PM Houston Putman wrote: > Stream

Re: The Visual Guide to Streaming Expressions and Math Expressions

2019-10-16 Thread Joel Bernstein
can be incorporated into the Solr code eventually but the test frameworks are quite different. I think some simple scripts can be included with the Solr to automated the downloads for Zeppelin and Zeppelin-Solr. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Oct 16, 2019 at 11:27 AM Pratik

The Visual Guide to Streaming Expressions and Math Expressions

2019-10-16 Thread Joel Bernstein
CSV files so that more time can be spent on analysis and visualization. https://github.com/apache/lucene-solr/blob/visual-guide/solr/solr-ref-guide/src/loading.adoc#loading-data Joel Bernstein

Re: 8.3 release

2019-10-10 Thread Joel Bernstein
I've plan on merging this bug fix as well: https://issues.apache.org/jira/browse/SOLR-13829 Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Oct 10, 2019 at 6:21 PM Gus Heck wrote: > I'll be merging SOLR-13760 tonight as well > > > On Thu, Oct 10, 2019 at 5:57 PM Andrzej Bia

Re: Welcome Atri Sharma as Lucene/Solr committer

2019-09-18 Thread Joel Bernstein
Welcome Atri! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Sep 18, 2019 at 6:32 AM Jason Gerlowski wrote: > Congratulations and welcome Atri! > > On Wed, Sep 18, 2019 at 6:24 AM Shalin Shekhar Mangar > wrote: > > > > Congratulations and welcome Atri! >

Re: 8.3 release

2019-09-18 Thread Joel Bernstein
That timeframe sounds good. A major focus for me will be completing and merging SOLR-13105 <https://issues.apache.org/jira/browse/SOLR-13105> which is part of the ref guide. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Sep 17, 2019 at 9:19 PM Anshum Gupta wrote: > I think

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:46 PM

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:30 PM

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:29 PM

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:29 PM

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:29 PM

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:17 PM: --- The more

[jira] [Comment Edited] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein edited comment on SOLR-13622 at 8/4/19 4:16 PM: --- The more

[jira] [Commented] (SOLR-13622) Add FileStream Streaming Expression

2019-08-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899653#comment-16899653 ] Joel Bernstein commented on SOLR-13622: --- The more that I test out this feature the less I like

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Attachment: SOLR-13667.patch > Add upper, lower, trim and split Stream Evaluat

[jira] [Updated] (SOLR-13675) Allow zplot to visualize 2D cluster centroids

2019-08-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13675: -- Summary: Allow zplot to visualize 2D cluster centroids (was: All zplot to visualize 2D

[jira] [Created] (SOLR-13675) All zplot to visualize 2D cluster centroids

2019-08-02 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13675: - Summary: All zplot to visualize 2D cluster centroids Key: SOLR-13675 URL: https://issues.apache.org/jira/browse/SOLR-13675 Project: Solr Issue Type: New

[jira] [Assigned] (SOLR-13675) All zplot to visualize 2D cluster centroids

2019-08-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-13675: - Assignee: Joel Bernstein > All zplot to visualize 2D cluster centro

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Attachment: SOLR-13667.patch > Add upper, lower, trim and split Stream Evaluat

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Description: The upper and lower Stream Evaluators will convert strings to upper and lower

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Description: The upper and lower Stream Evaluators will convert strings to upper and lower

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Description: The upper and lower Stream Evaluators will convert strings to upper and lower

[jira] [Updated] (SOLR-13667) Add upper, lower, trim and split Stream Evaluators

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13667: -- Summary: Add upper, lower, trim and split Stream Evaluators (was: Add upper and lower Stream

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading with Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Summary: Visual log parsing and data loading with Streaming Expressions (was: Visual log

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading with for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Summary: Visual log parsing and data loading with for Streaming Expressions (was: Visual log

[jira] [Updated] (SOLR-13621) Visual log parsing and data with for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Summary: Visual log parsing and data with for Streaming Expressions (was: Visual log parsing

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading framework for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Description: Streaming Expressions and Math Expressions are now mature on the query side

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading framework for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Description: Streaming Expressions and Math Expressions are now mature on the query side

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading framework for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Description: Streaming Expressions and Math Expressions are now mature on the query side

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading framework for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Description: Streaming Expressions and Math Expressions are now mature on the query side

[jira] [Updated] (SOLR-13621) Visual log parsing and data loading framework for Streaming Expressions

2019-08-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13621: -- Description: Streaming Expressions and Math Expressions are now mature on the query side

  1   2   3   4   5   6   7   8   9   10   >