Re: Welcome Simon Cooper as Lucene committer

2025-06-20 Thread Mikhail Khludnev
t; >>> > Simon, it is a tradition that new committers introduce themselves with >>> a brief bio. >>> > >>> > Thank you for your contributions and welcome to the community! >>> > >>> > Dawid >>> >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> -- Sincerely yours Mikhail Khludnev

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55143 - Unstable!

2025-05-09 Thread Mikhail Khludnev
tty good shape already! > > Dawid > > On Wed, May 7, 2025 at 11:12 AM Mikhail Khludnev wrote: > >> ok. this one is reproduced >> >> gradlew test --tests >> TestSortedDvMultiRangeQuery.testDuelWithStandardDisjunction >> -Dtests.seed=A564DB4AAB240260 -Dt

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55143 - Unstable!

2025-05-07 Thread Mikhail Khludnev
domizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at randomizedtesting.runner@2.8.3 > /com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) > at java.base/java.lang.Thread.run(Thread.java:1447) > > - > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: [JENKINS-EA] Lucene-nightly-main-Linux (64bit/hotspot/jdk-25-ea+15) - Build # 102 - Unstable!

2025-05-05 Thread Mikhail Khludnev
1212.48s TestSortedDvMultiRangeQuery (:lucene:sandbox) On Mon, May 5, 2025 at 6:16 PM Mikhail Khludnev wrote: > checking this seed > > gradlew test --tests > TestSortedDvMultiRangeQuery.testDuelWithStandardDisjunction > -Dtests.seed=6E6296307F3B11E4 -Dtests.multiplier=3 -Dtests.nightly=true

Re: [JENKINS-EA] Lucene-nightly-main-Linux (64bit/hotspot/jdk-25-ea+15) - Build # 102 - Unstable!

2025-05-05 Thread Mikhail Khludnev
dtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at randomizedtesting.runner@2.8.3 > /com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) > at java.base/java.lang.Thread.run(Thread.java:1447) > > - > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: [JENKINS-EA] Lucene-10.x-Windows (64bit/hotspot/jdk-25-ea+15) - Build # 1035 - Unstable!

2025-05-04 Thread Mikhail Khludnev
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) > > ----- > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: MultiRangeQuery for DocValues

2025-04-02 Thread Mikhail Khludnev
makes sense to me know. I’ll try to make time to look at > your approach next week if nobody else beats me to it. Thanks for the > clarification! > > Cheers, > -Greg > > On Tue, Nov 26, 2024 at 11:40 Mikhail Khludnev wrote: > >> Hello Greg. >> Thanks for your repl

Re: Welcome Michael Froh as Lucene committer

2025-03-06 Thread Mikhail Khludnev
Welcome, Michael! On Thu, Mar 6, 2025 at 12:52 PM Stefan Vodita wrote: > Well done! Welcome, Michael! > > On Thu, 6 Mar 2025 at 08:07, Dawid Weiss wrote: > >> >> Hello everyone, >> >> I'm pleased to announce that Michael Froh has accepted the PMC's >> invitation to become a Lucene committer. >>

Re: MultiRangeQuery for DocValues

2025-02-19 Thread Mikhail Khludnev
original email in haste. What > you’re proposing makes sense to me know. I’ll try to make time to look at > your approach next week if nobody else beats me to it. Thanks for the > clarification! > > Cheers, > -Greg > > On Tue, Nov 26, 2024 at 11:40 Mikhail Khludnev wrote: >

Fwd: [apache/lucene] javadocs: fix invalid refs in `queryparsers` #14086 (PR #14087)

2025-01-17 Thread Mikhail Khludnev
8, 2025 at 3:23 AM Subject: Re: [apache/lucene] javadocs: fix invalid refs in `queryparsers` #14086 (PR #14087) To: apache/lucene Cc: Mikhail Khludnev , Author This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org

Re: Looking for information: how often & when Analyzer.close() is invoked

2024-12-04 Thread Mikhail Khludnev
invocation happening within Lucene itself by Lucene or is the > close() exists there to be invoked by a consumer of Lucene, Solr and/or > Elasticsearch? > > Thank you > -- Sincerely yours Mikhail Khludnev

Re: MultiRangeQuery for DocValues

