You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2009/12/15 23:17:03 UTC

svn commit: r891032 - in /incubator/lucene.net/trunk/C#/src/Lucene.Net: Analysis/ Analysis/Standard/ Analysis/Tokenattributes/ Index/ QueryParser/ Search/ Search/Function/ Search/Payloads/ Search/Spans/ Store/ Util/

Author: digy
Date: Tue Dec 15 22:17:02 2009
New Revision: 891032

URL: http://svn.apache.org/viewvc?rev=891032&view=rev
Log:
Some more XML documentation clean up

Modified:
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/CharArraySet.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/StopFilter.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Token.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/CheckIndex.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/ConcurrentMergeScheduler.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsConsumer.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsWriter.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexFileNames.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexWriter.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogByteSizeMergePolicy.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogDocMergePolicy.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogMergePolicy.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfo.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfos.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentReader.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosReader.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosWriter.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorMapper.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorsReader.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermsHashPerField.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/ParseException.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionMaxQuery.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionSumScorer.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DocIdSet.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FieldComparator.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FilteredDocIdSetIterator.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ByteFieldSource.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/FloatFieldSource.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/IntFieldSource.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/OrdFieldSource.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ShortFieldSource.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Hits.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/MultiPhraseQuery.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeFilter.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeQuery.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadFunction.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadNearQuery.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Similarity.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Spans/Spans.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/TermScorer.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/Directory.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/IndexOutput.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockObtainFailedException.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockReleaseFailedException.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockStressTest.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/VerifyingLockFactory.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/BitUtil.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Constants.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/FieldCacheSanityChecker.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSet.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSetIterator.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Version.cs

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/CharArraySet.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/CharArraySet.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/CharArraySet.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/CharArraySet.cs Tue Dec 15 22:17:02 2009
@@ -321,8 +321,8 @@
 			*/
 			return new UnmodifiableCharArraySet(set_Renamed.entries, set_Renamed.ignoreCase, set_Renamed.count);
 		}
-		
-		/// <summary>The Iterator<String> for this set.  Strings are constructed on the fly, so
+
+        /// <summary>The Iterator&lt;String&gt; for this set.  Strings are constructed on the fly, so
 		/// use <code>nextCharArray</code> for more efficient access. 
 		/// </summary>
 		public class CharArraySetIterator : System.Collections.IEnumerator
@@ -332,7 +332,7 @@
 				this.enclosingInstance = enclosingInstance;
 			}
 			private CharArraySet enclosingInstance;
-			/// <summary>Returns the next String, as a Set<String> would...
+            /// <summary>Returns the next String, as a Set&lt;String&gt; would...
 			/// use nextCharArray() for better efficiency. 
 			/// </summary>
 			public virtual System.Object Current

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs Tue Dec 15 22:17:02 2009
@@ -228,11 +228,11 @@
 		/// matched text
 		/// </summary>
 		private int yycolumn;
-		
-		/// <summary> zzAtBOL == true <=> the scanner is currently at the beginning of a line</summary>
+
+        /// <summary> zzAtBOL == true &lt;=&gt; the scanner is currently at the beginning of a line</summary>
 		private bool zzAtBOL = true;
-		
-		/// <summary>zzAtEOF == true <=> the scanner is at the EOF </summary>
+
+        /// <summary>zzAtEOF == true &lt;=&gt; the scanner is at the EOF </summary>
 		private bool zzAtEOF;
 		
 		/* user code: */

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/StopFilter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/StopFilter.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/StopFilter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/StopFilter.cs Tue Dec 15 22:17:02 2009
@@ -193,7 +193,7 @@
 		/// an Analyzer is constructed.
 		/// 
 		/// </summary>
-		/// <seealso cref="MakeStopSet(java.lang.String[], boolean) passing false to ignoreCase">
+		/// <seealso cref="MakeStopSet(java.lang.String[], boolean)"> passing false to ignoreCase
 		/// </seealso>
 		public static System.Collections.Hashtable MakeStopSet(System.String[] stopWords)
 		{
@@ -206,7 +206,7 @@
 		/// an Analyzer is constructed.
 		/// 
 		/// </summary>
-		/// <seealso cref="MakeStopSet(java.lang.String[], boolean) passing false to ignoreCase">
+		/// <seealso cref="MakeStopSet(java.lang.String[], boolean)"> passing false to ignoreCase
 		/// </seealso>
 		public static System.Collections.Hashtable MakeStopSet(System.Collections.IList stopWords)
 		{
@@ -262,7 +262,7 @@
 			return false;
 		}
 		
-		/// <seealso cref="setEnablePositionIncrementsDefault(boolean).">
+		/// <seealso cref="SetEnablePositionIncrementsDefault(bool)">
 		/// </seealso>
 		/// <deprecated> Please specify this when you create the StopFilter
 		/// </deprecated>
@@ -301,7 +301,7 @@
 		/// Default : false.
 		/// 
 		/// </summary>
-		/// <seealso cref="setEnablePositionIncrements(boolean).">
+		/// <seealso cref="setEnablePositionIncrements(bool)">
 		/// </seealso>
 		/// <deprecated> Please specify this when you create the StopFilter
 		/// </deprecated>
@@ -311,7 +311,7 @@
 			ENABLE_POSITION_INCREMENTS_DEFAULT = defaultValue;
 		}
 		
-		/// <seealso cref="setEnablePositionIncrements(boolean).">
+		/// <seealso cref="SetEnablePositionIncrements(bool)">
 		/// </seealso>
 		public bool GetEnablePositionIncrements()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Token.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/Token.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Token.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Token.cs Tue Dec 15 22:17:02 2009
@@ -203,7 +203,7 @@
 		{
 		}
 		
-		/// <summary>Constructs a Token with null text and start & end
+		/// <summary>Constructs a Token with null text and start &amp; end
 		/// offsets.
 		/// </summary>
 		/// <param name="start">start offset in the source text
@@ -216,7 +216,7 @@
 			endOffset = end;
 		}
 		
