You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/10/25 05:11:41 UTC

svn commit: r1401963 - in /lucene/dev/trunk: lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/ lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/ lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/ l...

Author: rmuir
Date: Thu Oct 25 03:11:40 2012
New Revision: 1401963

URL: http://svn.apache.org/viewvc?rev=1401963&view=rev
Log:
fix a bunch of unbalanced tags (cannot yet commit checker, java6 makes all kinds of bogus html)

Modified:
    lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/package.html
    lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/package.html
    lucene/dev/trunk/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/PhoneticFilterFactory.java
    lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/package.html
    lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/package.html
    lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html
    lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/package.html
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene40/package.html
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene41/package.html
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/DocIdSet.java
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/SearcherLifetimeManager.java
    lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html
    lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/util/encoding/ChunksIntEncoder.java
    lucene/dev/trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/analysis/ReversedWildcardFilter.java
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java

Modified: lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/package.html (original)
+++ lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/payloads/package.html Thu Oct 25 03:11:40 2012
@@ -20,11 +20,6 @@
     <TITLE>org.apache.lucene.analysis.payloads</TITLE>
 </HEAD>
 <BODY>
-<DIV>Provides various convenience classes for creating payloads on Tokens.
-</DIV>
-<DIV>&nbsp;</DIV>
-<DIV align="center">
-Copyright &copy; 2007 <A HREF="http://www.apache.org">Apache Software Foundation</A>
-</DIV>
+Provides various convenience classes for creating payloads on Tokens.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/package.html (original)
+++ lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sinks/package.html Thu Oct 25 03:11:40 2012
@@ -16,32 +16,10 @@
  limitations under the License.
 -->
 <HTML>
- <!--
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- --><HEAD>
-    <TITLE>org.apache.lucene.analysis.sinks</TITLE>
+<HEAD>
+   <TITLE>org.apache.lucene.analysis.sinks</TITLE>
 </HEAD>
 <BODY>
-<DIV>Implementations of the SinkTokenizer that might be useful.
-</DIV>
-<DIV>&nbsp;</DIV>
-<DIV align="center">
-Copyright &copy; 2007 <A HREF="http://www.apache.org">Apache Software Foundation</A>
-</DIV>
+Implementations of the SinkTokenizer that might be useful.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: lucene/dev/trunk/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/PhoneticFilterFactory.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/PhoneticFilterFactory.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/PhoneticFilterFactory.java (original)
+++ lucene/dev/trunk/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/PhoneticFilterFactory.java Thu Oct 25 03:11:40 2012
@@ -41,12 +41,12 @@ import org.apache.lucene.analysis.util.T
  * <p>
  * This takes one required argument, "encoder", and the rest are optional:
  * <dl>
- *  <dt>encoder<dd> required, one of "DoubleMetaphone", "Metaphone", "Soundex", "RefinedSoundex", "Caverphone" (v2.0),
+ *  <dt>encoder</dt><dd> required, one of "DoubleMetaphone", "Metaphone", "Soundex", "RefinedSoundex", "Caverphone" (v2.0),
  *  or "ColognePhonetic" (case insensitive). If encoder isn't one of these, it'll be resolved as a class name either by
- *  itself if it already contains a '.' or otherwise as in the same package as these others.
- *  <dt>inject<dd> (default=true) add tokens to the stream with the offset=0
- *  <dt>maxCodeLength<dd>The maximum length of the phonetic codes, as defined by the encoder. If an encoder doesn't
- *  support this then specifying this is an error.
+ *  itself if it already contains a '.' or otherwise as in the same package as these others.</dd>
+ *  <dt>inject</dt><dd> (default=true) add tokens to the stream with the offset=0</dd>
+ *  <dt>maxCodeLength</dt><dd>The maximum length of the phonetic codes, as defined by the encoder. If an encoder doesn't
+ *  support this then specifying this is an error.</dd>
  * </dl>
  *
  * <pre class="prettyprint" >

Modified: lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/package.html (original)
+++ lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/package.html Thu Oct 25 03:11:40 2012
@@ -19,11 +19,7 @@
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
-<div>
 SmartChineseAnalyzer Hidden Markov Model package.
-</div>
-<div>
 @lucene.experimental
-</div>
 </body>
 </html>

Modified: lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/package.html (original)
+++ lucene/dev/trunk/lucene/analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/package.html Thu Oct 25 03:11:40 2012
@@ -20,12 +20,8 @@
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
-<div>
 Analyzer for Simplified Chinese, which indexes words.
