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:
Otis Gospodnetic 2009-06-02 15:16:04 +00:00
parent ea155ae99b
commit 8945ac1c13
8 changed files with 0 additions and 12 deletions

View File

@ -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>

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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";