removing all author tags per dev list consensus

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@555343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2007-07-11 17:46:25 +00:00
parent 757aa1f9a0
commit a53367d319
213 changed files with 2 additions and 223 deletions

View File

@ -23,7 +23,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -26,7 +26,6 @@ import org.apache.solr.common.params.SolrParams;
* This is an augmented SolrParams with get/set/add fields for common fields used
* in the Standard and Dismax request handlers
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -25,7 +25,6 @@ import org.apache.solr.common.util.ContentStream;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -29,7 +29,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -19,7 +19,6 @@ package org.apache.solr.client.solrj;
/** Exception to catch all types of communication / parsing issues associated with talking to SOLR
*
* @author wjohnson
* @version $Id$
* @since solr 1.3
*/

View File

@ -45,7 +45,6 @@ import org.apache.solr.servlet.SolrRequestParsers;
* TODO -- this implementation sends the response to XML and then parses it.
* It *should* be able to convert the response directly into a named list.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -38,7 +38,6 @@ import org.mortbay.log.Logger;
/**
* Run solr using jetty
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -34,7 +34,6 @@ import org.apache.solr.common.params.SolrParams;
/**
* Base class that converts the server request into the more verbose general request framework.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -52,7 +52,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -36,7 +36,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -31,7 +31,6 @@ import org.apache.solr.common.util.ContentStream;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -27,7 +27,6 @@ import org.apache.solr.common.util.ContentStream;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -21,7 +21,6 @@ import org.apache.solr.client.solrj.SolrRequest;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -28,7 +28,6 @@ import org.apache.solr.common.util.ContentStream;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -36,7 +36,6 @@ import org.apache.solr.common.util.XML;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -24,7 +24,6 @@ import java.util.List;
* A utility class to hold the facet response. It could use the NamedList container,
* but for JSTL, it is nice to have something that implements List so it can be iterated
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -26,7 +26,6 @@ import org.apache.solr.common.util.NamedList;
/**
* This is an incomplete representation of the data returned from Luke
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -28,7 +28,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -21,7 +21,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import org.apache.solr.common.util.NamedList;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -23,7 +23,6 @@ import org.apache.solr.common.util.NamedList;
/**
* TODO -- mostly a stub until we have a defined output format
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -43,7 +43,6 @@ import org.apache.solr.common.util.XML;
/**
* TODO? should this go in common?
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -31,7 +31,6 @@ import org.apache.solr.common.util.ContentStream;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -39,7 +39,6 @@ import org.apache.solr.util.AbstractSolrTestCase;
*
* This lets us try various SolrServer implementations with the same tests.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -25,7 +25,6 @@ import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import junit.framework.TestCase;
/**
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -24,7 +24,6 @@ import org.apache.solr.core.SolrCore;
/**
* This runs SolrServer test using
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -26,7 +26,6 @@ import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
* http://docs.codehaus.org/display/JETTY/ServletTester
* rather then open a real connection?
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -23,7 +23,6 @@ import java.util.Map;
/**
* Simple abstract implementation that handles init arg processing.
*
* @author yonik
* @version $Id$
*/
public abstract class BaseTokenFilterFactory implements TokenFilterFactory {

View File

@ -22,7 +22,6 @@ import java.util.Map;
/**
* Simple abstract implementation that handles init arg processing.
*
* @author yonik
* @version $Id$
*/
public abstract class BaseTokenizerFactory implements TokenizerFactory {

View File

@ -53,7 +53,6 @@ import java.util.List;
* </pre>
*
*
* @author yonik
* @version $Id$
*/
public abstract class BufferedTokenStream extends TokenStream {

View File

@ -25,8 +25,6 @@ import java.util.Map;
/**
* Creates new instances of {@link EdgeNGramTokenizer}.
* @author Otis Gospodnetic
* @author Adam Hiatt
*/
public class EdgeNGramTokenizerFactory extends BaseTokenizerFactory {
private int maxGramSize = 0;

View File

@ -29,7 +29,6 @@ import java.util.Set;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class EnglishPorterFilterFactory extends BaseTokenFilterFactory {

View File

@ -28,7 +28,6 @@ import java.util.HashMap;
* A Reader that wraps another reader and attempts to strip out HTML constructs.
*
*
* @author yonik
* @version $Id$
*/

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.standard.StandardTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/
public class HTMLStripStandardTokenizerFactory extends BaseTokenizerFactory {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.WhitespaceTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/
public class HTMLStripWhitespaceTokenizerFactory extends BaseTokenizerFactory {

View File

@ -48,7 +48,6 @@ import org.apache.lucene.analysis.*;
* </analyzer>
* </fieldtype>
*
* @author Boris Vitez
*/
public final class HyphenatedWordsFilter extends TokenFilter {

View File

@ -22,7 +22,6 @@ import org.apache.solr.analysis.BaseTokenFilterFactory;
/**
* Factory for HyphenatedWordsFilter
* @author Boris Vitez
*/
public class HyphenatedWordsFilterFactory extends BaseTokenFilterFactory {
public TokenStream create(TokenStream input) {

View File

@ -28,7 +28,6 @@ import java.util.Set;
* A TokenFilter that only keeps tokens with text contained in the
* required words. This filter behaves like the inverse of StopFilter.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -27,7 +27,6 @@ import java.util.Set;
import java.io.IOException;
/**
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -24,7 +24,6 @@ import org.apache.lucene.analysis.Token;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public final class LengthFilter extends TokenFilter {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.LengthFilter;
import java.util.Map;
/**
* @author yonik
* @version $Id$
*/
public class LengthFilterFactory extends BaseTokenFilterFactory {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.LetterTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/
public class LetterTokenizerFactory extends BaseTokenizerFactory {

View File

@ -21,7 +21,6 @@ import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.LowerCaseFilter;
/**
* @author yonik
* @version $Id$
*/
public class LowerCaseFilterFactory extends BaseTokenFilterFactory {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.LowerCaseTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/
public class LowerCaseTokenizerFactory extends BaseTokenizerFactory {

View File

@ -25,8 +25,6 @@ import java.util.Map;
/**
* Creates new instances of {@link NGramTokenizer}.
* @author Otis Gospodnetic
* @author Adam Hiatt
*/
public class NGramTokenizerFactory extends BaseTokenizerFactory {
private int maxGramSize = 0;

View File

@ -54,7 +54,6 @@ import java.util.regex.Pattern;
* but using group=1, the output would be: bbb and ccc (no ' marks)
*
*
* @author ryan
* @since solr1.2
* @version $Id:$
*/

View File

@ -28,7 +28,7 @@ import java.io.IOException;
* Create tokens for phonetic matches. See:
* http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html
*
* @version $Id:$
* @version $Id$
*/
public class PhoneticFilter extends TokenFilter
{

View File

@ -21,7 +21,6 @@ import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.PorterStemFilter;
/**
* @author yonik
* @version $Id$
*/
public class PorterStemFilterFactory extends BaseTokenFilterFactory {

View File

@ -28,7 +28,6 @@ import org.apache.solr.core.SolrCore;
* Browsing the code, SnowballFilter uses reflection to adapt to Lucene... don't
* use this if you are concerned about speed. Use EnglishPorterFilterFactory.
*
* @author yonik
* @version $Id$
*/

View File

@ -20,7 +20,6 @@ package org.apache.solr.analysis;
import org.apache.lucene.analysis.Analyzer;
/**
* @author yonik
* @version $Id$
*/
public abstract class SolrAnalyzer extends Analyzer {

View File

@ -21,7 +21,6 @@ import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.standard.StandardFilter;
/**
* @author yonik
* @version $Id$
*/
public class StandardFilterFactory extends BaseTokenFilterFactory {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.standard.StandardTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/

View File

@ -28,7 +28,6 @@ import java.util.Set;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class StopFilterFactory extends BaseTokenFilterFactory {

View File

@ -34,7 +34,6 @@ import java.util.LinkedList;
* <p>
* Generated synonyms will start at the same position as the first matched source token.
*
* @author yonik
* @version $Id$
*/
public class SynonymFilter extends TokenFilter {

View File

@ -27,7 +27,6 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* @author yonik
* @version $Id$
*/
public class SynonymFilterFactory extends BaseTokenFilterFactory {

View File

@ -23,7 +23,6 @@ import java.util.*;
/** Mapping rules for use with {@link org.apache.solr.analysis.SynonymFilter}
*
* @author yonik
* @version $Id$
*/
public class SynonymMap {

View File

@ -45,7 +45,6 @@ import java.util.Map;
* A single instance of any registered TokenFilterFactory is created
* via the default constructor and is reused for each FieldType.
* </p>
* @author yonik
* @version $Id$
*/

View File

@ -24,7 +24,6 @@ import org.apache.solr.analysis.TokenizerFactory;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/

View File

@ -45,7 +45,6 @@ import org.apache.lucene.analysis.*;
* A single instance of any registered TokenizerFactory is created
* via the default constructor and is reused for each FieldType.
* </p>
* @author yonik
* @version $Id$
*/
public interface TokenizerFactory {

View File

@ -23,7 +23,6 @@ import org.apache.lucene.analysis.WhitespaceTokenizer;
import java.io.Reader;
/**
* @author yonik
* @version $Id$
*/
public class WhitespaceTokenizerFactory extends BaseTokenizerFactory {

View File

@ -58,7 +58,6 @@ import java.util.List;
* this filter be used after a tokenizer that does not do this
* (such as WhitespaceTokenizer).
*
* @author yonik
* @version $Id$
*/

View File

@ -22,7 +22,6 @@ import org.apache.lucene.analysis.TokenStream;
import java.util.Map;
/**
* @author yonik
* @version $Id$
*/
public class WordDelimiterFilterFactory extends BaseTokenFilterFactory {

View File

@ -32,7 +32,6 @@ import java.util.Set;
* For indexing documents, use the SolrInputDocumet that contains extra information
* for document and field boosting.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -24,7 +24,6 @@ import java.util.ArrayList;
* Represent a list of SolrDocuments returned from a search. This includes
* position and offset information.
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import java.io.CharArrayWriter;
import java.io.PrintWriter;
/**
* @author yonik
* @version $Id$
*/
public class SolrException extends RuntimeException {

View File

@ -31,7 +31,6 @@ import java.util.Collection;
* By default, this will keep every field value added to the document. To only
* keep distinct values, use setRemoveDuplicateFieldValues( "fieldname", true );
*
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import java.util.Collection;
import java.util.Iterator;
/**
* @author ryan
* @version $Id$
* @since solr 1.3
*/

View File

@ -22,7 +22,6 @@ import java.util.Iterator;
import org.apache.solr.common.util.IteratorChain;
/**
* @author yonik
* @version $Id$
*/
public class DefaultSolrParams extends SolrParams {

View File

@ -24,7 +24,6 @@ import java.util.Map;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class MapSolrParams extends SolrParams {

View File

@ -30,7 +30,6 @@ import java.util.Set;
* parameters after it is initialized. It has helper functions to set/add
* integer and boolean param values.
*
* @author ryan
* @since solr 1.3
*/
public class ModifiableSolrParams extends SolrParams

View File

@ -24,7 +24,6 @@ import java.util.Map;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class MultiMapSolrParams extends SolrParams {

View File

@ -31,7 +31,6 @@ import java.util.Iterator;
* (If you pass in <code>null</code> as the default value, you can
* get a null return value)
*
* @author jjl
* @version $Id$
* @since solr 1.2
*/

View File

@ -27,7 +27,6 @@ import org.apache.solr.common.util.SimpleOrderedMap;
/** SolrParams hold request parameters.
*
* @author yonik
* @version $Id$
*/
public abstract class SolrParams {

View File

@ -20,7 +20,6 @@ package org.apache.solr.common.params;
/**
* A collection of standard params used by Update handlers
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -22,7 +22,6 @@ import java.io.InputStream;
import java.io.Reader;
/**
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -33,7 +33,6 @@ import java.net.URLConnection;
/**
* Three concrete implementations for ContentStream - one for File/URL/String
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -29,7 +29,6 @@ import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
/**
* @author yonik
* @version $Id$
*/
public class DOMUtil {

View File

@ -47,7 +47,6 @@ import java.io.Serializable;
* or simply use a regular {@link Map}
* </p>
*
* @author yonik
* @version $Id$
*/
public class NamedList<T> implements Cloneable, Serializable, Iterable<Map.Entry<String,T>> {

View File

@ -22,7 +22,6 @@ import java.util.ArrayList;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class StrUtils {

View File

@ -21,7 +21,6 @@ import java.io.Writer;
import java.io.IOException;
/**
* @author yonik
* @version $Id$
*/
public class XML {

View File

@ -21,7 +21,6 @@ import org.apache.solr.common.util.NamedList;
import org.apache.solr.search.SolrIndexSearcher;
/**
* @author yonik
*/
class AbstractSolrEventListener implements SolrEventListener {
protected NamedList args;

View File

@ -44,7 +44,6 @@ import java.net.URL;
import java.net.MalformedURLException;
/**
* @author yonik
* @version $Id$
*/
public class Config {

View File

@ -27,7 +27,6 @@ import org.apache.solr.request.SolrQueryResponse;
import java.util.List;
/**
* @author yonik
* @version $Id$
*/
class QuerySenderListener extends AbstractSolrEventListener {

View File

@ -38,7 +38,6 @@ import org.w3c.dom.NodeList;
import org.w3c.dom.Node;
/**
* @author yonik
*/
final class RequestHandlers {
public static Logger log = Logger.getLogger(RequestHandlers.class.getName());
@ -190,7 +189,6 @@ final class RequestHandlers {
* This is a private class - if there is a real need for it to be public, it could
* move
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -28,7 +28,6 @@ import java.util.ArrayList;
import java.util.logging.Level;
/**
* @author yonik
*/
class RunExecutableListener extends AbstractSolrEventListener {
protected String[] cmd;

View File

@ -37,7 +37,6 @@ import java.io.InputStream;
* configuration data for a a Solr instance -- typically found in
* "solrconfig.xml".
*
* @author yonik
* @version $Id$
*/
public class SolrConfig {

View File

@ -64,8 +64,6 @@ import org.w3c.dom.NodeList;
/**
* @author yonik
* @author <a href='mailto:mbaranczak@epublishing.com'> Mike Baranczak </a>
* @version $Id$
*/

View File

@ -23,7 +23,6 @@ import org.apache.solr.search.SolrIndexSearcher;
import java.util.logging.Logger;
/**
* @author yonik
* @version $Id$
*/
public interface SolrEventListener {

View File

@ -26,7 +26,6 @@ import org.apache.solr.common.util.NamedList;
* for use by objects which are 'pluggable' to make server administration
* easier.
*
* @author ronp
* @version $Id$
*/
public interface SolrInfoMBean {

View File

@ -22,7 +22,6 @@ import org.apache.solr.core.SolrInfoMBean;
import java.util.*;
/**
* @author ronp
* @version $Id$
*/

View File

@ -35,7 +35,6 @@ import java.util.List;
import java.io.*;
/**
* @author yonik
* @version $Id$
*/

View File

@ -30,7 +30,6 @@ import org.apache.solr.update.CommitUpdateCommand;
/**
* Common helper functions for RequestHandlers
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -44,7 +44,6 @@ import java.util.logging.Logger;
* The spellchecker used by this handler is the Lucene contrib SpellChecker.
* @see <a href="http://wiki.apache.org/jakarta-lucene/SpellChecker">The Lucene Spellchecker documentation</a>
*
* @author Otis Gospodnetic
*/
public class SpellCheckerRequestHandler extends RequestHandlerBase {

View File

@ -41,7 +41,6 @@ import org.apache.solr.highlight.SolrHighlighter;
import static org.apache.solr.common.params.SolrParams.*;
/**
* @author yonik
* @version $Id$
*
* All of the following options may be configured for this handler

View File

@ -25,7 +25,6 @@ import org.apache.solr.request.SolrQueryRequest;
* implementation does nothing except pass the commands directly to the
* UpdateHandler
*
* @author ryan
* @since solr 1.3
*/
public class UpdateRequestProcessorFactory

View File

@ -37,7 +37,6 @@ import org.apache.solr.request.SolrQueryResponse;
* that it works nicely with an XSLT transformation. Until we have a nice
* XSLT front end for /admin, the format is still open to change.
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -27,7 +27,6 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.request.SolrQueryResponse;
/**
* @author ryan
* @version $Id$
* @since solr 1.2
*/

View File

@ -50,7 +50,6 @@ import org.apache.solr.schema.IndexSchema;
* that it works nicely with an XSLT transformation. Until we have a nice
* XSLT front end for /admin, the format is still open to change.
*
* @author ryan
* @version $Id$
* @since solr 1.2
*/

Some files were not shown because too many files have changed in this diff Show More