-		/// <summary>Constructs a Token with null text and start & end
+		/// <summary>Constructs a Token with null text and start &amp; end
 		/// offsets plus the Token type.
 		/// </summary>
 		/// <param name="start">start offset in the source text
@@ -232,7 +232,7 @@
 			type = typ;
 		}
 		
-		/// <summary> Constructs a Token with null text and start & end
+		/// <summary> Constructs a Token with null text and start &amp; end
 		/// offsets plus flags. NOTE: flags is EXPERIMENTAL.
 		/// </summary>
 		/// <param name="start">start offset in the source text
@@ -249,7 +249,7 @@
 		}
 		
 		/// <summary>Constructs a Token with the given term text, and start
-		/// & end offsets.  The type defaults to "word."
+		/// &amp; end offsets.  The type defaults to "word."
 		/// <b>NOTE:</b> for better indexing speed you should
 		/// instead use the char[] termBuffer methods to set the
 		/// term text.
@@ -268,7 +268,7 @@
 		}
 		
 		/// <summary>Constructs a Token with the given text, start and end
-		/// offsets, & type.  <b>NOTE:</b> for better indexing
+		/// offsets, &amp; type.  <b>NOTE:</b> for better indexing
 		/// speed you should instead use the char[] termBuffer
 		/// methods to set the term text.
 		/// </summary>
@@ -289,7 +289,7 @@
 		}
 		
 		/// <summary>  Constructs a Token with the given text, start and end
-		/// offsets, & type.  <b>NOTE:</b> for better indexing
+		/// offsets, &amp; type.  <b>NOTE:</b> for better indexing
 		/// speed you should instead use the char[] termBuffer
 		/// methods to set the term text.
 		/// </summary>
@@ -310,7 +310,7 @@
 		}
 		
 		/// <summary>  Constructs a Token with the given term buffer (offset
-		/// & length), start and end
+		/// &amp; length), start and end
 		/// offsets
 		/// </summary>
 		/// <param name="startTermBuffer">
@@ -343,14 +343,14 @@
 		/// including either stem will match.  In this case, all but the first stem's
 		/// increment should be set to zero: the increment of the first instance
 		/// should be one.  Repeating a token with an increment of zero can also be
-		/// used to boost the scores of matches on that token.
+		/// used to boost the scores of matches on that token.</li>
 		/// 
 		/// <li>Set it to values greater than one to inhibit exact phrase matches.
 		/// If, for example, one does not want phrases to match across removed stop
 		/// words, then one could build a stop word filter that removes stop words and
 		/// also sets the increment to the number of stop words removed before each
 		/// non-stop word.  Then exact phrase queries will only match when the terms
-		/// occur with no intervening stop words.
+		/// occur with no intervening stop words.</li>
 		/// 
 		/// </ul>
 		/// </summary>
@@ -644,9 +644,9 @@
 			this.endOffset = offset;
 		}
 		
-		/// <summary>Set the starting and ending offset.</summary>
-		/// <seealso cref="StartOffset() and #endOffset()">
-		/// </seealso>
+		/// <summary>Set the starting and ending offset.
+		/// See StartOffset() and EndOffset()
+		/// </summary>
 		public virtual void  SetOffset(int startOffset, int endOffset)
 		{
 			this.startOffset = startOffset;
@@ -750,7 +750,7 @@
 			return t;
 		}
 		
-		/// <summary>Makes a clone, but replaces the term buffer &
+		/// <summary>Makes a clone, but replaces the term buffer &amp;
 		/// start/end offset in the process.  This is more
 		/// efficient than doing a full clone (and then calling
 		/// setTermBuffer) because it saves a wasted copy of the old

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs Tue Dec 15 22:17:02 2009
@@ -34,9 +34,9 @@
 		int StartOffset();
 		
 		
-		/// <summary>Set the starting and ending offset.</summary>
-		/// <seealso cref="StartOffset() and #endOffset()">
-		/// </seealso>
+		/// <summary>Set the starting and ending offset.
+        /// See StartOffset() and EndOffset()
+        /// </summary>
 		void  SetOffset(int startOffset, int endOffset);
 		
 		

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs Tue Dec 15 22:17:02 2009
@@ -39,11 +39,11 @@
 		{
 			return startOffset;
 		}
-		
-		
-		/// <summary>Set the starting and ending offset.</summary>
-		/// <seealso cref="StartOffset() and #endOffset()">
-		/// </seealso>
+
+
+        /// <summary>Set the starting and ending offset.
+        /// See StartOffset() and EndOffset()
+        /// </summary>
 		public virtual void  SetOffset(int startOffset, int endOffset)
 		{
 			this.startOffset = startOffset;

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/CheckIndex.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/CheckIndex.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/CheckIndex.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/CheckIndex.cs Tue Dec 15 22:17:02 2009
@@ -181,8 +181,8 @@
 				/// <seealso cref="AbstractField.setOmitTermFreqAndPositions">
 				/// </seealso>
 				public bool hasProx;
-				
-				/// <summary>Map<String, String> that includes certain
+
+                /// <summary>Map&lt;String, String&gt; that includes certain
 				/// debugging details that IndexWriter records into
 				/// each segment it creates 
 				/// </summary>
@@ -915,12 +915,12 @@
 		/// java -ea:Lucene.Net... Lucene.Net.Index.CheckIndex pathToIndex [-fix] [-segment X] [-segment Y]
 		/// </pre>
 		/// <ul>
-		/// <li><code>-fix</code>: actually write a new segments_N file, removing any problematic segments
+		/// <li><code>-fix</code>: actually write a new segments_N file, removing any problematic segments</li>
 		/// <li><code>-segment X</code>: only check the specified
 		/// segment(s).  This can be specified multiple times,
 		/// to check more than one segment, eg <code>-segment _2
 		/// -segment _a</code>.  You can't use this with the -fix
-		/// option.
+		/// option.</li>
 		/// </ul>
 		/// <p/><b>WARNING</b>: <code>-fix</code> should only be used on an emergency basis as it will cause
 		/// documents (perhaps many) to be permanently removed from the index.  Always make

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/ConcurrentMergeScheduler.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/ConcurrentMergeScheduler.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/ConcurrentMergeScheduler.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/ConcurrentMergeScheduler.cs Tue Dec 15 22:17:02 2009
@@ -71,7 +71,7 @@
 		}
 		
 		/// <summary>Get the max # simultaneous threads that may be</summary>
