You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/01/30 17:40:33 UTC

svn commit: r1237770 - /lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html

Author: mikemccand
Date: Mon Jan 30 16:40:32 2012
New Revision: 1237770

URL: http://svn.apache.org/viewvc?rev=1237770&view=rev
Log:
javadocs

Modified:
    lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html

Modified: lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html?rev=1237770&r1=1237769&r2=1237770&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html (original)
+++ lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html Mon Jan 30 16:40:32 2012
@@ -35,7 +35,7 @@ changing norms, finding high freq terms,
 have to compile on your platform.
 
 <p>
-{@link NativeUnixDirectory} is a Directory implementation that bypasses the
+{@link org.apache.lucene.store.NativeUnixDirectory} is a Directory implementation that bypasses the
 OS's buffer cache (using direct IO) for any IndexInput and IndexOutput
 used during merging of segments larger than a specified size (default
 10 MB).  This avoids evicting hot pages that are still in-use for