Re: Question about QueryCache

2021-02-27 Thread Haoyu Zhai
Thanks Mike and Adrien for confirming the behavior! I checked again and debugged the unit case and found it is IndexSearcher.createWeight will be recursively called when BooleanQuery is creating weight (

Re: jcc - Output unbuilt package

2021-02-27 Thread Andi Vajda
Hi Phil, On Sun, 28 Feb 2021, Phil wrote: I currently use jcc to wrap a Java library for use in Python - it works great. The project I'm working on is moving it's package management from traditional pip installs to Guix: https://guix.gnu.org/ Guix handles python packages pretty well, and

jcc - Output unbuilt package

2021-02-27 Thread Phil
Hi, I currently use jcc to wrap a Java library for use in Python - it works great. The project I'm working on is moving it's package management from traditional pip installs to Guix: https://guix.gnu.org/ Guix handles python packages pretty well, and I have jcc running nicely on there. The

Some small questions on streaming expressions

2021-02-27 Thread ufuk yılmaz
Hello all, I’m trying to reindex from a collection to a new collection with a different schema, using streaming expressions. I can’t use REINDEXCOLLECTION directly, because I need to process documents a bit. I couldn’t figure out 3 simple, related things for hours so forgive me if I just ask.

Configurable Postings Block Size?

2021-02-27 Thread Greg Miller
Hi folks! I've been a bit curious to test out different block size configurations in the Lucene postings list format, but thought I'd reach out to the community here first to see what work may have gone into this previously. I'm essentially interested in benchmarking different block size

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 debug this to

Guys, I think SolrCloud might be sic.

2021-02-27 Thread Mark Miller
So it’s been a while since I’ve brought up SolrCloud sickness. Plenty to navigate and figure out in the meantime. Given the constraints of life, there was a point I wanted to give and share some insight into what I could see. But it quickly became clear that was not a great plan - just what I was

Re: [ANNOUNCE] Apache Solr 8.8.1 released

2021-02-27 Thread Timothy Potter
Awesome! Thank you David and Tobias ;-) On Sat, Feb 27, 2021 at 12:21 PM David Smiley wrote: > > The corresponding docker image has been released as well: > https://hub.docker.com/_/solr > (credit to Tobias Kässmann for helping) > > ~ David Smiley > Apache Lucene/Solr Search Developer >

Re: [ANNOUNCE] Apache Solr 8.8.1 released

2021-02-27 Thread David Smiley
The corresponding docker image has been released as well: https://hub.docker.com/_/solr (credit to Tobias Kässmann for helping) ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Feb 23, 2021 at 10:39 AM Timothy Potter wrote: > The Lucene PMC is

Re: Solr Docker Dependencies Question

2021-02-27 Thread Martijn Koster
> On 25 Feb 2021, at 16:25, Mike Drob wrote: > > acl package provides setfacl, and Used in the container for example here: https://github.com/docker-solr/docker-solr/commit/6f7a6e812247d00f9f3c293993e26d6d041c119e#diff-ea928530c80bf9f58a3fbf840228fde8ee6bc208cae85dd7c2abda473eea8d20R37 >

Re: Proposal for the Lucene Dependency after git repo split

2021-02-27 Thread Jan Høydahl
Please, no sub modules! It is honestly a mess. And besides, for 95% of Solr development work there are no Lucene changes, so having to compile Lucene every time is not logical. I suppose you would be able to do some surgery on your local setup though, removing lucene dep from gradle and instead