Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-09 Thread Aditya Varun Chadha
tion, > your contribution will be associated with your GH account. > > Tomoko > > > 2022年8月7日(日) 14:41 Aditya Varun Chadha : > > > Thanks Tomoko, > > There is no activity in JIRA from me as far as I can recall. This is the > > correct and only account though.

Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-06 Thread Aditya Varun Chadha
uot; - > this has activities in LUCENE. > > Tomoko > > > 2022年8月7日(日) 5:56 Aditya Varun Chadha : > > > JIRA: adichad > > GitHub: adichad > > > > Thank you! > > > > On Sat 6. Aug 2022 at 20:37, Glen Newton wrote: > > > > > jira

Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-06 Thread Aditya Varun Chadha
JIRA: adichad GitHub: adichad Thank you! On Sat 6. Aug 2022 at 20:37, Glen Newton wrote: > jira: gnewton > github: gnewton (github.com/gnewton) > > Thanks, > Glen > > > > On Sat, 6 Aug 2022 at 14:11, Tomoko Uchida > wrote: > > > Hi everyone. > > > > I wanted to let you know that we'll

Re: How to ignore a match if a given keyword is before/after another given keyword?

2021-04-14 Thread Aditya Varun Chadha
maybe you want (abstractly): bool(must(term("f", "positive"), mustNot(phrase("f", "negative positive", slop=1))) On Thu, Apr 15, 2021 at 7:27 AM Jean Morissette wrote: > Hi all, > > Does someone know if it's possible to search documents containing a given > keyword only if this keyword is not

Re: Storing Json field in Lucene

2020-04-21 Thread Aditya Varun Chadha
be > stored for every record and it may bloat index size. > > Could you guide me what is the better approach. To store as Json or as > individual fields. > > RegardsGanesh > -- Aditya Varun Chadha | http://www.adichad.net | +49 (0) 152 25914008 (M)

Re: Use custom score in ConstantScoreQuery

2019-12-09 Thread Aditya Varun Chadha
ter/lucene/core/src/java/org/apache/lucene/search/ConstantScoreQuery.java > > > > [2] > > > > > > > https://github.com/apache/lucene-solr/blob/1d238c844e45f088a942aec14750c186c7a66d92/lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java#L253 > > > > [3] >