2024-11-26 Thread Mikhail Khludnev
ch/MultiRangeQuery.java > > On Thu, Nov 21, 2024 at 12:35 PM Mikhail Khludnev wrote: > >> Hello, >> I'm looking for MultiRangeQuery analog for docValues field. Let's say >> SortedSetDocValues. >> I made the first shot https://github.com/apache/luce

MultiRangeQuery for DocValues

2024-11-21 Thread Mikhail Khludnev
rely yours Mikhail Khludnev

Re: Maximum score estimation

2024-05-22 Thread Mikhail Khludnev
I'm trying to understand Impacts. Need help. https://github.com/apache/lucene/issues/5270#issuecomment-1223383919 Does it mean advanceShallow(0) getMaxScore(maxDoc-1) gives a good max score estem at least for a term query? On Fri, May 10, 2024 at 11:21 PM Mikhail Khludnev wrote: &g

Re: Maximum score estimation

2024-05-10 Thread Mikhail Khludnev
t; | Youtube > <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github > <https://github.com/seaseltd> > > > On Mon, 13 Feb 2023 at 12:47, Mikhail Khludnev wrote: > >> Hello. >> Just FYI. I scratched a little prototype >> https://githu

Re: Welcome Stefan Vodita as Lucene committter

2024-01-19 Thread Mikhail Khludnev
ss.com> wrote: > >> Hi Team, >> >> I'm pleased to announce that Stefan Vodita has accepted the Lucene PMC's >> invitation to become a committer! >> >> Stefan, the tradition is that new committers introduce themselves with a >> brief bio. >> >> Congratulations, welcome, and thank you for all your improvements to >> Lucene and our community, >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> > -- Sincerely yours Mikhail Khludnev

Re: CVEs reported in Solr 8.11.2

2024-01-09 Thread Mikhail Khludnev
ary in your issue tracker > <https://issues.apache.org/jira/>. > I want to raise a ticket for this. Kindly help me with the process to do > so. > > Thanks and regards, > Praveen Kamath > Staff Engineer, Acquia > -- Sincerely yours Mikhail Khludnev

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-02 Thread Mikhail Khludnev
.2-6879 > <https://link.getmailspring.com/link/010a76bd-7093-4bfd-980e-990296657...@getmailspring.com/0?redirect=https%3A%2F%2Fgithub.com%2Faccupara%2Fcrave%2Freleases%2Ftag%2F0.2-6879&recipient=ZGV2QGx1Y2VuZS5hcGFjaGUub3Jn> > > Thanks, > -Uv > On Dec 1 2023, at 11:10 am, Mikhail Khludnev

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-01 Thread Mikhail Khludnev
; This should handle the missing source files/directories. > > What do you think? > > Thanks, > -Uv > > On Dec 1 2023, at 12:56 am, Mikhail Khludnev wrote: > > Hello Yuvraaj, > Thanks for taking care of this. Honestly it's not my wheelhouse. > I seems like t

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-01 Thread Mikhail Khludnev
d to generate the other file > patterns? > > Thanks, > -Uv > > On Nov 30 2023, at 11:33 am, Yuvraaj Kelkar wrote: > > Investigating. > > On Nov 26 2023, at 12:32 am, Mikhail Khludnev wrote: > > Pardon > > [image: Sent from Mailspring] > On Sun, Nov 26, 202

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-26 Thread Mikhail Khludnev
Pardon On Sun, Nov 26, 2023 at 11:28 AM Gautam Worah wrote: > I think you meant to send it to d...@solr.apache.org? > > On Sun, Nov 26, 2023 at 12:24 AM Mikhail Khludnev wrote: > >> Hello >> It's rather like a logical error in crave pull. How to work around it?

./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-26 Thread Mikhail Khludnev
ere found. Configuration error? Email was triggered for: Failure - Any Sending email for trigger: Failure - Any - To unsubscribe, e-mail: builds-unsubscr...@solr.apache.org For additional commands, e-mail: builds-h...@solr.apache.org -- Sincerely yours Mikhail Khludnev

Re: Welcome Patrick Zhai to the Lucene PMC

2023-11-11 Thread Mikhail Khludnev
for all your hard work improving > Lucene's community and source code, and welcome aboard! > > Mike McCandless > > http://blog.mikemccandless.com > -- Sincerely yours Mikhail Khludnev

