Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update org.apache.lucene:* to v9.9.1 #2168

Closed
wants to merge 1 commit into from

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Dec 21, 2023

This PR contains the following updates:

Package Type Update Change
org.apache.lucene:lucene-test-framework (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-suggest (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-spatial3d (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-spatial-extras (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-sandbox (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-queryparser (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-queries (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-misc (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-memory (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-join (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-highlighter (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-grouping (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-expressions (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-core (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-codecs (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-classification (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-backward-codecs (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-stempel (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-smartcn (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-phonetic (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-opennlp (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-nori (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-morfologik (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-kuromoji (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-icu (source) dependencies minor 9.8.0 -> 9.9.1
org.apache.lucene:lucene-analysis-common (source) dependencies minor 9.8.0 -> 9.9.1

Configuration

📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot
Copy link
Collaborator Author

solrbot commented Dec 21, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew updateLicenses
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:20: error: cannot find symbol
import static org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat.DEFAULT_BEAM_WIDTH;
                                               ^
  symbol:   class Lucene95HnswVectorsFormat
  location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:20: error: static import only from classes and interfaces
import static org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat.DEFAULT_BEAM_WIDTH;
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:21: error: cannot find symbol
import static org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat.DEFAULT_MAX_CONN;
                                               ^
  symbol:   class Lucene95HnswVectorsFormat
  location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:21: error: static import only from classes and interfaces
import static org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat.DEFAULT_MAX_CONN;
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:29: error: cannot find symbol
import org.apache.lucene.codecs.lucene95.Lucene95Codec;
                                        ^
  symbol:   class Lucene95Codec
  location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:30: error: package org.apache.lucene.codecs.lucene95.Lucene95Codec does not exist
import org.apache.lucene.codecs.lucene95.Lucene95Codec.Mode;
                                                      ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:31: error: cannot find symbol
import org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat;
                                        ^
  symbol:   class Lucene95HnswVectorsFormat
  location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:57: error: cannot find symbol
  public static final Mode SOLR_DEFAULT_COMPRESSION_MODE = Mode.BEST_SPEED;
                      ^
  symbol:   class Mode
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/RandomSortField.java:112: error: <anonymous org.apache.solr.schema.RandomSortField$1> is not abstract and does not override abstract method newComparator(String,int,Pruning,boolean) in FieldComparatorSource
      new FieldComparatorSource() {
                                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/RandomSortField.java:113: error: method does not override or implement a method from a supertype
        @Override
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java:1329: error: ElevationComparatorSource is not abstract and does not override abstract method newComparator(String,int,Pruning,boolean) in FieldComparatorSource
  private static class ElevationComparatorSource extends FieldComparatorSource {
                 ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java:1351: error: method does not override or implement a method from a supertype
    @Override
    ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java:3586: error: incompatible types: boolean cannot be converted to Pruning
        fieldComparators[clause] = sf.getComparator(1, clause == 0);
                                                              ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/ChildFieldValueSourceParser.java:126: error: method does not override or implement a method from a supertype
        @Override
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/ChildFieldValueSourceParser.java:128: error: incompatible types: boolean cannot be converted to Pruning
          final FieldComparator<?> comparator = super.getComparator(numHits, enableSkipping);
                                                                             ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:100: error: constructor LeafMetaData in class LeafMetaData cannot be applied to given types;
      metaData = new LeafMetaData(Version.LATEST.major, Version.LATEST, null);
                 ^
  required: int,Version,Sort,boolean
  found:    int,Version,<null>
  reason: actual and formal argument lists differ in length
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:114: error: constructor LeafMetaData in class LeafMetaData cannot be applied to given types;
      metaData = new LeafMetaData(createdVersionMajor, minVersion, null);
                 ^
  required: int,Version,Sort,boolean
  found:    int,Version,<null>
  reason: actual and formal argument lists differ in length
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:144: error: cannot find symbol
        ofNullable(args.get(HNSW_MAX_CONNECTIONS)).map(Integer::parseInt).orElse(DEFAULT_MAX_CONN);
                                                                                 ^
  symbol:   variable DEFAULT_MAX_CONN
  location: class DenseVectorField
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:148: error: cannot find symbol
        ofNullable(args.get(HNSW_BEAM_WIDTH)).map(Integer::parseInt).orElse(DEFAULT_BEAM_WIDTH);
                                                                            ^
  symbol:   variable DEFAULT_BEAM_WIDTH
  location: class DenseVectorField
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java:273: error: incompatible types: boolean cannot be converted to Pruning
              (FieldComparator<Double>) getSortField(false).getComparator(1, false);
                                                                             ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java:273: warning: [cast] redundant cast to FieldComparator<Double>
              (FieldComparator<Double>) getSortField(false).getComparator(1, false);
              ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:57: error: cannot find symbol
  public static final Mode SOLR_DEFAULT_COMPRESSION_MODE = Mode.BEST_SPEED;
                                                           ^
  symbol:   variable Mode
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:82: error: cannot find symbol
    Mode compressionMode;
    ^
  symbol:   class Mode
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:85: error: cannot find symbol
        compressionMode = Mode.valueOf(compressionModeStr.toUpperCase(Locale.ROOT));
                          ^
  symbol:   variable Mode
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:92: error: cannot find symbol
                + Arrays.toString(Mode.values()));
                                  ^
  symbol:   variable Mode
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:100: error: cannot find symbol
        new Lucene95Codec(compressionMode) {
            ^
  symbol:   class Lucene95Codec
  location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:101: error: method does not override or implement a method from a supertype
          @Override
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:110: error: cannot find symbol
            return super.getPostingsFormatForField(field);
                        ^
  symbol: method getPostingsFormatForField(String)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:113: error: method does not override or implement a method from a supertype
          @Override
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:122: error: cannot find symbol
            return super.getDocValuesFormatForField(field);
                        ^
  symbol: method getDocValuesFormatForField(String)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:125: error: method does not override or implement a method from a supertype
          @Override
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:135: error: cannot find symbol
                var delegate = new Lucene95HnswVectorsFormat(maxConn, beamWidth);
                                   ^
  symbol: class Lucene95HnswVectorsFormat
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:142: error: cannot find symbol
            return super.getKnnVectorsFormatForField(field);
                        ^
  symbol: method getKnnVectorsFormatForField(String)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/ShardFieldSortedHitQueue.java:159: error: incompatible types: boolean cannot be converted to Pruning
    final FieldComparator fieldComparator = sortField.getComparator(0, true);
                                                                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java:500: error: incompatible types: boolean cannot be converted to Pruning
          FieldComparator<?> comparator = sortField.getComparator(1, true);
                                                                     ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
34 errors
1 warning

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.

BUILD FAILED in 37s

@cpoerschke
Copy link
Contributor

closing in favour of #2176

@cpoerschke cpoerschke closed this Jan 5, 2024
@solrbot
Copy link
Collaborator Author

solrbot commented Jan 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (9.9.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@solrbot solrbot deleted the renovate/org.apache.lucene branch January 5, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants