You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2010/02/21 19:55:26 UTC

svn commit: r912389 - /lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java

Author: uschindler
Date: Sun Feb 21 18:55:26 2010
New Revision: 912389

URL: http://svn.apache.org/viewvc?rev=912389&view=rev
Log:
LUCENE-2190: Add removal of deprectated methods in Lucene 3.1 to JavaDocs

Modified:
    lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java

Modified: lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java?rev=912389&r1=912388&r2=912389&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java (original)
+++ lucene/java/branches/lucene_3_0/src/java/org/apache/lucene/search/function/CustomScoreQuery.java Sun Feb 21 18:55:26 2010
@@ -204,7 +204,8 @@
   /**
    * Compute a custom score by the subQuery score and a number of 
    * ValueSourceQuery scores.
-   * @deprecated The doc is relative to the current reader, which is
+   * @deprecated Will be removed in Lucene 3.1.
+   * The doc is relative to the current reader, which is
    * unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
    * Please override {@link #getCustomScoreProvider} and return a subclass
    * of {@link CustomScoreProvider} for the given {@link IndexReader}.
@@ -227,7 +228,8 @@
 
   /**
    * Compute a custom score by the subQuery score and the ValueSourceQuery score.
-   * @deprecated The doc is relative to the current reader, which is
+   * @deprecated Will be removed in Lucene 3.1.
+   * The doc is relative to the current reader, which is
    * unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
    * Please override {@link #getCustomScoreProvider} and return a subclass
    * of {@link CustomScoreProvider} for the given {@link IndexReader}.
@@ -240,7 +242,8 @@
 
   /**
    * Explain the custom score.
-   * @deprecated The doc is relative to the current reader, which is
+   * @deprecated Will be removed in Lucene 3.1.
+   * The doc is relative to the current reader, which is
    * unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
    * Please override {@link #getCustomScoreProvider} and return a subclass
    * of {@link CustomScoreProvider} for the given {@link IndexReader}.
@@ -268,7 +271,8 @@
 
   /**
    * Explain the custom score.
-   * @deprecated The doc is relative to the current reader, which is
+   * @deprecated Will be removed in Lucene 3.1.
+   * The doc is relative to the current reader, which is
    * unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
    * Please override {@link #getCustomScoreProvider} and return a subclass
    * of {@link CustomScoreProvider} for the given {@link IndexReader}.