Re: Boolean field type

2023-11-09 Thread Mikhail Khludnev
property X products are in one segment or a handful of segments, > you can drop the property X clause from the matching segments and skip the > other segments. > > I guess one icky part of this compared to the usual Lucene field model is > that I'm assuming a Boolean field is never missing (or I guess missing > implies "false" by default?). Would that be a deal-breaker? > > Thanks, > Froh > -- Sincerely yours Mikhail Khludnev

Re: PackedInts functionalities

2023-10-16 Thread Mikhail Khludnev
ve there is no support for this > at the moment. The biggest gap I found is that the existing classes expect > to write/read values of same bit-width. > > I'm writing to get feedback from yall to see if I missed anything. > > Cheers, > Tony X > -- Sincerely yours Mikhail Khludnev

Re: Vector Search with OpenAI Embeddings: Lucene Is All You Need

2023-09-01 Thread Mikhail Khludnev
hael Wechner < >> michael.wech...@wyona.com> wrote: >> >>> Hi Together >>> >>> You might be interesed in this paper / article >>> >>> https://arxiv.org/abs/2308.14963 >>> >>> Thanks >>> >>> Michael >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> -- Sincerely yours Mikhail Khludnev

Re: How to retain % sign against numbers in lucene indexing/ search

2023-07-12 Thread Mikhail Khludnev
uirements? Any help/guidance is > highly appreciated. > > *Warm Regards,* > *Amitesh K* > -- Sincerely yours Mikhail Khludnev

Re: Committer Freebie

2023-07-05 Thread Mikhail Khludnev
ve to make a request. CopilotX (the chatgpt 4) version > is definitely early access waiting list, but I swear I just read regular > copilot went GA - that’s the article I was reading when I found out it was > now free. That’s says copilot for business. Is there a not for business > versio

Re: Welcome Chris Hegarty to the Lucene PMC

2023-06-19 Thread Mikhail Khludnev
Welcome, Chris. On Mon, Jun 19, 2023 at 12:53 PM Adrien Grand wrote: > I'm pleased to announce that Chris Hegarty has accepted an invitation to > join the Lucene PMC! > > Congratulations Chris, and welcome aboard! > > -- > Adrien > -- Sincerely yours Mikhail Khludnev

Re: Committer Freebie

2023-06-14 Thread Mikhail Khludnev
Thanks Xuang! On Wed, Jun 14, 2023 at 3:58 PM Lu Xugang wrote: > Hi, Mikhail. I submitted the request about one month ago and got free > access recently. The request does not take effect immediately. > > Xugang > https://www.amazingkoala.com.cn/ > > > Mikhail Khludne

Re: Committer Freebie

2023-06-14 Thread Mikhail Khludnev
t’s free, 10$ a month value. If it expands to CopilotX, much more > value. > -- > - MRM > -- Sincerely yours Mikhail Khludnev

Re: Question for customize index segment search order

2023-05-12 Thread Mikhail Khludnev
ts doesn't get a chance to be scored. Is it > possible to customize the segment visiting order in Solr so that the latest > generated segments are searched first? Any suggestion is appreciated. > > Thanks, > Wei > -- Sincerely yours Mikhail Khludnev https://t.me/MUST_SEARCH A caveat: Cyrillic!

Re: Lucene PMC Chair Greg Miller

2023-03-07 Thread Mikhail Khludnev
nd congratulations! > > > - Bruno > -- Sincerely yours Mikhail Khludnev https://t.me/MUST_SEARCH A caveat: Cyrillic!

Re: multi-term synonym prevents single-term match -- known issue?

2023-02-19 Thread Mikhail Khludnev
Opened reproducer https://github.com/apache/lucene/pull/12157 On Mon, Feb 13, 2023 at 6:46 PM Mikhail Khludnev wrote: > It's time to summon Lucene devs > https://issues.apache.org/jira/browse/SOLR-16652?focusedCommentId=17687998&page=com.atlassian.jira.plugin.system.issueta

Re: multi-term synonym prevents single-term match -- known issue?

2023-02-13 Thread Mikhail Khludnev
PM Rudi Seitz wrote: > Thanks Mikhail. > I think your directional approach ("foo bar=>baz,foo,bar") would work, but > we'd also need "baz=>baz,foo bar" for a complete workaround. > I've added your message as a comment on the ticket. > Rudi > >

