Re: Adjusting to Gradle

2020-07-05 Thread Erick Erickson
I used them  a _lot_ from inside IntelliJ when I was working on the
warnings, they run faster than assemble. So I guess they were on my mind.

testClasses in particular because, as you say, assemble doesn’t
compile the test classes (that lead to another 3,000 warnings just
when I thought I was through, sggg).

Otherwise I don’t use them externally.

Feel free to edit them out if you’d like.

Erick

> On Jul 5, 2020, at 5:19 PM, Dawid Weiss  wrote:
> 
>> - "gradlew assemble”, “gradlew dev" and “gradlew classes” do _not_ compile 
>> the test classes. Use “gradlew testClasses” to compile the test classes 
>> independently if you have a need. Executing these from within IntelliJ 
>> provides convenient clickable links to problems.
> 
> Hi Erick. These tasks are rather internal - classes, testClasses...
> why would you need to call them explicitly? Typically you'd need to
> run tests (test or check tasks) which calls (depends on) appropriate
> tasks before. If you need a JAR, invoke assemble (which, correctly,
> doesn't compile test classes). It's better to explain tasks that serve
> high-level goals rather than low-level intermediate steps?
> 
> D.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Welcome Tomoko Uchida to the PMC

2020-07-05 Thread Koji Sekiguchi

Welcome and Congrats, Uchida-san!

Koji


On 2020/07/04 15:26, Adrien Grand wrote:

I am pleased to announce that Tomoko Uchida has accepted the PMC's invitation 
to join.

Welcome Tomoko!

--
Adrien


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Welcome Tomoko Uchida to the PMC

2020-07-05 Thread David Smiley
Welcome Tomoko!

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Sat, Jul 4, 2020 at 2:26 AM Adrien Grand  wrote:

> I am pleased to announce that Tomoko Uchida has accepted the PMC's
> invitation to join.
>
> Welcome Tomoko!
>
> --
> Adrien
>


Re: Adjusting to Gradle

2020-07-05 Thread Dawid Weiss
> - "gradlew assemble”, “gradlew dev" and “gradlew classes” do _not_ compile 
> the test classes. Use “gradlew testClasses” to compile the test classes 
> independently if you have a need. Executing these from within IntelliJ 
> provides convenient clickable links to problems.

Hi Erick. These tasks are rather internal - classes, testClasses...
why would you need to call them explicitly? Typically you'd need to
run tests (test or check tasks) which calls (depends on) appropriate
tasks before. If you need a JAR, invoke assemble (which, correctly,
doesn't compile test classes). It's better to explain tasks that serve
high-level goals rather than low-level intermediate steps?

D.

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: 8.6 release

2020-07-05 Thread David Smiley
Pertaining to the highlighter performance regression:
https://issues.apache.org/jira/browse/SOLR-14628
It's a simple change in a default setting, that is furthermore consistent
with how the behavior was prior to Solr 8.5

I'm hoping this can make it into the release?  See the PR.

~ David


On Wed, Jun 24, 2020 at 3:05 PM David Smiley 
wrote:

> Thanks starting this discussion, Cassandra.
>
> I reviewed the issues I was involved with and I don't quite see something
> worth noting.
>
> I plan to add a note about a change in defaults within UnifiedHighlighter
> that could be a significant perf regression.  This wasn't introduced in 8.6
> but introduced in 8.5 and it's significant enough to bring attention to.  I
> could add it in 8.5's section but then add a short pointer to it in 8.6.
>
> ~ David
>
>
> On Wed, Jun 24, 2020 at 2:52 PM Cassandra Targett 
> wrote:
>
>> I started looking at the Ref Guide for 8.6 to get it ready, and notice
>> there are no Upgrade Notes in `solr-upgrade-notes.adoc` for 8.6. Is it
>> really true that none are needed at all?
>>
>> I’ll add what I usually do about new features/changes that maybe wouldn’t
>> normally make the old Upgrade Notes section, I just find it surprising that
>> there weren’t any devs who thought any of the 100 or so Solr changes
>> warrant any user caveats.
>> On Jun 17, 2020, 12:27 PM -0500, Tomás Fernández Löbbe <
>> tomasflo...@gmail.com>, wrote:
>>
>> +1. Thanks Bruno
>>
>> On Wed, Jun 17, 2020 at 6:22 AM Mike Drob  wrote:
>>
>>> +1
>>>
>>> The release wizard python script should be sufficient for everything. If
>>> you run into any issues with it, let me know, I used it for 8.5.2 and think
>>> I understand it pretty well.
>>>
>>> On Tue, Jun 16, 2020 at 8:31 AM Bruno Roustant 
>>> wrote:
>>>
 Hi all,

 It’s been a while since we released Lucene/Solr 8.5.
 I’d like to volunteer to be a release manager for an 8.6 release. If
 there's agreement, then I plan to cut the release branch two weeks today,
 on June 30th, and then to build the first RC two days later.

 This will be my first time as release manager so I'll probably need
 some guidance. Currently I have two resource links on this subject:
 https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo

 https://github.com/apache/lucene-solr/tree/master/dev-tools/scripts#releasewizardpy
 If you have more, please share with me.

 Bruno

>>>


Re: Welcome Tomoko Uchida to the PMC

2020-07-05 Thread Erick Erickson
Welcome Tomoko!

> On Jul 4, 2020, at 11:25 PM, Shalin Shekhar Mangar  
> wrote:
> 
> Congratulations and welcome, Tomoko!
> 
> On Sat, Jul 4, 2020 at 11:56 AM Adrien Grand  wrote:
> I am pleased to announce that Tomoko Uchida has accepted the PMC's invitation 
> to join.
> 
> Welcome Tomoko!
> 
> -- 
> Adrien
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Welcome Tomoko Uchida to the PMC

2020-07-05 Thread Nhat Nguyen
Congrats Tomoko!

On Sun, Jul 5, 2020 at 7:40 AM Erick Erickson 
wrote:

> Welcome Tomoko!
>
> > On Jul 4, 2020, at 11:25 PM, Shalin Shekhar Mangar <
> shalinman...@gmail.com> wrote:
> >
> > Congratulations and welcome, Tomoko!
> >
> > On Sat, Jul 4, 2020 at 11:56 AM Adrien Grand  wrote:
> > I am pleased to announce that Tomoko Uchida has accepted the PMC's
> invitation to join.
> >
> > Welcome Tomoko!
> >
> > --
> > Adrien
> >
> >
> > --
> > Regards,
> > Shalin Shekhar Mangar.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Wikipedia query logs

2020-07-05 Thread Ishan Chattopadhyaya
Hi Grant,
For Solr, we're planning to host a benchmarking suite (based on [0]).
Wikipedia used to publish query logs [1], which would prove very helpful
here. However, they withdrew those files and never published them.

Can you please help?
Thanks,
Ishan

[0] - https://github.com/thesearchstack/solr-bench
[1] -
https://blog.wikimedia.org/2012/09/19/what-are-readers-looking-for-wikipedia-search-data-now-available/