mirror of https://github.com/apache/lucene.git
add missing javadocs headers (so we dont get the jflex-generated one with paths and dates and timestamps)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78df698172
commit
58e4ab930b
|
@ -1,4 +1,4 @@
|
||||||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
|
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
|
||||||
|
|
||||||
package org.apache.lucene.analysis.charfilter;
|
package org.apache.lucene.analysis.charfilter;
|
||||||
|
|
||||||
|
@ -31,18 +31,11 @@ import org.apache.lucene.analysis.util.CharArrayMap;
|
||||||
import org.apache.lucene.analysis.util.CharArraySet;
|
import org.apache.lucene.analysis.util.CharArraySet;
|
||||||
import org.apache.lucene.analysis.util.OpenStringBuilder;
|
import org.apache.lucene.analysis.util.OpenStringBuilder;
|
||||||
|
|
||||||
|
@SuppressWarnings("fallthrough")
|
||||||
/**
|
/**
|
||||||
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("fallthrough")
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class is a scanner generated by
|
|
||||||
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
|
|
||||||
* on 7/23/13 5:04 PM from the specification file
|
|
||||||
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.jflex</tt>
|
|
||||||
*/
|
|
||||||
public final class HTMLStripCharFilter extends BaseCharFilter {
|
public final class HTMLStripCharFilter extends BaseCharFilter {
|
||||||
|
|
||||||
/** This character denotes the end of file */
|
/** This character denotes the end of file */
|
||||||
|
|
|
@ -29,11 +29,10 @@ import org.apache.lucene.analysis.util.CharArrayMap;
|
||||||
import org.apache.lucene.analysis.util.CharArraySet;
|
import org.apache.lucene.analysis.util.CharArraySet;
|
||||||
import org.apache.lucene.analysis.util.OpenStringBuilder;
|
import org.apache.lucene.analysis.util.OpenStringBuilder;
|
||||||
|
|
||||||
|
@SuppressWarnings("fallthrough")
|
||||||
/**
|
/**
|
||||||
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("fallthrough")
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%unicode 6.1
|
%unicode 6.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
|
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
|
||||||
|
|
||||||
package org.apache.lucene.analysis.standard;
|
package org.apache.lucene.analysis.standard;
|
||||||
|
|
||||||
|
@ -29,13 +29,10 @@ WARNING: if you change ClassicTokenizerImpl.jflex and need to regenerate
|
||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is a scanner generated by
|
* This class implements the classic lucene StandardTokenizer up until 3.0
|
||||||
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
|
|
||||||
* on 7/23/13 5:04 PM from the specification file
|
|
||||||
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/ClassicTokenizerImpl.jflex</tt>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class ClassicTokenizerImpl implements StandardTokenizerInterface {
|
class ClassicTokenizerImpl implements StandardTokenizerInterface {
|
||||||
|
|
||||||
/** This character denotes the end of file */
|
/** This character denotes the end of file */
|
||||||
|
|
|
@ -27,6 +27,9 @@ WARNING: if you change ClassicTokenizerImpl.jflex and need to regenerate
|
||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class implements the classic lucene StandardTokenizer up until 3.0
|
||||||
|
*/
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%class ClassicTokenizerImpl
|
%class ClassicTokenizerImpl
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
|
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
|
||||||
|
|
||||||
package org.apache.lucene.analysis.standard;
|
package org.apache.lucene.analysis.standard;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
|
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
|
||||||
|
|
||||||
package org.apache.lucene.analysis.standard;
|
package org.apache.lucene.analysis.standard;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
|
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
|
||||||
|
|
||||||
package org.apache.lucene.analysis.wikipedia;
|
package org.apache.lucene.analysis.wikipedia;
|
||||||
|
|
||||||
|
@ -21,13 +21,10 @@ package org.apache.lucene.analysis.wikipedia;
|
||||||
|
|
||||||
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is a scanner generated by
|
* JFlex-generated tokenizer that is aware of Wikipedia syntax.
|
||||||
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
|
|
||||||
* on 7/23/13 5:04 PM from the specification file
|
|
||||||
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/wikipedia/WikipediaTokenizerImpl.jflex</tt>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class WikipediaTokenizerImpl {
|
class WikipediaTokenizerImpl {
|
||||||
|
|
||||||
/** This character denotes the end of file */
|
/** This character denotes the end of file */
|
||||||
|
|
|
@ -19,6 +19,9 @@ package org.apache.lucene.analysis.wikipedia;
|
||||||
|
|
||||||
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JFlex-generated tokenizer that is aware of Wikipedia syntax.
|
||||||
|
*/
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%class WikipediaTokenizerImpl
|
%class WikipediaTokenizerImpl
|
||||||
|
|
Loading…
Reference in New Issue