-</div>
-<div>
 @lucene.experimental
-</div>
 <div>
 Three analyzers are provided for Chinese, each of which treats Chinese text in a different way.
 <ul>

Modified: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html Thu Oct 25 03:11:40 2012
@@ -20,8 +20,8 @@
     <TITLE>Benchmarking Lucene By Tasks</TITLE>
 </HEAD>
 <BODY>
-<DIV>
 Benchmarking Lucene By Tasks.
+<DIV>
 <p>
 This package provides "task based" performance benchmarking of Lucene.
 One can use the predefined benchmarks, or create new ones.
@@ -251,7 +251,7 @@ The following is an informal description
        fixed, so for deletion in loops it is better to use the
        <code>doc.delete.step</code> property.
    </li>
-   <li><b>SetProp</b> takes a <code>name,value<code> mandatory param,
+   <li><b>SetProp</b> takes a <code>name,value</code> mandatory param,
        ',' used as a separator.
    </li>
    <li><b>SearchTravRetTask</b> and <b>SearchTravTask</b> take a numeric

Modified: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/package.html (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/package.html Thu Oct 25 03:11:40 2012
@@ -20,9 +20,10 @@
     <TITLE>Lucene Benchmarking Package</TITLE>
 </HEAD>
 <BODY>
+The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.
 <DIV>
-    <p/>
-    The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora. ANT will
+<p/>
+    ANT will
     download the corpus automatically, place it in a temp directory and then unpack it to the working.dir directory specified in the build.
     The temp directory
     and working directory can be safely removed after a run. However, the next time the task is run, it will need to download the files again.

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene40/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene40/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene40/package.html (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene40/package.html Thu Oct 25 03:11:40 2012
@@ -27,20 +27,21 @@ Lucene 4.0 file format.
 <ul>
 <li><a href="#Introduction">Introduction</a></li>
 <li><a href="#Definitions">Definitions</a>
-<ul>
-<li><a href="#Inverted_Indexing">Inverted Indexing</a></li>
-<li><a href="#Types_of_Fields">Types of Fields</a></li>
-<li><a href="#Segments">Segments</a></li>
-<li><a href="#Document_Numbers">Document Numbers</a></li>
-</ul>
+  <ul>
+  <li><a href="#Inverted_Indexing">Inverted Indexing</a></li>
+  <li><a href="#Types_of_Fields">Types of Fields</a></li>
+  <li><a href="#Segments">Segments</a></li>
+  <li><a href="#Document_Numbers">Document Numbers</a></li>
+  </ul>
 </li>
 <li><a href="#Overview">Index Structure Overview</a></li>
 <li><a href="#File_Naming">File Naming</a></li>
 <li><a href="#file-names">Summary of File Extensions</a></li>
-<ul>
-<li><a href="#Lock_File">Lock File</a></li>
-<li><a href="#History">History</a></li>
-<li><a href="#Limitations">Limitations</a></li>
+  <ul>
+  <li><a href="#Lock_File">Lock File</a></li>
+  <li><a href="#History">History</a></li>
+  <li><a href="#Limitations">Limitations</a></li>
+  </ul>
 </ul>
 </div>
 <a name="Introduction"></a>

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene41/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene41/package.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene41/package.html (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/lucene41/package.html Thu Oct 25 03:11:40 2012
@@ -27,20 +27,21 @@ Lucene 4.1 file format.
 <ul>
 <li><a href="#Introduction">Introduction</a></li>
 <li><a href="#Definitions">Definitions</a>
-<ul>
-<li><a href="#Inverted_Indexing">Inverted Indexing</a></li>
-<li><a href="#Types_of_Fields">Types of Fields</a></li>
-<li><a href="#Segments">Segments</a></li>
-<li><a href="#Document_Numbers">Document Numbers</a></li>
-</ul>
+  <ul>
+  <li><a href="#Inverted_Indexing">Inverted Indexing</a></li>
+  <li><a href="#Types_of_Fields">Types of Fields</a></li>
+  <li><a href="#Segments">Segments</a></li>
+  <li><a href="#Document_Numbers">Document Numbers</a></li>
+  </ul>
 </li>
 <li><a href="#Overview">Index Structure Overview</a></li>
 <li><a href="#File_Naming">File Naming</a></li>
 <li><a href="#file-names">Summary of File Extensions</a></li>
-<ul>
-<li><a href="#Lock_File">Lock File</a></li>
-<li><a href="#History">History</a></li>
-<li><a href="#Limitations">Limitations</a></li>
+  <ul>
+  <li><a href="#Lock_File">Lock File</a></li>
+  <li><a href="#History">History</a></li>
+  <li><a href="#Limitations">Limitations</a></li>
+  </ul>
 </ul>
 </div>
 <a name="Introduction"></a>

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/DocIdSet.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/DocIdSet.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/DocIdSet.java (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/DocIdSet.java Thu Oct 25 03:11:40 2012
@@ -83,7 +83,7 @@ public abstract class DocIdSet {
    * should be cached without copying it into a BitSet. The default is to return
    * <code>false</code>. If you have an own <code>DocIdSet</code> implementation
    * that does its iteration very effective and fast without doing disk I/O,
-   * override this method and return <code>true</here>.
+   * override this method and return <code>true</code>.
    */
   public boolean isCacheable() {
     return false;

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/SearcherLifetimeManager.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/SearcherLifetimeManager.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/SearcherLifetimeManager.java (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/search/SearcherLifetimeManager.java Thu Oct 25 03:11:40 2012
@@ -289,7 +289,7 @@ public class SearcherLifetimeManager imp
    *  should still call {@link #release} after they are
    *  done.
    *
-   *  <p><b>NOTE: you must ensure no other threads are
+   *  <p><b>NOTE</b>: you must ensure no other threads are
    *  calling {@link #record} while you call close();
    *  otherwise it's possible not all searcher references
    *  will be freed. */

Modified: lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html (original)
+++ lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html Thu Oct 25 03:11:40 2012
@@ -134,6 +134,7 @@ table.code_description td {
 <li class="toc_first"><a href="#optimizations">Optimizations</a></li>
 <li class="toc_first"><a href="#concurrent_indexing_search">Concurrent Indexing and Search</a></li>
 </ol>
+</div>
 
 <h1 class="section"><a name="intro">Introduction</a></h1>
 <p>

Modified: lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/util/encoding/ChunksIntEncoder.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/util/encoding/ChunksIntEncoder.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/util/encoding/ChunksIntEncoder.java (original)
+++ lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/util/encoding/ChunksIntEncoder.java Thu Oct 25 03:11:40 2012
@@ -47,7 +47,7 @@ import java.io.OutputStream;
  * manner: <code><pre class="prettyprint">
  * IntEncoder fourFlags = 
  *         new SortingEncoderFilter(new UniqueValuesIntEncoder(new DGapIntEncoder(new FlagsIntEncoderImpl())));
- * </code></pre>
+ * </pre></code>
  * 
  * @lucene.experimental
  */

Modified: lucene/dev/trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java (original)
+++ lucene/dev/trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.java Thu Oct 25 03:11:40 2012
@@ -98,6 +98,7 @@ import org.apache.lucene.util.fst.Util;
  *
  *   <li> Lookups with the empty string return no results
  *        instead of all results.
+ * </ul>
  * 
  * @lucene.experimental
  */

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/analysis/ReversedWildcardFilter.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/analysis/ReversedWildcardFilter.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/analysis/ReversedWildcardFilter.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/analysis/ReversedWildcardFilter.java Thu Oct 25 03:11:40 2012
@@ -27,7 +27,7 @@ import org.apache.lucene.analysis.tokena
  * This class produces a special form of reversed tokens, suitable for
  * better handling of leading wildcards. Tokens from the input TokenStream
  * are reversed and prepended with a special "reversed" marker character.
- * If <code>withOriginal<code> argument is <code>true</code> then first the
+ * If <code>withOriginal</code> argument is <code>true</code> then first the
  * original token is returned, and then the reversed token (with
  * <code>positionIncrement == 0</code>) is returned. Otherwise only reversed
  * tokens are returned.

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java?rev=1401963&r1=1401962&r2=1401963&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java Thu Oct 25 03:11:40 2012
@@ -189,8 +189,8 @@ public final class RequestHandlers {
     
 
   /**
-   * The <code>LazyRequestHandlerWrapper</core> wraps any {@link SolrRequestHandler}.  
-   * Rather then instanciate and initalize the handler on startup, this wrapper waits
+   * The <code>LazyRequestHandlerWrapper</code> wraps any {@link SolrRequestHandler}.  
+   * Rather then instantiate and initialize the handler on startup, this wrapper waits
    * until it is actually called.  This should only be used for handlers that are
    * unlikely to be used in the normal lifecycle.
    *