add a link to Tokenizer and remove the periods in eg - javadoc will use up to the first period for summary

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-20 15:22:39 +00:00
parent 96c2f038f3
commit ff30761dfc
1 changed files with 3 additions and 2 deletions

View File

@ -17,11 +17,12 @@ package org.apache.lucene.analysis.tokenattributes;
* limitations under the License.
*/
import org.apache.lucene.analysis.Tokenizer;
import org.apache.lucene.util.Attribute;
/**
* This attribute can be used to pass different flags down the tokenizer chain,
* e. g. from one TokenFilter to another one.
* This attribute can be used to pass different flags down the {@link Tokenizer} chain,
* eg from one TokenFilter to another one.
*/
public interface FlagsAttribute extends Attribute {
/**