mirror of https://github.com/apache/lucene.git
Fixed broken javadoc links.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53b8f808b4
commit
4b0fe4cfa2
|
@ -81,7 +81,7 @@ abstract public class Analyzer {
|
||||||
/** Creates a TokenStream which tokenizes all the text in the provided
|
/** Creates a TokenStream which tokenizes all the text in the provided
|
||||||
* Reader. Provided for backward compatibility only.
|
* Reader. Provided for backward compatibility only.
|
||||||
* @deprecated use tokenStream(String, Reader) instead.
|
* @deprecated use tokenStream(String, Reader) instead.
|
||||||
* @see tokenStream(String, Reader)
|
* @see #tokenStream(String, Reader)
|
||||||
*/
|
*/
|
||||||
public TokenStream tokenStream(Reader reader)
|
public TokenStream tokenStream(Reader reader)
|
||||||
{
|
{
|
||||||
|
|
|
@ -168,7 +168,7 @@ SKIP : { // skip unrecognized chars
|
||||||
|
|
||||||
/** Returns the next token in the stream, or null at EOS.
|
/** Returns the next token in the stream, or null at EOS.
|
||||||
* <p>The returned token's type is set to an element of {@link
|
* <p>The returned token's type is set to an element of {@link
|
||||||
* StandardTokenizerConstants.tokenImage}.
|
* StandardTokenizerConstants#tokenImage}.
|
||||||
*/
|
*/
|
||||||
org.apache.lucene.analysis.Token next() throws IOException :
|
org.apache.lucene.analysis.Token next() throws IOException :
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue