You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2007/01/08 05:49:48 UTC

svn commit: r493946 [7/9] - in /incubator/lucene.net/site/docs/2.0: ./ Highlighter.Net/ Highlighter.Net/ndoc_msdn_temp/

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,66 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.GetAnyTokenStream Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetAnyTokenStream Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p> A convenience method that tries a number of approaches to getting a token stream. The cost of finding there are no termVectors in the index is minimal (1000 invocations still registers 0 ms). So this "lazy" (flexible?) approach to coding is probably acceptable </p>
+      <div class="syntax">public static <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a> GetAnyTokenStream(<br />   <a href="Lucene.Net.Index.IndexReader.html">IndexReader</a> <i>reader</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> <i>docId</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>field</i>,<br />   <a href="Lucene.Net.Analysis.Analyzer.html">Analyzer</a> <i>analyzer</i><br />);</div>
+      <h4 class="dtH4">Parameters</h4>
+      <dl>
+        <dt>
+          <i>reader</i>
+        </dt>
+        <dd>
+        </dd>
+        <dt>
+          <i>docId</i>
+        </dt>
+        <dd>
+        </dd>
+        <dt>
+          <i>field</i>
+        </dt>
+        <dd>
+        </dd>
+        <dt>
+          <i>analyzer</i>
+        </dt>
+        <dd>
+        </dd>
+      </dl>
+      <h4 class="dtH4">Return Value</h4>
+      <p> null if field not stored correctly </p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetAnyTokenStream method">
+        </param>
+        <param name="Keyword" value="GetAnyTokenStream method, TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources.GetAnyTokenStream method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_1.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_1.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_1.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_1.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.GetTokenStream Method (TermPositionVector)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetTokenStream Method (TermPositionVector)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public static <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a> GetTokenStream(<br />   <a href="Lucene.Net.Index.TermPositionVector.html">TermPositionVector</a> <i>tpv</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a> | <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">TokenSources.GetTokenStream Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetTokenStream method">
+        </param>
+        <param name="Keyword" value="GetTokenStream method, TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources.GetTokenStream method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_2.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_2.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_2.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_2.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,53 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.GetTokenStream Method (TermPositionVector, Boolean)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetTokenStream Method (TermPositionVector, Boolean)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p> Low level api. Returns a token stream or null if no offset info available in index. This can be used to feed the highlighter with a pre-parsed token stream In my tests the speeds to recreate 1000 token streams using this method are: - with TermVector offset only data stored - 420 milliseconds - with TermVector offset AND position data stored - 271 milliseconds (nb timings for TermVector with position data are based on a tokenizer with contiguous positions - no overlaps or gaps) The cost of not using TermPositionVector to store pre-parsed content and using an analyzer to re-parse the original content: - reanalyzing the original content - 980 milliseconds The re-analyze timings will typically vary depending on - 1) The complexity of the analyzer code (timings above were using a stemmer/lowercaser/stopword combo) 2) The number of other fields (Lucene reads ALL fields off the disk when accessing just one document field - can cost dear!) 3) Use of compression on field s
 torage - could be faster cos of compression (less disk IO) or slower (more CPU burn) depending on the content. </p>
