Re: Error Doc id doesn't match the query in vector searches

2025-01-17 Thread Varun Thacker
Varun Thacker wrote: > I was able to narrow down to > https://github.com/apache/solr/commit/cfec121bab2ecfc4c06e20a5533596025ae63d98 > that causes this issue. > > Without that change the bug doesn't repro > > On Thu, Jan 16, 2025 at 6:49 PM Varun Thacker wrote: >

Re: Error Doc id doesn't match the query in vector searches

2025-01-17 Thread Varun Thacker
I was able to narrow down to https://github.com/apache/solr/commit/cfec121bab2ecfc4c06e20a5533596025ae63d98 that causes this issue. Without that change the bug doesn't repro On Thu, Jan 16, 2025 at 6:49 PM Varun Thacker wrote: > I misspoke, for regular search KnnFloatVectorQuery is t

Re: Error Doc id doesn't match the query in vector searches

2025-01-16 Thread Varun Thacker
Query I'll try looking with some fresh eyes tomorrow On Thu, Jan 16, 2025 at 6:00 PM Varun Thacker wrote: > I'll have to recreate my setup again since I tried re-building solr > without some PRs and it wiped everything out(my mistake!) > > I was able to get the

Re: Error Doc id doesn't match the query in vector searches

2025-01-16 Thread Varun Thacker
= 1706435309 On Thu, Jan 16, 2025 at 5:28 PM Varun Thacker wrote: > I have an index where I can repro it with 100% success. Let me look into > what's causing it and create a Solr Jira > > On Mon, Oct 21, 2024 at 11:11 AM Michael Sokolov > wrote: > >> I

Re: Error Doc id doesn't match the query in vector searches

2025-01-16 Thread Varun Thacker
I have an index where I can repro it with 100% success. Let me look into what's causing it and create a Solr Jira On Mon, Oct 21, 2024 at 11:11 AM Michael Sokolov wrote: > I think this might be a better question for solr-user@? EG I don't > understand how Solr decides which Query to send to popu

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-01 Thread Varun Thacker
Ryan, Sorry for the confusion but here is my retake (binding) vote: A1, A2, D On Tue, Sep 1, 2020 at 7:35 PM Atri Sharma wrote: > D (binding) > > On Wed, 2 Sep 2020 at 01:51, Ryan Ernst wrote: > > > Dear Lucene and Solr developers! > > > > > > > > Sorry for the multiple threads. This should b

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-01 Thread Varun Thacker
(non-binding) vote: A1, A2, D On Tue, Sep 1, 2020 at 1:21 PM Ryan Ernst wrote: > Dear Lucene and Solr developers! > > Sorry for the multiple threads. This should be the last one. > > In February a contest was started to design a new logo for Lucene > [jira-issue]. The initial attempt [first-vote

[ANNOUNCE] Apache Lucene 6.6.1 released

2017-09-07 Thread Varun Thacker
7 September 2017, Apache Lucene™ 6.6.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.1 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires fu

Re: Lucene 6.6: "Too many open files"

2017-08-04 Thread Varun Thacker
t. > > Nawab > > On Fri, Aug 4, 2017 at 9:49 AM, Varun Thacker wrote: > > > I just ran into this issue yesterday and a couple of times last week. > > > > The team I was working with was running Solr 5.4.1 so the auto-throttle > > merge policy applies. We were us

Re: Lucene 6.6: "Too many open files"

2017-08-04 Thread Varun Thacker
I just ran into this issue yesterday and a couple of times last week. The team I was working with was running Solr 5.4.1 so the auto-throttle merge policy applies. We were using the default merge policy. When infoStream was turned on for a dummy collection on the same box the output for the settin

Re: DocValues API and behaviour when no values for a field in an segment

2015-07-10 Thread Varun Thacker
n that particular case, it just saves a null check > but there are more useful methods like DocValues.getSortedSet which > allow to treat fields which have been indexed with > DocValuesType.SORTED and DocValuesType.SORTED_SET the same way. > > On Thu, Jul 9, 2015 at 1:04 PM, Varun Thacker

DocValues API and behaviour when no values for a field in an segment

2015-07-09 Thread Varun Thacker
. Was curious as to why do we have two different ways to fetch it and why do they have an different behaviour on no values for the field are present in an segment. -- Regards, Varun Thacker

Re: SegmentCommitInfos and live/deleted files

2015-01-11 Thread Varun Thacker
e your code passes 'false' for that. > > On Sun, Jan 11, 2015 at 10:49 AM, Varun Thacker > wrote: > > I wanted to know whats the difference betwen the two ways that I am > getting > > a list of all segment files belonging to a segment? > > > > method

SegmentCommitInfos and live/deleted files

2015-01-11 Thread Varun Thacker
I wanted to know whats the difference betwen the two ways that I am getting a list of all segment files belonging to a segment? method1 never returns .liv files. https://gist.github.com/vthacker/98065232c3d2da579700 -- Regards, Varun Thacker http://www.vthacker.in/

Re: No Compound Files

2014-04-29 Thread Varun Thacker
M, Robert Muir wrote: > > > I think NoMergePolicy.NO_COMPOUND_FILES and > > > NoMergePolicy.COMPOUND_FILES should be removed, and replaced with > > > NoMergePolicy.INSTANCE > > > > > > If you want to change whether CFS is used by index

Re: No Compound Files

2014-04-29 Thread Varun Thacker
> > NoMergePolicy.INSTANCE > > > > If you want to change whether CFS is used by indexwriter flush, you > > need to set that in IndexWriterConfig. > > > > On Tue, Apr 29, 2014 at 8:03 AM, Varun Thacker > > wrote: > > > I wanted to use the NoMergePol

No Compound Files

2014-04-29 Thread Varun Thacker
policy.setNoCFSRatio(0.0) 3. The code snippet I used. https://gist.github.com/vthacker/11398124 I tried it using Lucene 4.7 -- Regards, Varun Thacker http://www.vthacker.in/

Re: Did you Mean search on Indexes created by Different Files.

2013-07-31 Thread Varun Thacker
; > } > > } > else > { > System.out.println("No Suggestions found"); > } > > > Please guide. Basically the suggested words should be provided from the > indexes I have created.. It should not come from

Re: Did you Mean search on Indexes created by Different Files.

2013-07-29 Thread Varun Thacker
; API have undergone significant changes thus making them not so very useful. > > > -- > Regards > > Ankit Murarka > > "Peace is found not in what surrounds us, but in what we hold within." > > > --**--**- > To unsubscribe, e-mail: > java-user-unsubscribe@lucene.**apache.org > For additional commands, e-mail: > java-user-help@lucene.apache.**org > > -- Regards, Varun Thacker http://www.vthacker.in/

Re: 答复: [SPAM] Re: A Problem in Customizing DefaultSimilarity

2013-06-13 Thread Varun Thacker
- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Regards, Varun Thacker http://www.vthacker.in/