Re: Maximum score estimation

2023-02-13 Thread Mikhail Khludnev
the original index. I suppose this might be useful for LTR as a better alternative to the query score feature. On Tue, Dec 6, 2022 at 10:02 AM Mikhail Khludnev wrote: > Hello dev! > Users are interested in the meaning of absolute value of the score, but we > always reply that it's

Re: Welcome Ben Trent as Lucene committer

2023-01-27 Thread Mikhail Khludnev
>> > >> > Ben, the tradition is that new committers introduce themselves with a >> > brief bio. >> > >> > Congratulations and welcome! >> > >> > -- >> > Adrien >> > >> > ------

Re: Maximum score estimation

2022-12-18 Thread Mikhail Khludnev
es not matter. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > On Dec 5, 2022, at 11:02 PM, Mikhail Khludnev wrote: > > Hello dev! > Users are interested in the meaning of absolute value of the score, but we > alway

Re: Heap Size Space and Span Queries

2022-12-15 Thread Mikhail Khludnev
. Notice the minimum Solr version required. On Wed, Dec 14, 2022 at 9:26 PM Mikhail Khludnev wrote: > Developers, > Is it expected for Spans? Can IntervalsQuery help here? > > On Wed, Dec 14, 2022 at 5:41 PM Sjoerd Smeets wrote: > >> Hi, >> >> I've implemented a

Re: Heap Size Space and Span Queries

2022-12-15 Thread Mikhail Khludnev
gt; characteristics, there's some possibly-relevant discussion on > LUCENE-9204: > > > https://issues.apache.org/jira/browse/LUCENE-9204?focusedCommentId=17352589#comment-17352589 > > Michael > > > On Wed, Dec 14, 2022 at 1:27 PM Mikhail Khludnev wrote: > > > &

Re: Heap Size Space and Span Queries

2022-12-14 Thread Mikhail Khludnev
ocs evenly distributed across the > shards. We do use the collapse feature as well. > > This is on Solr 8.6.0 > > What are the considerations for running Span Queries and heap sizes? > > Any suggestions are welcome > > Sjoerd > -- Sincerely yours Mikhail Khludnev

Maximum score estimation

2022-12-05 Thread Mikhail Khludnev
gs on virtual all_matching doc with average stats like tf and field length and kicks scorers in? It reminds me something about probabilistic retrieval, but not much. Is there anything like this already? -- Sincerely yours Mikhail Khludnev

Re: IntelliJ Project Generation?

2022-11-21 Thread Mikhail Khludnev
nt functionality missing. > > Again, apologies in advance if I'm overlooking something obvious here. > > Cheers, > -Greg > -- Sincerely yours Mikhail Khludnev

Re: Multi-segments and HNSW

2022-11-02 Thread Mikhail Khludnev
> real impact on the retrieving quality and performance. > > I'm wondering if there is any best practice, e.g. how many docs should be > in a single graph? > Or does anyone have some production experience to share? > > Thanks & Regards > MyCoy > -- Sincerely yours Mikhail Khludnev

Re: Expressions greedy advanceExact implementation

2022-10-26 Thread Mikhail Khludnev
r we could defer these child advanceExact calls > until ExpressionFunctionValues.doubleValue()? > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

Re: Welcome Luca Cavanna as Lucene committer

2022-10-05 Thread Mikhail Khludnev
gt; Congratulations and welcome! > > -- > Adrien > -- Sincerely yours Mikhail Khludnev

Re: Welcome Vigya Sharma as Lucene committer

2022-07-29 Thread Mikhail Khludnev
; On Thu, Jul 28, 2022 at 12:34 AM Adrien Grand wrote: >> >>> I'm pleased to announce that Vigya Sharma has accepted the PMC's >>> invitation to become a committer. >>> >>> Vigya, the tradition is that new committers introduce themselves with a >

Re: Welcome Lu Xugang as Lucene committer

2022-06-02 Thread Mikhail Khludnev
Lu Xugang has accepted the PMC's >> invitation to become a committer. >> >> Xugang, the tradition is that new committers introduce themselves with a >> brief bio. >> >> Congratulations and welcome! >> >> -- >> Adrien >> > > > -- > Anshum Gupta > > -- Sincerely yours Mikhail Khludnev