-		/// <seealso cref="setMaxThreadCount.">
+		/// <seealso cref="setMaxThreadCount">
 		/// </seealso>
 		public virtual int GetMaxThreadCount()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsConsumer.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/FormatPostingsPositionsConsumer.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsConsumer.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsConsumer.cs Tue Dec 15 22:17:02 2009
@@ -25,12 +25,12 @@
 	abstract class FormatPostingsPositionsConsumer
 	{
 		
-		/// <summary>Add a new position & payload.  If payloadLength > 0
+		/// <summary>Add a new position &amp; payload.  If payloadLength > 0
 		/// you must read those bytes from the IndexInput. 
 		/// </summary>
 		internal abstract void  AddPosition(int position, byte[] payload, int payloadOffset, int payloadLength);
 		
-		/// <summary>Called when we are done adding positions & payloads </summary>
+		/// <summary>Called when we are done adding positions &amp; payloads </summary>
 		internal abstract void  Finish();
 	}
 }
\ No newline at end of file

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsWriter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/FormatPostingsPositionsWriter.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsWriter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/FormatPostingsPositionsWriter.cs Tue Dec 15 22:17:02 2009
@@ -53,7 +53,7 @@
 		
 		internal int lastPosition;
 		
-		/// <summary>Add a new position & payload </summary>
+		/// <summary>Add a new position &amp; payload </summary>
 		internal override void  AddPosition(int position, byte[] payload, int payloadOffset, int payloadLength)
 		{
 			System.Diagnostics.Debug.Assert(!omitTermFreqAndPositions, "omitTermFreqAndPositions is true");
@@ -85,7 +85,7 @@
 			storePayloads = omitTermFreqAndPositions?false:fieldInfo.storePayloads;
 		}
 		
-		/// <summary>Called when we are done adding positions & payloads </summary>
+		/// <summary>Called when we are done adding positions &amp; payloads </summary>
 		internal override void  Finish()
 		{
 			lastPosition = 0;

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexFileNames.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/IndexFileNames.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexFileNames.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexFileNames.cs Tue Dec 15 22:17:02 2009
@@ -116,8 +116,8 @@
 		
 		/// <summary> Computes the full file name from base, extension and
 		/// generation.  If the generation is -1, the file name is
-		/// null.  If it's 0, the file name is <base><extension>.
-		/// If it's > 0, the file name is <base>_<generation><extension>.
+		/// null.  If it's 0, the file name is 
+		/// If it's > 0, the file name is 
 		/// 
 		/// </summary>
 		/// <param name="base">-- main part of the file name

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexWriter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/IndexWriter.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexWriter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/IndexWriter.cs Tue Dec 15 22:17:02 2009
@@ -2235,7 +2235,7 @@
 		/// unoptimized indices are faster, but indexing speed is slower.  With larger
 		/// values, more RAM is used during indexing, and while searches on unoptimized
 		/// indices are slower, indexing is faster.  Thus larger values (> 10) are best
-		/// for batch index creation, and smaller values (< 10) for indices that are
+        /// for batch index creation, and smaller values (&lt; 10) for indices that are
 		/// interactively maintained.
 		/// 
 		/// <p/>Note that this method is a convenience method: it
@@ -2351,9 +2351,7 @@
 			return infoStream != null;
 		}
 		
-		/// <seealso cref="">
-		/// </seealso>
-		/// <seealso cref="setDefaultWriteLockTimeout to change the default value for all instances of IndexWriter.">
+		/// <seealso cref="setDefaultWriteLockTimeout"> to change the default value for all instances of IndexWriter.
 		/// </seealso>
 		public virtual void  SetWriteLockTimeout(long writeLockTimeout)
 		{
@@ -2587,7 +2585,7 @@
 		}
 		
 		/// <summary>Tells the docWriter to close its currently open shared
-		/// doc stores (stored fields & vectors files).
+		/// doc stores (stored fields &amp; vectors files).
 		/// Return value specifices whether new doc store files are compound or not.
 		/// </summary>
 		private bool FlushDocStores()
@@ -3197,8 +3195,8 @@
 		{
 			Optimize(true);
 		}
-		
-		/// <summary> Optimize the index down to <= maxNumSegments.  If
+
+        /// <summary> Optimize the index down to &lt;= maxNumSegments.  If
 		/// maxNumSegments==1 then this is the same as {@link
 		/// #Optimize()}.
 		/// 
@@ -4745,7 +4743,7 @@
 			FinishCommit();
 		}
 		
-		/// <summary> <p/>Commits all pending changes (added & deleted
+		/// <summary> <p/>Commits all pending changes (added &amp; deleted
 		/// documents, optimizations, segment merges, added
 		/// indexes, etc.) to the index, and syncs all referenced
 		/// index files, such that a reader will see the changes
@@ -4757,7 +4755,7 @@
 		/// 
 		/// <p/> Note that this operation calls Directory.sync on
 		/// the index files.  That call should not return until the
-		/// file contents & metadata are on stable storage.  For
+		/// file contents &amp; metadata are on stable storage.  For
 		/// FSDirectory, this calls the OS's fsync.  But, beware:
 		/// some hardware devices may in fact cache writes even
 		/// during fsync, and return before the bits are actually
@@ -5663,7 +5661,7 @@
 		/// building its CFS.  Return true if the files should be
 		/// sync'd.  If you return false, then the source segment
 		/// files that were merged cannot be deleted until the CFS