+      <div class="syntax">public static <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a> GetTokenStream(<br />   <a href="Lucene.Net.Index.TermPositionVector.html">TermPositionVector</a> <i>tpv</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a> <i>tokenPositionsGuaranteedContiguous</i><br />);</div>
+      <h4 class="dtH4">Parameters</h4>
+      <dl>
+        <dt>
+          <i>tpv</i>
+        </dt>
+        <dd>
+        </dd>
+        <dt>
+          <i>tokenPositionsGuaranteedContiguous</i>
+        </dt>
+        <dd>true if the token position numbers have no overlaps or gaps. If looking to eek out the last drops of performance, set to true. If in doubt, set to false. </dd>
+      </dl>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a> | <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">TokenSources.GetTokenStream Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetTokenStream method">
+        </param>
+        <param name="Keyword" value="GetTokenStream method, TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources.GetTokenStream method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_3.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_3.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_3.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_3.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.GetTokenStream Method (IndexReader, Int32, String)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetTokenStream Method (IndexReader, Int32, String)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public static <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a> GetTokenStream(<br />   <a href="Lucene.Net.Index.IndexReader.html">IndexReader</a> <i>reader</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> <i>docId</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>field</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a> | <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">TokenSources.GetTokenStream Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetTokenStream method">
+        </param>
+        <param name="Keyword" value="GetTokenStream method, TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources.GetTokenStream method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_4.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_4.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_4.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_4.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.GetTokenStream Method (IndexReader, Int32, String, Analyzer)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetTokenStream Method (IndexReader, Int32, String, Analyzer)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public static <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a> GetTokenStream(<br />   <a href="Lucene.Net.Index.IndexReader.html">IndexReader</a> <i>reader</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> <i>docId</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>field</i>,<br />   <a href="Lucene.Net.Analysis.Analyzer.html">Analyzer</a> <i>analyzer</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a> | <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">TokenSources.GetTokenStream Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetTokenStream method">
+        </param>
+        <param name="Keyword" value="GetTokenStream method, TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources.GetTokenStream method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,50 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>GetTokenStream Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.GetTokenStream Method</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <h4 class="dtH4">Overload List</h4>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_3.html">public static TokenStream GetTokenStream(IndexReader,int,string);</a>
+      </blockquote>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_4.html">public static TokenStream GetTokenStream(IndexReader,int,string,Analyzer);</a>
+      </blockquote>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_1.html">public static TokenStream GetTokenStream(TermPositionVector);</a>
+      </blockquote>
+      <p> Low level api. Returns a token stream or null if no offset info available in index. This can be used to feed the highlighter with a pre-parsed token stream In my tests the speeds to recreate 1000 token streams using this method are: - with TermVector offset only data stored - 420 milliseconds - with TermVector offset AND position data stored - 271 milliseconds (nb timings for TermVector with position data are based on a tokenizer with contiguous positions - no overlaps or gaps) The cost of not using TermPositionVector to store pre-parsed content and using an analyzer to re-parse the original content: - reanalyzing the original content - 980 milliseconds The re-analyze timings will typically vary depending on - 1) The complexity of the analyzer code (timings above were using a stemmer/lowercaser/stopword combo) 2) The number of other fields (Lucene reads ALL fields off the disk when accessing just one document field - can cost dear!) 3) Use of compression on field s
 torage - could be faster cos of compression (less disk IO) or slower (more CPU burn) depending on the content. </p>
