Ishan Chattopadhyaya
Ishan Chattopadhyaya
> I haven't touched on the validity of having an NVIDIA only GPU backed index in Lucene sandbox directly. The new dependencies are huge. IDK if whomever downloads and builds...
> I want to start cleaning some of the outstanding items in this PR, but I do not have push access to SearchScale:cuvs-integration-main. Can I get access, or is there...
> restructure cuvs-java so that it compiles to a minimum JDK 21, with an mr jar/version specific loading. Maybe it can even strip use class file version 65 and strip...
FYI, there were some important building blocks missing in cuVS that were needed for a good first class integration. As a result, this PR represented several inefficiencies and workarounds. At...
I dealt with the removal of SortedSetDocValues.NO_MORE_ORDS [0] inaccurately in the PR. Will fix now. [0] - https://github.com/apache/lucene/pull/969
Now, here's the list of failing tests: ```TestReversedWildcardFilterFactory TestJoin TestGroupingSearch PathHierarchyTokenizerFactoryTest BasicFunctionalityTest TestDistributedGrouping TestDistributedSearch CloudExitableDirectoryReaderTest TestSnapshotCoreBackup DistributedSpellCheckComponentTest TestSegmentSorting DebugComponentTest TestCloudJSONFacetSKG SOLR749Test SpellCheckCollatorTest TestFieldCacheVsDocValues TestIntervalFaceting PreAnalyzedFieldTest TestCloudJSONFacetJoinDomain TestComplexPhraseLeadingWildcard TestMissingGroups QueryElevationComponentTest SimpleFacetsTest...
List of failing tests now: ```TestReversedWildcardFilterFactory TestGroupingSearch TestJoin PathHierarchyTokenizerFactoryTest BasicFunctionalityTest TestDistributedGrouping TestSnapshotCoreBackup DistributedSpellCheckComponentTest TestSegmentSorting SOLR749Test TestFieldCacheVsDocValues TestIntervalFaceting PreAnalyzedFieldTest TestComplexPhraseLeadingWildcard QueryElevationComponentTest LargeFieldTest TestQueryLimits TestGraphTermsQParserPlugin TestTermsQParserPlugin TestFiltering TestFieldCache PreAnalyzedUpdateProcessorTest TestUninvertingReader ```
Just ran the tests on this branch and saw these failures: ``` TestSnapshotCoreBackup TestFiltering PreAnalyzedUpdateProcessorTest PathHierarchyTokenizerFactoryTest DistributedSpellCheckComponentTest TestFieldCacheSortRandom PreAnalyzedFieldTest TestGroupingSearch TestQueryLimits TestFieldCacheVsDocValues TestDistributedGrouping TestComplexPhraseLeadingWildcard TestRandomDVFaceting TestFieldCache QueryElevationComponentTest ```
@HoustonPutman @antonmry I've updated to Lucene 10.2.1 based on @dsmiley's suggestion. However, now I see some compiler errors for LTRScoringQuery.java, which I suppose was not there a while ago. Not...
The grouping implementation was only using filter queries for search ignoring the main query entirely. This caused function queries like {\!func}foo2_i to be ignored during grouping, resulting in all groups...