-		/// file is built & sync'd.  So, returning false consumes
+		/// file is built &amp; sync'd.  So, returning false consumes
 		/// more transient disk space, but saves performance of
 		/// not having to sync files which will shortly be deleted
 		/// anyway.

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogByteSizeMergePolicy.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/LogByteSizeMergePolicy.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogByteSizeMergePolicy.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogByteSizeMergePolicy.cs Tue Dec 15 22:17:02 2009
@@ -98,7 +98,7 @@
 		/// <summary>Get the minimum size for a segment to remain
 		/// un-merged.
 		/// </summary>
-		/// <seealso cref="setMinMergeMB *">
+		/// <seealso cref="setMinMergeMB">
 		/// </seealso>
 		public virtual double GetMinMergeMB()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogDocMergePolicy.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/LogDocMergePolicy.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogDocMergePolicy.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogDocMergePolicy.cs Tue Dec 15 22:17:02 2009
@@ -63,7 +63,7 @@
 		/// <summary>Get the minimum size for a segment to remain
 		/// un-merged.
 		/// </summary>
-		/// <seealso cref="setMinMergeDocs *">
+		/// <seealso cref="setMinMergeDocs">
 		/// </seealso>
 		public virtual int GetMinMergeDocs()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogMergePolicy.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/LogMergePolicy.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogMergePolicy.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/LogMergePolicy.cs Tue Dec 15 22:17:02 2009
@@ -100,8 +100,8 @@
 		/// faster, but indexing speed is slower.  With larger
 		/// values, more RAM is used during indexing, and while
 		/// searches on unoptimized indices are slower, indexing is
-		/// faster.  Thus larger values (> 10) are best for batch
-		/// index creation, and smaller values (< 10) for indices
+        /// faster.  Thus larger values (&gt; 10) are best for batch
+        /// index creation, and smaller values (&lt; 10) for indices
 		/// that are interactively maintained. 
 		/// </summary>
 		public virtual void  SetMergeFactor(int mergeFactor)
@@ -126,8 +126,7 @@
 		}
 		
 		/// <summary>Returns true if newly flushed and newly merge segments</summary>
-		/// <seealso cref="">
-		/// #setUseCompoundFile 
+        /// <seealso cref="SetUseCompoundFile">
 		/// </seealso>
 		public virtual bool GetUseCompoundFile()
 		{
@@ -152,8 +151,7 @@
 		/// <summary>Returns true if newly flushed and newly merge doc
 		/// store segment files (term vectors and stored fields)
 		/// </summary>
-		/// <seealso cref="">
-		/// #setUseCompoundDocStore 
+        /// <seealso cref="SetUseCompoundDocStore ">
 		/// </seealso>
 		public virtual bool GetUseCompoundDocStore()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/SegmentInfo.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfo.cs Tue Dec 15 22:17:02 2009
@@ -410,8 +410,8 @@
 				return IndexFileNames.FileNameFromGeneration(name, "." + IndexFileNames.DELETES_EXTENSION, delGen);
 			}
 		}
-		
-		/// <summary> Returns true if this field for this segment has saved a separate norms file (_<segment>_N.sX).
+
+        /// <summary> Returns true if this field for this segment has saved a separate norms file (_&lt;segment&gt;_N.sX).
 		/// 
 		/// </summary>
 		/// <param name="fieldNumber">the field index to check

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfos.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/SegmentInfos.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfos.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentInfos.cs Tue Dec 15 22:17:02 2009
@@ -167,7 +167,7 @@
         private System.Collections.Generic.IDictionary<string, string> userData = new System.Collections.Generic.Dictionary<string, string>(); // Opaque Map<String, String> that user can specify during IndexWriter.commit
 		
 		/// <summary> If non-null, information about loading segments_N files</summary>
-		/// <seealso cref="setInfoStream.">
+		/// <seealso cref="setInfoStream">
 		/// </seealso>
 		private static System.IO.StreamWriter infoStream;
 		
@@ -1036,7 +1036,7 @@
 			}
 		}
 		
-		/// <summary>Writes & syncs to the Directory dir, taking care to
+		/// <summary>Writes &amp; syncs to the Directory dir, taking care to
 		/// remove the segments file on exception 
 		/// </summary>
 		public /*internal*/ void  Commit(Directory dir)

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentReader.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/SegmentReader.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentReader.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/SegmentReader.cs Tue Dec 15 22:17:02 2009
@@ -1235,7 +1235,7 @@
 			return si.docCount;
 		}
 		
-		/// <seealso cref="IndexReader.GetFieldNames(IndexReader.FieldOption fldOption)">
+		/// <seealso cref="IndexReader.GetFieldNames(IndexReader.FieldOption)">
 		/// </seealso>
         public override System.Collections.Generic.ICollection<string> GetFieldNames(IndexReader.FieldOption fieldOption)
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosReader.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/TermInfosReader.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosReader.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosReader.cs Tue Dec 15 22:17:02 2009
@@ -23,8 +23,8 @@
 
 namespace Lucene.Net.Index
 {
-	
-	/// <summary>This stores a monotonically increasing set of <Term, TermInfo> pairs in a
+
+    /// <summary>This stores a monotonically increasing set of &lt;Term, TermInfo&gt; pairs in a
 	/// Directory.  Pairs are accessed either by Term or by ordinal position the
 	/// set.  
 	/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosWriter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/TermInfosWriter.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosWriter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermInfosWriter.cs Tue Dec 15 22:17:02 2009
@@ -23,8 +23,8 @@
 
 namespace Lucene.Net.Index
 {
-	
-	/// <summary>This stores a monotonically increasing set of <Term, TermInfo> pairs in a
+
+    /// <summary>This stores a monotonically increasing set of &lt;Term, TermInfo&gt; pairs in a
 	/// Directory.  A TermInfos can be written once, in order.  
 	/// </summary>
 	
@@ -158,8 +158,8 @@
 			}
 			return utf16Result1.length - utf16Result2.length;
 		}
