mirror of https://github.com/apache/lucene.git
LUCENE-1378: Removed remaining authors from javadocs/HTML/java source code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@781055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea155ae99b
commit
8945ac1c13
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
</head>
|
||||
<body>
|
||||
<p>API and code to convert text into indexable/searchable tokens. Covers {@link org.apache.lucene.analysis.Analyzer} and related classes.</p>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Stanislaw Osinski">
|
||||
</head>
|
||||
<body>
|
||||
A fast grammar-based tokenizer constructed with JFlex.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
</head>
|
||||
<body>
|
||||
Code to maintain and access indices.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
</head>
|
||||
<body>
|
||||
A simple query parser implemented with JavaCC.
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
<meta content="Grant Ingersoll" name="Author">
|
||||
</head>
|
||||
<body>
|
||||
Code to search indices.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
</head>
|
||||
<body>
|
||||
Binary i/o API, used for all index data.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Doug Cutting">
|
||||
</head>
|
||||
<body>
|
||||
Some utility classes.
|
||||
|
|
|
@ -31,10 +31,6 @@ import org.apache.lucene.search.Query;
|
|||
import org.apache.lucene.search.TermQuery;
|
||||
import org.apache.lucene.store.RAMDirectory;
|
||||
|
||||
/**
|
||||
* Created on 2005. 2. 9.
|
||||
* <br>Adapted to Lucene testcase by Paul Elschot.
|
||||
*/
|
||||
public class TestBooleanOr extends LuceneTestCase {
|
||||
|
||||
private static String FIELD_T = "T";
|
||||
|
|
Loading…
Reference in New Issue