Re: Welcome Chris Hegarty as Lucene committer

2022-06-02 Thread Mikhail Khludnev
-------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

Re: [VOTE] Migration to GitHub issue from Jira (LUCENE-10557)

2022-05-30 Thread Mikhail Khludnev
I have never met in person or > virtually any of the committers (with a very few exceptions), therefore > cannot assess if the vote result is reliable or not unless there is certain > explicit feedback. > > Tomoko > -- Sincerely yours Mikhail Khludnev

Re: How to see test case logs in Intellij

2022-05-18 Thread Mikhail Khludnev
help. Thank you. > > > Rushabh Shah > -- Sincerely yours Mikhail Khludnev

XML retrieval with Intervals

2022-05-06 Thread Mikhail Khludnev
counter ill nested tags: foo bug bar Due to intrinsic minimalizations it picks the internal tag. I feel like plain intervals backed on positions lack tag scoping information. Do you know any approaches for retrieving XML in Lucene? -- Sincerely yours Mikhail Khludnev

Re: FST codec for *infix* queries. No luck so far.

2022-04-26 Thread Mikhail Khludnev
lancing over the code was that it's a fixed, coarse, n-gram based > >> index of consecutive letters pointing at potential matches, which are > >> then revalidated against the query. So you have a super-simple index, > >> with a very fast lookup and the cost of verifying and finding exact > >> matches is shifted to once you have a candidate list. While this > >> doesn't help with Lucene indexes, perhaps it's a sign that for this > >> particular task a different index/search paradigm is needed? > >> > >> > >> Dawid > >> > >> - > >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > >> For additional commands, e-mail: dev-h...@lucene.apache.org > >> > -- Sincerely yours Mikhail Khludnev

Re: FST codec for *infix* queries. No luck so far.

2022-04-26 Thread Mikhail Khludnev
ar task a different index/search paradigm is needed? > > > Dawid > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

FST codec for *infix* queries. No luck so far.

2022-04-22 Thread Mikhail Khludnev
c examples of writing top-level data structures like GlobalOrds index or livedocs bitmask? -- Sincerely yours Mikhail Khludnev

Re: Welcome Haoyu (Patrick) Zhai as Lucene Committer

2021-12-19 Thread Mikhail Khludnev
a tradition to briefly introduce yourself to the group, Patrick. >> Welcome and thank you! >> >> Dawid >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> >> -- Sincerely yours Mikhail Khludnev

Re: Welcome Julie Tibshirani to the Lucene PMC

2021-11-30 Thread Mikhail Khludnev
Congratulations, Julie! On Wed, Dec 1, 2021 at 12:49 AM Adrien Grand wrote: > I'm pleased to announce that Julie Tibshirani has accepted an invitation > to join the Lucene PMC! > > Congratulations Julie, and welcome aboard! > > -- > Adrien > -- Sincerely yours Mikhail Khludnev