+      <blockquote class="dtBlock">
+        <a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overload_2.html">public static TokenStream GetTokenStream(TermPositionVector,bool);</a>
+      </blockquote>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.StoredTokenStream.Next Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.StoredTokenStream.Next Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public override <a href="Lucene.Net.Analysis.Token.html">Token</a> Next();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.html">TokenSources.StoredTokenStream Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="Next method">
+        </param>
+        <param name="Keyword" value="Next method, TokenSources.StoredTokenStream class">
+        </param>
+        <param name="Keyword" value="TokenSources.StoredTokenStream.Next method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStream.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,56 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.StoredTokenStream Class</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.StoredTokenStream Class</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <p>For a list of all members of this type, see <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html">TokenSources.StoredTokenStream Members</a>.</p>
+      <p>
+        <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a>
+        <br />   Lucene.Net.Analysis.TokenStream<br />      <b>Lucene.Net.Highlight.TokenSources.StoredTokenStream</b></p>
+      <div class="syntax">
+        <div>public class TokenSources.StoredTokenStream<b> : <a href="Lucene.Net.Analysis.TokenStream.html">TokenStream</a></b></div>
+      </div>
+      <H4 class="dtH4">Thread Safety</H4>
+      <P>Public static (<b>Shared</b> in Visual Basic) members of this type are 
+				safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be 
+				thread-safe.</P>
+      <h4 class="dtH4">Requirements</h4>
+      <p>
+        <b>Namespace: </b>
+        <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight</a>
+      </p>
+      <p>
+        <b>Assembly: </b>Highlighter.Net (in Highlighter.Net.dll)
+					</p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html">TokenSources.StoredTokenStream Members</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources.StoredTokenStream class, about TokenSources.StoredTokenStream class">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,71 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.StoredTokenStream Members</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.StoredTokenStream Members
+					</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.html">TokenSources.StoredTokenStream overview</a>
+      </p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img>Close (inherited from <b>Lucene.Net.Analysis.TokenStream</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html">Next</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.html">TokenSources.StoredTokenStream Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources.StoredTokenStream class">
+        </param>
+        <param name="Keyword" value="Lucene.Net.Highlight.TokenSources.StoredTokenStream class">
+        </param>
+        <param name="Keyword" value="TokenSources.StoredTokenStream class, all members">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMethods.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.StoredTokenStreamMethods.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,64 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources.StoredTokenStream Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources.StoredTokenStream Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>TokenSources.StoredTokenStream</b> class are listed below. For a complete list of <b>TokenSources.StoredTokenStream</b> class members, see the <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStreamMembers.html">TokenSources.StoredTokenStream Members</a> topic.</p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img>Close (inherited from <b>Lucene.Net.Analysis.TokenStream</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.Next.html">Next</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.StoredTokenStream.html">TokenSources.StoredTokenStream Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources.StoredTokenStream class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSources.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,55 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources Class</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources Class</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p> Hides implementation issues associated with obtaining a TokenStream for use with the higlighter - can obtain from TermFreqVectors with offsets and (optionally) positions or from Analyzer class reparsing the stored content. </p>
+      <p>For a list of all members of this type, see <a href="Lucene.Net.Highlight.TokenSourcesMembers.html">TokenSources Members</a>.</p>
+      <p>
+        <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a>
+        <br />   <b>Lucene.Net.Highlight.TokenSources</b></p>
+      <div class="syntax">
+        <div>public class TokenSources</div>
+      </div>
+      <H4 class="dtH4">Thread Safety</H4>
+      <P>Public static (<b>Shared</b> in Visual Basic) members of this type are 
+				safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be 
+				thread-safe.</P>
+      <h4 class="dtH4">Requirements</h4>
+      <p>
+        <b>Namespace: </b>
+        <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight</a>
+      </p>
+      <p>
+        <b>Assembly: </b>Highlighter.Net (in Highlighter.Net.dll)
+					</p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSourcesMembers.html">TokenSources Members</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources class, about TokenSources class">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesConstructor.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesConstructor.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesConstructor.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesConstructor.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,37 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources Constructor</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources Constructor </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>Initializes a new instance of the <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources</a> class.</p>
+      <div class="syntax">public TokenSources();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources class, constructor">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMembers.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMembers.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMembers.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMembers.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,87 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources Members</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources Members
+					</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources overview</a>
+      </p>
+      <h4 class="dtH4">Public Static Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html">GetAnyTokenStream</a></td><td width="50%"> A convenience method that tries a number of approaches to getting a token stream. The cost of finding there are no termVectors in the index is minimal (1000 invocations still registers 0 ms). So this "lazy" (flexible?) approach to coding is probably acceptable </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">GetTokenStream</a></td><td width="50%">Overloaded.  </td></tr></table>
+      </div>
+      <h4 class="dtH4">Public Instance Constructors</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+          <tr VALIGN="top">
+            <td width="50%">
+              <img src="pubmethod.gif" />
+              <a href="Lucene.Net.Highlight.TokenSourcesConstructor.html">TokenSources Constructor</a>
+            </td>
+            <td width="50%">Initializes a new instance of the <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources</a> class.</td>
+          </tr>
+        </table>
+      </div>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources class">
+        </param>
+        <param name="Keyword" value="Lucene.Net.Highlight.TokenSources class">
+        </param>
+        <param name="Keyword" value="TokenSources class, all members">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMethods.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.TokenSourcesMethods.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,68 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>TokenSources Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">TokenSources Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>TokenSources</b> class are listed below. For a complete list of <b>TokenSources</b> class members, see the <a href="Lucene.Net.Highlight.TokenSourcesMembers.html">TokenSources Members</a> topic.</p>
+      <h4 class="dtH4">Public Static Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="Lucene.Net.Highlight.TokenSources.GetAnyTokenStream.html">GetAnyTokenStream</a></td><td width="50%"> A convenience method that tries a number of approaches to getting a token stream. The cost of finding there are no termVectors in the index is minimal (1000 invocations still registers 0 ms). So this "lazy" (flexible?) approach to coding is probably acceptable </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="Lucene.Net.Highlight.TokenSources.GetTokenStream_overloads.html">GetTokenStream</a></td><td width="50%">Overloaded.  </td></tr></table>
+      </div>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.TokenSources.html">TokenSources Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="TokenSources class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetTerm.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetTerm.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetTerm.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetTerm.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,44 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm.GetTerm Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm.GetTerm Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> GetTerm();</div>
+      <h4 class="dtH4">Return Value</h4>
+      <p> the term value (stemmed) </p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetTerm method">
+        </param>
+        <param name="Keyword" value="GetTerm method, WeightedTerm class">
+        </param>
+        <param name="Keyword" value="WeightedTerm.GetTerm method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetWeight.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetWeight.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetWeight.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.GetWeight.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,44 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm.GetWeight Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm.GetWeight Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemSingleClassTopic.htm">float</a> GetWeight();</div>
+      <h4 class="dtH4">Return Value</h4>
+      <p> the weight associated with this term </p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="GetWeight method">
+        </param>
+        <param name="Keyword" value="GetWeight method, WeightedTerm class">
+        </param>
+        <param name="Keyword" value="WeightedTerm.GetWeight method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetTerm.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetTerm.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetTerm.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetTerm.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,49 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm.SetTerm Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm.SetTerm Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> SetTerm(<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>term</i><br />);</div>
+      <h4 class="dtH4">Parameters</h4>
+      <dl>
+        <dt>
+          <i>term</i>
+        </dt>
+        <dd>the term value (stemmed) </dd>
+      </dl>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="SetTerm method">
+        </param>
+        <param name="Keyword" value="SetTerm method, WeightedTerm class">
+        </param>
+        <param name="Keyword" value="WeightedTerm.SetTerm method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetWeight.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetWeight.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetWeight.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.SetWeight.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,49 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm.SetWeight Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm.SetWeight Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> SetWeight(<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemSingleClassTopic.htm">float</a> <i>weight</i><br />);</div>
+      <h4 class="dtH4">Parameters</h4>
+      <dl>
+        <dt>
+          <i>weight</i>
+        </dt>
+        <dd>the weight associated with this term </dd>
+      </dl>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="SetWeight method">
+        </param>
+        <param name="Keyword" value="SetWeight method, WeightedTerm class">
+        </param>
+        <param name="Keyword" value="WeightedTerm.SetWeight method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTerm.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,55 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm Class</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm Class</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>Lightweight class to hold term and a weight value used for scoring this term </p>
+      <p>For a list of all members of this type, see <a href="Lucene.Net.Highlight.WeightedTermMembers.html">WeightedTerm Members</a>.</p>
+      <p>
+        <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a>
+        <br />   <b>Lucene.Net.Highlight.WeightedTerm</b></p>
+      <div class="syntax">
+        <div>public class WeightedTerm</div>
+      </div>
+      <H4 class="dtH4">Thread Safety</H4>
+      <P>Public static (<b>Shared</b> in Visual Basic) members of this type are 
+				safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be 
+				thread-safe.</P>
+      <h4 class="dtH4">Requirements</h4>
+      <p>
+        <b>Namespace: </b>
+        <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight</a>
+      </p>
+      <p>
+        <b>Assembly: </b>Highlighter.Net (in Highlighter.Net.dll)
+					</p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTermMembers.html">WeightedTerm Members</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="WeightedTerm class, about WeightedTerm class">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermConstructor.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermConstructor.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermConstructor.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermConstructor.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,38 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm Constructor</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm Constructor </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public WeightedTerm(<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemSingleClassTopic.htm">float</a> <i>weight</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>term</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="WeightedTerm class, constructor">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMembers.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMembers.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMembers.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMembers.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,86 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm Members</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm Members
+					</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm overview</a>
+      </p>
+      <h4 class="dtH4">Public Instance Constructors</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+          <tr VALIGN="top">
+            <td width="50%">
+              <img src="pubmethod.gif" />
+              <a href="Lucene.Net.Highlight.WeightedTermConstructor.html">WeightedTerm Constructor</a>
+            </td>
+            <td width="50%">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.GetTerm.html">GetTerm</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.GetWeight.html">GetWeight</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.SetTerm.html">SetTerm</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.SetWeight.html">SetWeight</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="WeightedTerm class">
+        </param>
+        <param name="Keyword" value="Lucene.Net.Highlight.WeightedTerm class">
+        </param>
+        <param name="Keyword" value="WeightedTerm class, all members">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMethods.html?view=auto&rev=493946
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Highlighter.Net/Lucene.Net.Highlight.WeightedTermMethods.html Sun Jan  7 20:49:41 2007
@@ -0,0 +1,66 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>WeightedTerm Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Highlighter.Net 2.0.0</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">WeightedTerm Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>WeightedTerm</b> class are listed below. For a complete list of <b>WeightedTerm</b> class members, see the <a href="Lucene.Net.Highlight.WeightedTermMembers.html">WeightedTerm Members</a> topic.</p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.GetTerm.html">GetTerm</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.GetWeight.html">GetWeight</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.SetTerm.html">SetTerm</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Highlight.WeightedTerm.SetWeight.html">SetWeight</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="Lucene.Net.Highlight.WeightedTerm.html">WeightedTerm Class</a> | <a href="Lucene.Net.Highlight.html">Lucene.Net.Highlight Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="WeightedTerm class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file