-		
-		/// <summary>Adds a new <<fieldNumber, termBytes>, TermInfo> pair to the set.
+
+        /// <summary>Adds a new &lt;fieldNumber, termBytes&gt;, TermInfo> pair to the set.
 		/// Term must be lexicographically greater than all previous Terms added.
 		/// TermInfo pointers must be positive and greater than all previous.
 		/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorMapper.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/TermVectorMapper.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorMapper.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorMapper.cs Tue Dec 15 22:17:02 2009
@@ -88,7 +88,7 @@
 		}
 		
 		/// <summary> </summary>
-		/// <seealso cref="IsIgnoringPositions() Same principal as {@link #IsIgnoringPositions()}, but applied to offsets.  false by default.">
+		/// <seealso cref="IsIgnoringPositions()"> Same principal as {@link #IsIgnoringPositions()}, but applied to offsets.  false by default.
 		/// </seealso>
 		/// <returns> false
 		/// </returns>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorsReader.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/TermVectorsReader.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorsReader.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermVectorsReader.cs Tue Dec 15 22:17:02 2009
@@ -163,7 +163,7 @@
 		/// entries for the next numDocs starting with
 		/// startDocID.  This is used for bulk copying when
 		/// merging segments, if the field numbers are
-		/// congruent.  Once this returns, the tvf & tvd streams
+		/// congruent.  Once this returns, the tvf &amp; tvd streams
 		/// are seeked to the startDocID. 
 		/// </summary>
 		internal void  RawDocs(int[] tvdLengths, int[] tvfLengths, int startDocID, int numDocs)

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermsHashPerField.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Index/TermsHashPerField.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermsHashPerField.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Index/TermsHashPerField.cs Tue Dec 15 22:17:02 2009
@@ -155,7 +155,7 @@
 			}
 		}
 		
-		/// <summary>Collapse the hash table & sort in-place. </summary>
+		/// <summary>Collapse the hash table &amp; sort in-place. </summary>
 		public RawPostingList[] SortPostings()
 		{
 			CompactPostings();
@@ -235,7 +235,7 @@
 		}
 		
 		/// <summary>Compares term text for two Posting instance and
-		/// returns -1 if p1 < p2; 1 if p1 > p2; else 0. 
+        /// returns -1 if p1 &lt; p2; 1 if p1 &gt; p2; else 0. 
 		/// </summary>
 		internal int ComparePostings(RawPostingList p1, RawPostingList p2)
 		{
@@ -591,7 +591,7 @@
 		}
 		
 		/// <summary>Called when postings hash is too small (> 50%
-		/// occupied) or too large (< 20% occupied). 
+        /// occupied) or too large (&lt; 20% occupied). 
 		/// </summary>
 		internal void  RehashPostings(int newSize)
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/ParseException.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/QueryParser/ParseException.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/ParseException.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/ParseException.cs Tue Dec 15 22:17:02 2009
@@ -111,7 +111,7 @@
 		/// This constructor calls its super class with the empty string
 		/// to force the "toString" method of parent class "Throwable" to
 		/// print the error message in the form:
-		/// ParseException: <result of getMessage>
+        /// ParseException: &lt;result of getMessage&gt;
 		/// </summary>
 		public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, System.String[] tokenImageVal):base("")
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionMaxQuery.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/DisjunctionMaxQuery.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionMaxQuery.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionMaxQuery.cs Tue Dec 15 22:17:02 2009
@@ -57,7 +57,7 @@
 		}
 		
 		/// <summary> Creates a new DisjunctionMaxQuery</summary>
-		/// <param name="disjuncts">a Collection<Query> of all the disjuncts to add
+        /// <param name="disjuncts">a Collection&lt;Query&gt; of all the disjuncts to add
 		/// </param>
 		/// <param name="tieBreakerMultiplier">  the weight to give to each matching non-maximum disjunct
 		/// </param>
@@ -76,14 +76,14 @@
 		}
 		
 		/// <summary>Add a collection of disjuncts to this disjunction
-		/// via Iterable<Query>
+		/// via Iterable
 		/// </summary>
 		public virtual void  Add(System.Collections.ICollection disjuncts)
 		{
 			this.disjuncts.AddRange(disjuncts);
 		}