Re: jira patch "precommit" jenkins jobs? (don't seem to be running lately)

2020-12-12 Thread Mikhail Khludnev
ds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/ >>> >>> do any of hte jenkins admins/experts know what's the status of the >>> infra/jira hooks to get these jobs working again? >>> >>> >>> >>> -Hoss >>> http://www.lucidworks.com/ >>> >>> -- >>> >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> >> -- >> Uwe Schindler >> Achterdiek 19, 28357 Bremen >> https://www.thetaphi.de >> > > > -- > Sincerely yours > Mikhail Khludnev > > > -- Sincerely yours Mikhail Khludnev

Re: jira patch "precommit" jenkins jobs? (don't seem to be running lately)

2020-12-05 Thread Mikhail Khludnev
ooks like people were manually triggering it? >> >> https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/ >> >> do any of hte jenkins admins/experts know what's the status of the >> infra/jira hooks to get these jobs working again? >> >> >> >> -Hoss >> http://www.lucidworks.com/ >> -- >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> >> > -- > Uwe Schindler > Achterdiek 19, 28357 Bremen > https://www.thetaphi.de > -- Sincerely yours Mikhail Khludnev

Re: 8.6 release

2020-07-02 Thread Mikhail Khludnev
ues flagged as Fix Version = 8.6: >>> > >>> > Add tests for corruptions caused by byte flips LUCENE-9356 >>> > >>> > Fix linefiledocs compression or replace in tests LUCENE-9191 >>> > >>> > Can we merge small segments during refresh, for faster searching? >>> LUCENE-8962 >>> > >>> > >>> > >>> > >>> > >>> > Le mer. 24 juin 2020 à 21:05, David Smiley >>> a écrit : >>> > >>> > 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 < >>> casstarg...@gmail.com> 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 < >>> bruno.roust...@gmail.com> 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 >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> -- Sincerely yours Mikhail Khludnev

Re: FunctionScoreQuery how to use it

2020-07-01 Thread Mikhail Khludnev
.2 and I'm looking for an example on how to > implement it using FunctionScoreQuery. > > Do you know if there are examples that explain how to port the code to the > new implementation? > > -- > Vincenzo D'Amore > -- Sincerely yours Mikhail Khludnev

Re: [JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-13.0.2) - Build # 1341 - Failure!

2020-06-30 Thread Mikhail Khludnev
gt; Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Recording test results > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > Setting > ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 > > - > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: Welcome Ilan Ginzburg as Lucene/Solr committer

2020-06-21 Thread Mikhail Khludnev
> Noble > -- Sincerely yours Mikhail Khludnev

Re: How to build SolrCloud collection from instance dirs after ZK is lost?

2020-06-20 Thread Mikhail Khludnev
hat's probably worthy of an issue, but I don't want to open one without > discussion. > > Thanks, > Shawn > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

How to build SolrCloud collection from instance dirs after ZK is lost?

2020-06-18 Thread Mikhail Khludnev
core when node start - if instances with data dirs connect to empty ZK it just wipes dirs away. Thanks -- Sincerely yours Mikhail Khludnev

Re: [VOTE] Lucene logo contest

2020-06-15 Thread Mikhail Khludnev
://issues.apache.org/jira/secure/attachment/12999548/Screen%20Shot%202020-04-10%20at%208.29.32%20AM.png > [3] > https://issues.apache.org/jira/secure/attachment/12997768/zabetak-1-7.pdf > [4] > https://lucene.apache.org/theme/images/lucene/lucene_logo_green_300.png > -- Sincerely yours Mikhail Khludnev

Re: Welcome Mayya Sharipova as Lucene/Solr committer

2020-06-09 Thread Mikhail Khludnev
> > Jim > -- Sincerely yours Mikhail Khludnev

Re: Constant Scoring Queries; inconsistent approaches

2020-05-17 Thread Mikhail Khludnev
cene), which I'm slowly removing, > chooses 0 as well. > > Shall we standardize on a score of 1 for Lucene/Solr 9.0? Or 0? Or do > some queries break with the norm for a good reason? > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > -- Sincerely yours Mikhail Khludnev

Re: DenseNumericDocValues corner case issue

2020-05-06 Thread Mikhail Khludnev
aster/lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java#L413 > > Thanks > > -John > -- Sincerely yours Mikhail Khludnev

Re: Welcome Eric Pugh as a Lucene/Solr committer

2020-04-07 Thread Mikhail Khludnev
t; > > ___ > *Eric Pugh **| *Founder & CEO | OpenSource Connections, LLC | 434.466.1467 > | http://www.opensourceconnections.com | My Free/Busy > <http://tinyurl.com/eric-cal> > Co-Author: Apache Solr Enterprise Search Server, 3rd Ed > <https://ww

Re: 8.5 release

2020-03-16 Thread Mikhail Khludnev
gt;>>>>>> be tomorrow UK time before I start the release proper. >>>>>>> >>>>>>> >>>>>>> On 25 Feb 2020, at 07:49, Noble Paul wrote: >>>>>>> >>>>>>> +1 >>>>>>> >>>>>>> On Wed, Feb 19, 2020 at 9:35 PM Ignacio Vera >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> +1 >>>>>>> >>>>>>> On Tue, Feb 18, 2020 at 7:26 PM Jan Høydahl >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> +1 >>>>>>> >>>>>>> That should give us time to update release docs for the new website >>>>>>> too. >>>>>>> >>>>>>> Jan Høydahl >>>>>>> >>>>>>> 18. feb. 2020 kl. 18:28 skrev Adrien Grand : >>>>>>> >>>>>>>  >>>>>>> +1 >>>>>>> >>>>>>> On Tue, Feb 18, 2020 at 4:58 PM Alan Woodward >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> It’s been a while since we released lucene-solr 8.4, and we’ve >>>>>>> accumulated quite a few nice new features since then. I’d like to >>>>>>> volunteer to be a release manager for an 8.5 release. If there's >>>>>>> agreement, then I plan to cut the release branch two weeks today, on >>>>>>> Tuesday 3rd March. >>>>>>> >>>>>>> - Alan >>>>>>> - >>>>>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>>>>>> >>>>>>> For additional commands, e-mail: dev-h...@lucene.apache.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Adrien >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> - >>>>>>> Noble Paul >>>>>>> >>>>>>> - >>>>>>> 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 >>> >>> > > > > -- Sincerely yours Mikhail Khludnev

Re: CHANGES.txt and issue categorization

2020-03-04 Thread Mikhail Khludnev
tion"? (not sure): > * LUCENE-9068: FuzzyQuery builds its Automaton up-front (Alan Woodward, > Mike Drob) > > Solr: > > "New Features" that maybe should be "Improvements": > * SOLR-13892: New "top-level" docValues join implementation (Jason

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 4353 - Still Failing

2020-02-27 Thread Mikhail Khludnev
org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: [JENKINS] Lucene-Solr-Tests-8.x - Build # 1051 - Still Failing

2020-02-09 Thread Mikhail Khludnev
onds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > > --------- > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: analytics.adoc validation does not pass

2020-01-26 Thread Mikhail Khludnev
-- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

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

2020-01-16 Thread Mikhail Khludnev
>> >> >> >> On Wed, Jan 15, 2020 at 4:15 PM Cassandra Targett >> wrote: >> >> Every year, the Lucene PMC rotates the Lucene PMC chair and Apache Vice >> President position. >> >> This year we have nominated and elected Anshum Gupta as the Chair, a >> decision that the board approved in its January 2020 meeting. >> >> >> >> Congratulations, Anshum! >> >> >> >> Cassandra >> >> >> >> > > -- > Anshum Gupta > -- Sincerely yours Mikhail Khludnev

Re: State of DIH, concurrency

2020-01-07 Thread Mikhail Khludnev
> > Kind regards, > > aanno2 > > > > > --------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

Re: [JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-13.0.1) - Build # 1684 - Failure!

2019-12-28 Thread Mikhail Khludnev
ntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > > - > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: [VOTE] Release Lucene/Solr 8.4.0 RC1

2019-12-17 Thread Mikhail Khludnev
TC. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Here is my +1 > > -- > Adrien > -- Sincerely yours Mikhail Khludnev

Re: [JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-12.0.1) - Build # 1434 - Failure!

2019-11-01 Thread Mikhail Khludnev
d as failure > Archiving artifacts > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > [WARNINGS] Skipping publisher since build result is FAILURE > Recording test results > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > Setting > ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 > > - > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: Issue in consuming Lucene plugin

2019-10-08 Thread Mikhail Khludnev
ional > commands, e-mail: dev-h...@lucene.apache.org -- Sincerely yours Mikhail Khludnev

Re: 8.3 release

2019-10-02 Thread Mikhail Khludnev
Excuse me. I have to recall this message regarding SOLR-13764. On Mon, Sep 30, 2019 at 10:56 PM Mikhail Khludnev wrote: > Ishan, thanks for update. > May I propose to hold it for this week, beside of the severe issues you > mentioned, I'd like to drop pretty neat JSON Query parse

Re: filter in JSON Query DSL

2019-10-01 Thread Mikhail Khludnev
Raised https://issues.apache.org/jira/browse/SOLR-13808. Thanks, Jochen! On Mon, Sep 30, 2019 at 4:26 PM Mikhail Khludnev wrote: > Jochen, right! Sorry for didn't get your point earlier. {!bool filter=} > means Lucene filter, not Solr's one. I suppose {!bool cache=true} flag

Re: 8.3 release

2019-09-30 Thread Mikhail Khludnev
Ishan, thanks for update. May I propose to hold it for this week, beside of the severe issues you mentioned, I'd like to drop pretty neat JSON Query parser for Interval Queries https://issues.apache.org/jira/browse/SOLR-13764 this week. пн, 30 сент. 2019 г., 18:04 Ishan Chattopadhyaya : > * Due t

Re: filter in JSON Query DSL

2019-09-30 Thread Mikhail Khludnev
k_ft:muller text_catalogue_ft:muller text_index_ft:muller > text_tei_ft:muller text_abstract_ft:muller > text_pdf_ft:muller","to":"parent_ids","traversalFilter":"class_s:meta > -type_s:multivolume_work -type_s:periodical -type_s:issue > -type_s:journal"}

Re: Intervals in Solr json request

2019-09-27 Thread Mikhail Khludnev
syntax you're proposing. > Is there a jira where the syntax is described in a little more detail? > If not, would you care to put together a writeup on a jira somewhere? > It's hard (for me at least) to weigh in as things are currently. > > Best, > > Jason > > On

Re: [POLL] Should notifications of NEW Jira issues go to dev@?

2019-09-18 Thread Mikhail Khludnev
; -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

Re: Welcome Atri Sharma as Lucene/Solr committer

2019-09-18 Thread Mikhail Khludnev
oduce yourself > with a brief bio. > > -- > Adrien > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Sincerely yours Mikhail Khludnev

Re: Intervals in Solr json request

2019-09-16 Thread Mikhail Khludnev
more detail? > If not, would you care to put together a writeup on a jira somewhere? > It's hard (for me at least) to weigh in as things are currently. > > Best, > > Jason > > On Sun, Sep 8, 2019 at 3:25 PM Mikhail Khludnev wrote: > > > > Ok. It might b

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2019-09-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927490#comment-16927490 ] Mikhail Khludnev commented on LUCENE-5189: -- Giving that LUCENE-8585, LU

[jira] [Updated] (SOLR-12490) Query DSL supports for further referring and exclusion in JSON facets

2019-09-10 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12490: Summary: Query DSL supports for further referring and exclusion in JSON facets (was

[jira] [Commented] (SOLR-12490) introduce json.queries supports DSL for further referring and exclusion in JSON facets

2019-09-10 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16926538#comment-16926538 ] Mikhail Khludnev commented on SOLR-12490: - I think we'd rather cont

[jira] [Assigned] (SOLR-12490) introduce json.queries supports DSL for further referring and exclusion in JSON facets

2019-09-10 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev reassigned SOLR-12490: --- Assignee: (was: Mikhail Khludnev) > introduce json.queries supports DSL

[jira] [Created] (SOLR-13748) mm (min should match) param for {!bool} query parser

2019-09-09 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-13748: --- Summary: mm (min should match) param for {!bool} query parser Key: SOLR-13748 URL: https://issues.apache.org/jira/browse/SOLR-13748 Project: Solr

Re: Intervals in Solr json request

2019-09-08 Thread Mikhail Khludnev
;, "ban", { "phrase": ["moo","foo"]} ] } ], "field":"text_content" } } }

Re: Intervals in Solr json request

2019-09-07 Thread Mikhail Khludnev
uot;, { "unordered": ["bag", "baz", "ban", { "phrase": ["moo",

[jira] [Resolved] (SOLR-3666) DataImportHandler status command in SolrCloud does not work properly

2019-09-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-3666. Resolution: Won't Fix There's nothing like this in DIH now. > DataImportH

(Oh my) Spans in Solr json request

2019-09-06 Thread Mikhail Khludnev
Hello, Finally we let users to send span queries via XML (yeah) query parser. But I feel awkward to invoke XML under Json. Straightforward approach lead us to bunch of span[Or|And|Not|Etc] QParser plugins. Are there any more elegant ideas? -- Sincerely yours Mikhail Khludnev

[jira] [Updated] (SOLR-13738) UnifiedHighlighter

2019-09-04 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-13738: Summary: UnifiedHighlighter (was: RequestHandlerBase ... ClassCastException: class

[jira] [Updated] (SOLR-13738) UnifiedHighlighter can't highlight GraphQuery

2019-09-04 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-13738: Summary: UnifiedHighlighter can't highlight GraphQuery (was: UnifiedHighli

  1   2   3   4   5   6   7   8   9   10   >