[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andreas Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953272#comment-16953272 ] Andreas Vajda commented on PYLUCENE-51: --- I added the setting of type._ _ module_ _ in

Re: 8.3 release

2019-10-16 Thread Jan Høydahl
https://issues.apache.org/jira/browse/SOLR-13835 is merged. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 16. okt. 2019 kl. 22:15 skrev Cassandra Targett : > > Done, Ishan, thanks! > > Cassandra > On Oct 16, 2019, 2:37 PM -0500, Ishan Chattopadhyaya > , wrote:

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andi Vajda
On Wed, 16 Oct 2019, Andi Vajda wrote: On Wed, 16 Oct 2019, Petrus Hyvönen (Jira) wrote: Looks like the name in a PyTypeObject tp_name should be of form "module.name", and module is automagically assigned to __module__. I think this is done for some of the special classes but not for the

Re: [jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Andi Vajda
On Wed, 16 Oct 2019, Petrus Hyvönen (Jira) wrote: Looks like the name in a PyTypeObject tp_name should be of form "module.name", and module is automagically assigned to __module__. I think this is done for some of the special classes but not for the wrapped classes if I understand correctly.

[jira] [Commented] (PYLUCENE-51) "AttributeError: __module__" when running doctest

2019-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/PYLUCENE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953191#comment-16953191 ] Petrus Hyvönen commented on PYLUCENE-51: Hi,   Looks like the name in a PyTypeObject tp_name

Capturing URL params for use within Streaming Expressions

2019-10-16 Thread Houston Putman
Streaming expressions allow for users to pass in any arbitrary URL params in the search streaming source. I'm looking to add the ability for certain streaming functions, maybe just "search()" but possibly more, to extract the extra URL params passed along in the streaming request. For example

Re: 8.3 release

2019-10-16 Thread Cassandra Targett
Done, Ishan, thanks! Cassandra On Oct 16, 2019, 2:37 PM -0500, Ishan Chattopadhyaya , wrote: > +1, Cassandra! Thanks. > > > On Wed, 16 Oct, 2019, 11:41 PM Cassandra Targett, > > wrote: > > > Sorry, I meant branch_8_3. > > > > > > Cassandra > > > On Oct 16, 2019, 12:59 PM -0500, Cassandra

Re: 8.3 release

2019-10-16 Thread Ishan Chattopadhyaya
+1, Cassandra! Thanks. On Wed, 16 Oct, 2019, 11:41 PM Cassandra Targett, wrote: > Sorry, I meant branch_8_3. > > Cassandra > On Oct 16, 2019, 12:59 PM -0500, Cassandra Targett , > wrote: > > I just committed to master and branch_8x > https://issues.apache.org/jira/browse/SOLR-12786 to update

PLEASE READ if you build the Ref Guide HTML locally

2019-10-16 Thread Cassandra Targett
If you build the Ref Guide HTML files on your local machine, please note the following changes to the build. To build the Ref Guide HTML version locally, you must have several Ruby gems installed as pre-requisites. I've just committed changes that require newer versions of these gems. You can

Re: [JENKINS] Solr-reference-guide-master - Build # 19516 - Failure

2019-10-16 Thread Cassandra Targett
I pushed a fix for this and it’s fine now. Cassandra On Oct 16, 2019, 12:05 PM -0500, Apache Jenkins Server , wrote: > Build: https://builds.apache.org/job/Solr-reference-guide-master/19516/ > > Log: > Started by timer > Running as SYSTEM > [EnvInject] - Loading node environment variables. >

Re: The Visual Guide to Streaming Expressions and Math Expressions

2019-10-16 Thread Joel Bernstein
Hi Pratik, The visualizations are all done using Apache Zeppelin and the Zeppelin-Solr interpreter. The getting started part of the user guide provides links for Zeppelin-Solr. The install process in pretty quick. This is all open source, freely available software. It's possible that Zepplin-Solr

Re: The Visual Guide to Streaming Expressions and Math Expressions

2019-10-16 Thread Pratik Patel
Hi Joel, Looks like this is going to be very helpful, thank you! I am wondering whether the visualizations are generated through third party library or is it something which would be part of solr distribution?

The Visual Guide to Streaming Expressions and Math Expressions

2019-10-16 Thread Joel Bernstein
Hi, The Visual Guide to Streaming Expressions and Math Expressions is now complete. It's been published to Github at the following location: https://github.com/apache/lucene-solr/blob/visual-guide/solr/solr-ref-guide/src/math-expressions.adoc#streaming-expressions-and-math-expressions The guide

Re: 8.3 release

2019-10-16 Thread Adrien Grand
Hi Ishan, LUCENE-8920 needs more work indeed, but it is not blocking this release. On Wed, Oct 16, 2019 at 3:54 PM Ishan Chattopadhyaya wrote: > > Hi, > Here are the issues that remain to be resolved for 8.3. > > LUCENE-8920: Committed, but not resolved. More work remains? > LUCENE-9005: Patch

Re: 8.3 release

2019-10-16 Thread Ishan Chattopadhyaya
Hi, Here are the issues that remain to be resolved for 8.3. LUCENE-8920: Committed, but not resolved. More work remains? LUCENE-9005: Patch available, not committed. SOLR-13677: Patch available, not committed. Need another day to complete cleanup and tests. I'll wait until all of them are

Why don't recycle dwpt by default?

2019-10-16 Thread 기준
Hi expert! I wonder what is the reason that Lucene don't recycle dwpt by default after flushing. I guess it's maybe good to release an used buffer to be garbage collected so that JVM has less burden to have it. Are there any related reporting or issues that I can learn? Thank you!