-		
-		/// <summary>An Iterator<Query> over the disjuncts </summary>
+
+        /// <summary>An Iterator&lt;Query&gt; over the disjuncts </summary>
 		public virtual System.Collections.IEnumerator Iterator()
 		{
 			return disjuncts.GetEnumerator();

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionSumScorer.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/DisjunctionSumScorer.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionSumScorer.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DisjunctionSumScorer.cs Tue Dec 15 22:17:02 2009
@@ -210,8 +210,8 @@
 		/// available. At least the scorer with the minimum document number will be advanced.
 		/// </summary>
 		/// <returns> true iff there is a match.
-		/// <br/>In case there is a match, </code>currentDoc</code>, </code>currentSumScore</code>,
-		/// and </code>nrMatchers</code> describe the match.
+		/// <br/>In case there is a match, <code>currentDoc</code>, <code>currentSumScore</code>,
+		/// and <code>nrMatchers</code> describe the match.
 		/// 
 		/// TODO: Investigate whether it is possible to use skipTo() when
 		/// the minimum number of matchers is bigger than one, ie. try and use the

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DocIdSet.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/DocIdSet.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DocIdSet.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/DocIdSet.cs Tue Dec 15 22:17:02 2009
@@ -97,7 +97,7 @@
 		/// 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 true.
 		/// </summary>
 		public virtual bool IsCacheable()
 		{

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FieldComparator.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/FieldComparator.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FieldComparator.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FieldComparator.cs Tue Dec 15 22:17:02 2009
@@ -982,7 +982,7 @@
 		/// </param>
 		/// <param name="slot2">second slot to compare
 		/// </param>
-		/// <returns> any N < 0 if slot2's value is sorted after
+        /// <returns> any N &lt; 0 if slot2's value is sorted after
 		/// slot1, any N > 0 if the slot2's value is sorted before
 		/// slot1 and 0 if they are equal
 		/// </returns>
@@ -1011,7 +1011,7 @@
 		/// </summary>
 		/// <param name="doc">that was hit
 		/// </param>
-		/// <returns> any N < 0 if the doc's value is sorted after
+        /// <returns> any N &lt; 0 if the doc's value is sorted after
 		/// the bottom entry (not competitive), any N > 0 if the
 		/// doc's value is sorted before the bottom entry and 0 if
 		/// they are equal.

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FilteredDocIdSetIterator.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/FilteredDocIdSetIterator.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FilteredDocIdSetIterator.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/FilteredDocIdSetIterator.cs Tue Dec 15 22:17:02 2009
@@ -48,7 +48,7 @@
 		/// </param>
 		/// <returns> true if input docid should be in the result set, false otherwise.
 		/// </returns>
-		/// <seealso cref="FilteredDocIdSetIterator(DocIdSetIterator).">
+		/// <seealso cref="FilteredDocIdSetIterator(DocIdSetIterator)">
 		/// </seealso>
 		public abstract /*protected internal*/ bool Match(int doc);
 		

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ByteFieldSource.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Function/ByteFieldSource.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ByteFieldSource.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ByteFieldSource.cs Tue Dec 15 22:17:02 2009
@@ -34,7 +34,7 @@
 	/// supported anymore in such a case.</font>
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource for requirements">
+	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource"> for requirements"
 	/// on the field. 
 	/// 
 	/// <p/><b>NOTE</b>: with the switch in 2.9 to segment-based

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/FloatFieldSource.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Function/FloatFieldSource.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/FloatFieldSource.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/FloatFieldSource.cs Tue Dec 15 22:17:02 2009
@@ -34,7 +34,7 @@
 	/// supported anymore in such a case.</font>
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource for requirements">
+	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource"> for requirements"
 	/// on the field.
 	/// 
 	/// <p/><b>NOTE</b>: with the switch in 2.9 to segment-based

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/IntFieldSource.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Function/IntFieldSource.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/IntFieldSource.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/IntFieldSource.cs Tue Dec 15 22:17:02 2009
@@ -34,7 +34,7 @@
 	/// supported anymore in such a case.</font>
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource for requirements">
+	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource"> for requirements
 	/// on the field.
 	/// 
 	/// <p/><b>NOTE</b>: with the switch in 2.9 to segment-based

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/OrdFieldSource.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Function/OrdFieldSource.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/OrdFieldSource.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/OrdFieldSource.cs Tue Dec 15 22:17:02 2009
@@ -27,7 +27,7 @@
 	/// {@link Lucene.Net.Search.FieldCache Fieldcache} using getStringIndex().
 	/// <p/>
 	/// The native lucene index order is used to assign an ordinal value for each field value.
-	/// <p
+	/// <p/>
 	/// Field values (terms) are lexicographically ordered by unicode value, and numbered starting at 1.
 	/// <p/>
 	/// Example:

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ShortFieldSource.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Function/ShortFieldSource.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ShortFieldSource.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Function/ShortFieldSource.cs Tue Dec 15 22:17:02 2009
@@ -34,7 +34,7 @@
 	/// supported anymore in such a case.</font>
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource for requirements">
+	/// <seealso cref="Lucene.Net.Search.Function.FieldCacheSource"> for requirements
 	/// on the field.
 	/// 
 	/// <p/><b>NOTE</b>: with the switch in 2.9 to segment-based

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Hits.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Hits.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Hits.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Hits.cs Tue Dec 15 22:17:02 2009
@@ -36,7 +36,7 @@
 	/// {@link #Length()}. In such case,
 	/// {@link java.util.ConcurrentModificationException
 	/// ConcurrentModificationException} is thrown when accessing hit <code>n</code>
-	/// &ge; current_{@link #Length()} (but <code>n</code> &lt; {@link #Length()}
+	/// &gt; current_{@link #Length()} (but <code>n</code> &lt; {@link #Length()}
 	/// _at_start).
 	/// 
 	/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/MultiPhraseQuery.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/MultiPhraseQuery.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/MultiPhraseQuery.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/MultiPhraseQuery.cs Tue Dec 15 22:17:02 2009
@@ -109,8 +109,8 @@
 			termArrays.Add(terms);
 			positions.Add((System.Int32) position);
 		}
-		
-		/// <summary> Returns a List<Term[]> of the terms in the multiphrase.
+
+        /// <summary> Returns a List&lt;Term[]&gt; of the terms in the multiphrase.
 		/// Do not modify the List or its contents.
 		/// </summary>
 		public virtual System.Collections.IList GetTermArrays()

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeFilter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/NumericRangeFilter.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeFilter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeFilter.cs Tue Dec 15 22:17:02 2009
@@ -61,7 +61,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that filters a <code>long</code>
 		/// range using the given <a href="NumericRangeQuery.html#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -72,7 +72,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that queries a <code>long</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -83,7 +83,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that filters a <code>int</code>
 		/// range using the given <a href="NumericRangeQuery.html#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -94,7 +94,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that queries a <code>int</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -105,7 +105,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that filters a <code>double</code>
 		/// range using the given <a href="NumericRangeQuery.html#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -116,7 +116,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that queries a <code>double</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -127,7 +127,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that filters a <code>float</code>
 		/// range using the given <a href="NumericRangeQuery.html#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -138,7 +138,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeFilter</code>, that queries a <code>float</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeQuery.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/NumericRangeQuery.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeQuery.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/NumericRangeQuery.cs Tue Dec 15 22:17:02 2009
@@ -198,7 +198,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>long</code>
 		/// range using the given <a href="#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -209,7 +209,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>long</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -220,7 +220,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>int</code>
 		/// range using the given <a href="#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -231,7 +231,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>int</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -242,7 +242,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>double</code>
 		/// range using the given <a href="#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -253,7 +253,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>double</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -264,7 +264,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>float</code>
 		/// range using the given <a href="#precisionStepDesc"><code>precisionStep</code></a>.
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>
@@ -275,7 +275,7 @@
 		
 		/// <summary> Factory that creates a <code>NumericRangeQuery</code>, that queries a <code>float</code>
 		/// range using the default <code>precisionStep</code> {@link NumericUtils#PRECISION_STEP_DEFAULT} (4).
-		/// You can have half-open ranges (which are in fact &lt;/&le; or &gt;/&ge; queries)
+        /// You can have half-open ranges (which are in fact &lt;/&#8804; or &gt;/&#8805; queries)
 		/// by setting the min or max value to <code>null</code>. By setting inclusive to false, it will
 		/// match all documents excluding the bounds, with inclusive on, the boundaries are hits, too.
 		/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadFunction.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Payloads/PayloadFunction.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadFunction.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadFunction.cs Tue Dec 15 22:17:02 2009
@@ -25,7 +25,7 @@
 	/// to transform the cumulative effects of payload scores for a document.
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Payloads.PayloadTermQuery for more information">
+	/// <seealso cref="Lucene.Net.Search.Payloads.PayloadTermQuery"> for more information
 	/// 
 	/// <p/>
 	/// This class and its derivations are experimental and subject to change

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadNearQuery.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Payloads/PayloadNearQuery.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadNearQuery.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Payloads/PayloadNearQuery.cs Tue Dec 15 22:17:02 2009
@@ -46,8 +46,7 @@
 	/// Payload scores are aggregated using a pluggable {@link PayloadFunction}.
 	/// 
 	/// </summary>
-	/// <seealso cref="Lucene.Net.Search.Similarity.ScorePayload(String, byte[], int,">
-	/// int)
+	/// <seealso cref="Lucene.Net.Search.Similarity.ScorePayload(String, byte[], int,int)">
 	/// </seealso>
 	[Serializable]
 	public class PayloadNearQuery:SpanNearQuery, System.ICloneable

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Similarity.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Similarity.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Similarity.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Similarity.cs Tue Dec 15 22:17:02 2009
@@ -244,7 +244,7 @@
 	/// If the document has multiple fields with the same name, all their boosts are multiplied together:
 	/// 
 	/// <br/>&#160;<br/>
-	/// <table cellpadding="1" cellspacing="0" border="0"n align="center">
+	/// <table cellpadding="1" cellspacing="0" border="0" align="center">
 	/// <tr>
 	/// <td valign="middle" align="right" rowspan="1">
 	/// norm(t,d) &#160; = &#160;
@@ -254,7 +254,7 @@
 	/// &#160;&#183;&#160;
 	/// </td>
 	/// <td valign="bottom" align="center" rowspan="1">
-	/// <big><big><big>&prod;</big></big></big>
+    /// <big><big><big>&#8719;</big></big></big>
 	/// </td>
 	/// <td valign="middle" align="right" rowspan="1">
 	/// {@link Lucene.Net.Documents.Fieldable#GetBoost() f.getBoost}()

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Spans/Spans.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/Spans/Spans.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Spans/Spans.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/Spans/Spans.cs Tue Dec 15 22:17:02 2009
@@ -66,7 +66,7 @@
 		/// disable collection with a constructor option.<br/>
 		/// 
 		/// Note that the return type is a collection, thus the ordering should not be relied upon.
-		/// </br>
+		/// <br/>
 		/// <p/><font color="#FF0000">
 		/// WARNING: The status of the <b>Payloads</b> feature is experimental.
 		/// The APIs introduced here might change in the future and will not be

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/TermScorer.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Search/TermScorer.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/TermScorer.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Search/TermScorer.cs Tue Dec 15 22:17:02 2009
@@ -49,7 +49,7 @@
 		/// </param>
 		/// <param name="td">An iterator over the documents matching the <code>Term</code>.
 		/// </param>
-		/// <param name="similarity">The </code>Similarity</code> implementation to be used for score
+		/// <param name="similarity">The <code>Similarity</code> implementation to be used for score
 		/// computations.
 		/// </param>
 		/// <param name="norms">The field norms of the document fields for the <code>Term</code>.

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/Directory.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/Directory.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/Directory.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/Directory.cs Tue Dec 15 22:17:02 2009
@@ -64,7 +64,7 @@
 		/// never return null (throws IOException instead).
 		/// 
 		/// Currently this method simply fallsback to {@link
-		/// #list} for Directory impls outside of Lucene's core &
+		/// #list} for Directory impls outside of Lucene's core &amp;
 		/// contrib, but in 3.0 that method will be removed and
 		/// this method will become abstract. 
 		/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/IndexOutput.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/IndexOutput.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/IndexOutput.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/IndexOutput.cs Tue Dec 15 22:17:02 2009
@@ -241,7 +241,7 @@
 		/// nothing (it's optional for a Directory to implement
 		/// it).  But, certain Directory implementations (for
 		/// </summary>
-		/// <seealso cref="FSDirectory) can use this to inform the">
+		/// <seealso cref="FSDirectory"> can use this to inform the
 		/// underlying IO system to pre-allocate the file to the
 		/// specified size.  If the length is longer than the
 		/// current file length, the bytes added to the file are

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockObtainFailedException.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/LockObtainFailedException.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockObtainFailedException.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockObtainFailedException.cs Tue Dec 15 22:17:02 2009
@@ -25,7 +25,7 @@
 	/// happens when a writer tries to open an index
 	/// that another writer already has open.
 	/// </summary>
-	/// <seealso cref="Lock.obtain(long).">
+	/// <seealso cref="Lock.obtain(long)">
 	/// </seealso>
 	[Serializable]
 	public class LockObtainFailedException:System.IO.IOException

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockReleaseFailedException.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/LockReleaseFailedException.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockReleaseFailedException.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockReleaseFailedException.cs Tue Dec 15 22:17:02 2009
@@ -23,7 +23,7 @@
 	/// <summary> This exception is thrown when the <code>write.lock</code>
 	/// could not be released.
 	/// </summary>
-	/// <seealso cref="Lock.release().">
+	/// <seealso cref="Lock.release()">
 	/// </seealso>
 	[Serializable]
 	public class LockReleaseFailedException:System.IO.IOException

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockStressTest.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/LockStressTest.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockStressTest.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/LockStressTest.cs Tue Dec 15 22:17:02 2009
@@ -20,7 +20,7 @@
 namespace Lucene.Net.Store
 {
 	
-	/// <summary> Simple standalone tool that forever acquires & releases a
+	/// <summary> Simple standalone tool that forever acquires &amp; releases a
 	/// lock using a specific LockFactory.  Run without any args
 	/// to see usage.
 	/// 

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/VerifyingLockFactory.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Store/VerifyingLockFactory.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/VerifyingLockFactory.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Store/VerifyingLockFactory.cs Tue Dec 15 22:17:02 2009
@@ -27,7 +27,7 @@
 	/// external server ({@link LockVerifyServer}) to assert that
 	/// at most one process holds the lock at a time.  To use
 	/// this, you should also run {@link LockVerifyServer} on the
-	/// host & port matching what you pass to the constructor.
+	/// host &amp; port matching what you pass to the constructor.
 	/// 
 	/// </summary>
 	/// <seealso cref="LockVerifyServer">

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/BitUtil.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/BitUtil.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/BitUtil.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/BitUtil.cs Tue Dec 15 22:17:02 2009
@@ -443,7 +443,7 @@
 			return tot;
 		}
 		
-		/// <summary>Returns the popcount or cardinality of A & ~B
+		/// <summary>Returns the popcount or cardinality of A &amp; ~B
 		/// Neither array is modified.
 		/// </summary>
 		public static long Pop_andnot(long[] A, long[] B, int wordOffset, int numWords)

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Constants.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/Constants.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Constants.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Constants.cs Tue Dec 15 22:17:02 2009
@@ -36,7 +36,7 @@
 		{
 		} // can't construct
 		
-		/// <summary>The value of <tt>System.getProperty("java.version")<tt>. *</summary>
+		/// <summary>The value of <tt>System.getProperty("java.version")</tt>. *</summary>
 		public static readonly System.String JAVA_VERSION = SupportClass.AppSettings.Get("java.version", "");
 		/// <summary>True iff this is Java version 1.1. </summary>
 		public static readonly bool JAVA_1_1 = JAVA_VERSION.StartsWith("1.1.");
@@ -45,7 +45,7 @@
 		/// <summary>True iff this is Java version 1.3. </summary>
 		public static readonly bool JAVA_1_3 = JAVA_VERSION.StartsWith("1.3.");
 		
-		/// <summary>The value of <tt>System.getProperty("os.name")<tt>. *</summary>
+		/// <summary>The value of <tt>System.getProperty("os.name")</tt>. *</summary>
 		public static readonly System.String OS_NAME = System.Environment.GetEnvironmentVariable("OS") ?? "Linux";
 		/// <summary>True iff running on Linux. </summary>
 		public static readonly bool LINUX = OS_NAME.StartsWith("Linux");

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/FieldCacheSanityChecker.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/FieldCacheSanityChecker.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/FieldCacheSanityChecker.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/FieldCacheSanityChecker.cs Tue Dec 15 22:17:02 2009
@@ -94,7 +94,7 @@
 		
 		/// <summary> Tests a CacheEntry[] for indication of "insane" cache usage.
 		/// <p/>
-		/// <B>NOTE:</b>FieldCache CreationPlaceholder objects are ignored.
+		/// NOTE:FieldCache CreationPlaceholder objects are ignored.
 		/// (:TODO: is this a bad idea? are we masking a real problem?)
 		/// <p/>
 		/// </summary>
@@ -425,7 +425,7 @@
 			/// it's typically an indication of a possible problem.
 			/// <p/>
 			/// <p/>
-			/// <bPNOTE:</b> Only the reader, fieldname, and cached value are actually 
+			/// PNOTE: Only the reader, fieldname, and cached value are actually 
 			/// tested -- if two cache entries have different parsers or datatypes but 
 			/// the cached values are the same Object (== not just equal()) this method 
 			/// does not consider that a red flag.  This allows for subtle variations 

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSet.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/OpenBitSet.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSet.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSet.cs Tue Dec 15 22:17:02 2009
@@ -108,7 +108,7 @@
 		/// numWords are the number of elements in the array that contain
 		/// set bits (non-zero longs).
 		/// numWords should be &lt;= bits.length, and
-		/// any existing words in the array at position &gt= numWords should be zero.
+		/// any existing words in the array at position &gt;= numWords should be zero.
 		/// 
 		/// </summary>
 		public OpenBitSet(long[] bits, int numWords)

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSetIterator.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/OpenBitSetIterator.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSetIterator.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/OpenBitSetIterator.cs Tue Dec 15 22:17:02 2009
@@ -43,9 +43,9 @@
 		/// def bits2int(val):
 		/// arr=0
 		/// for shift in range(8,0,-1):
-		/// if val & 0x80:
-		/// arr = (arr << 4) | shift
-		/// val = val << 1
+		/// if val &amp; 0x80:
+        /// arr = (arr &lt;&lt; 4) | shift
+        /// val = val &lt;&lt; 1
 		/// return arr
 		/// def int_table():
 		/// tbl = [ hex(bits2int(val)).strip('L') for val in range(256) ]

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Version.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Util/Version.cs?rev=891032&r1=891031&r2=891032&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Version.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Util/Version.cs Tue Dec 15 22:17:02 2009
@@ -27,7 +27,7 @@
 	public sealed class Version:Parameter
 	{
 		
-		/// <summary>Use this to get the latest & greatest settings, bug
+		/// <summary>Use this to get the latest &amp; greatest settings, bug
 		/// fixes, etc, for Lucene.
 		/// 
 		/// <p/><b>WARNING</b>: if you use this setting, and then