diff --git a/pom.xml b/pom.xml index 5faab6a..069c06a 100644 --- a/pom.xml +++ b/pom.xml @@ -436,6 +436,48 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + deploy + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + + attach-javadocs + deploy + + jar + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + + deploy + deploy + + deploy + + + + diff --git a/src/main/java/it/cavallium/dbengine/database/LLScoreMode.java b/src/main/java/it/cavallium/dbengine/database/LLScoreMode.java index 459b33e..c0c042c 100644 --- a/src/main/java/it/cavallium/dbengine/database/LLScoreMode.java +++ b/src/main/java/it/cavallium/dbengine/database/LLScoreMode.java @@ -13,7 +13,7 @@ public enum LLScoreMode { COMPLETE_NO_SCORES, /** * Produced scorers will optionally allow skipping over non-competitive - * hits using the {@link org.apache.lucene.search.Scorer#setMinCompetitiveScore(float)} API. + * hits using the Scorer#setMinCompetitiveScore(float) API. * This can reduce time if using setMinCompetitiveScore. */ TOP_SCORES,