mirror of https://github.com/apache/lucene.git
SOLR-5730: Workaround non-working javadocs link (cannot refer to classes from packages in other modules that already exist in lucene-core.jar)
This commit is contained in:
parent
f9df240e5c
commit
779120c6a4
|
@ -25,7 +25,7 @@ import org.apache.solr.schema.IndexSchema;
|
|||
import org.apache.solr.search.SortSpecParsing;
|
||||
|
||||
/**
|
||||
* A {@link MergePolicyFactory} for {@link SortingMergePolicy} objects.
|
||||
* A {@link MergePolicyFactory} for {@code SortingMergePolicy} objects.
|
||||
*/
|
||||
public class SortingMergePolicyFactory extends WrapperMergePolicyFactory {
|
||||
|
||||
|
|
Loading…
Reference in New Issue