Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Searcher.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Searcher.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Searcher.html Wed 
Dec 31 01:02:36 2014
@@ -21,7 +21,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    package MySearcher;
     use base qw( Lucy::Search::Searcher );
@@ -42,7 +42,7 @@
 
 <h1 id="ABSTRACT-METHODS">ABSTRACT METHODS</h1>
 
-<h2 id="collect-labeled-params-">collect( <i>[labeled params]</i> )</h2>
+<h2 id="collect-labeled-params">collect( <i>[labeled params]</i> )</h2>
 
 <p>Iterate over hits, feeding them into a <a 
href="../../Lucy/Search/Collector.html">Collector</a>.</p>
 
@@ -56,11 +56,11 @@
 </li>
 </ul>
 
-<h2 id="doc_max-">doc_max()</h2>
+<h2 id="doc_max">doc_max()</h2>
 
 <p>Return the maximum number of docs in the collection represented by the 
Searcher, which is also the highest possible internal doc id. Documents which 
have been marked as deleted but not yet purged are included in this count.</p>
 
-<h2 id="doc_freq-labeled-params-">doc_freq( <i>[labeled params]</i> )</h2>
+<h2 id="doc_freq-labeled-params">doc_freq( <i>[labeled params]</i> )</h2>
 
 <p>Return the number of documents which contain the term in the given 
field.</p>
 
@@ -74,7 +74,7 @@
 </li>
 </ul>
 
-<h2 id="fetch_doc-doc_id-">fetch_doc(doc_id)</h2>
+<h2 id="fetch_doc-doc_id">fetch_doc(doc_id)</h2>
 
 <p>Retrieve a document. Throws an error if the doc id is out of range.</p>
 
@@ -87,7 +87,7 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="hits-labeled-params-">hits( <i>[labeled params]</i> )</h2>
+<h2 id="hits-labeled-params">hits( <i>[labeled params]</i> )</h2>
 
 <p>Return a Hits object containing the top results.</p>
 
@@ -107,11 +107,11 @@
 </li>
 </ul>
 
-<h2 id="glean_query-query-">glean_query(query)</h2>
+<h2 id="glean_query-query">glean_query(query)</h2>
 
 <p>If the supplied object is a Query, return it; if it&#39;s a query string, 
create a QueryParser and parse it to produce a query against all indexed 
fields.</p>
 
-<h2 id="get_schema-">get_schema()</h2>
+<h2 id="get_schema">get_schema()</h2>
 
 <p>Accessor for the object&#39;s <code>schema</code> member.</p>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortRule.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortRule.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortRule.html Wed 
Dec 31 01:02:36 2014
@@ -26,7 +26,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $by_title   = Lucy::Search::SortRule-&gt;new( field =&gt; 
&#39;title&#39; );
     my $by_score   = Lucy::Search::SortRule-&gt;new( type  =&gt; 
&#39;score&#39; );
@@ -51,11 +51,11 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="get_field-">get_field()</h2>
+<h2 id="get_field">get_field()</h2>
 
 <p>Accessor for &quot;field&quot; member.</p>
 
-<h2 id="get_reverse-">get_reverse()</h2>
+<h2 id="get_reverse">get_reverse()</h2>
 
 <p>Accessor for &quot;reverse&quot; member.</p>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortSpec.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortSpec.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/SortSpec.html Wed 
Dec 31 01:02:36 2014
@@ -34,7 +34,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $sort_spec = Lucy::Search::SortSpec-&gt;new( rules =&gt; 
\@rules );</code></pre>
 

Modified: websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Span.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Span.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Span.html Wed Dec 
31 01:02:36 2014
@@ -29,7 +29,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $span = Lucy::Search::Span-&gt;new(
         offset =&gt; 75,     # required
@@ -52,27 +52,27 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="set_offset-offset-">set_offset(offset)</h2>
+<h2 id="set_offset-offset">set_offset(offset)</h2>
 
 <p>Setter for <code>offset</code> attribute.</p>
 
-<h2 id="get_offset-">get_offset()</h2>
+<h2 id="get_offset">get_offset()</h2>
 
 <p>Accessor for <code>offset</code> attribute.</p>
 
-<h2 id="set_length-length-">set_length(length)</h2>
+<h2 id="set_length-length">set_length(length)</h2>
 
 <p>Setter for <code>length</code> attribute.</p>
 
-<h2 id="get_length-">get_length()</h2>
+<h2 id="get_length">get_length()</h2>
 
 <p>Accessor for <code>length</code> attribute.</p>
 
-<h2 id="set_weight-weight-">set_weight(weight)</h2>
+<h2 id="set_weight-weight">set_weight(weight)</h2>
 
 <p>Setter for <code>weight</code> attribute.</p>
 
-<h2 id="get_weight-">get_weight()</h2>
+<h2 id="get_weight">get_weight()</h2>
 
 <p>Accessor for <code>weight</code> attribute.</p>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/TermQuery.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/TermQuery.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/TermQuery.html 
Wed Dec 31 01:02:36 2014
@@ -25,7 +25,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $term_query = Lucy::Search::TermQuery-&gt;new(
         field =&gt; &#39;content&#39;,    # required
@@ -44,11 +44,11 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="get_field-">get_field()</h2>
+<h2 id="get_field">get_field()</h2>
 
 <p>Accessor for object&#39;s <code>field</code> member.</p>
 
-<h2 id="get_term-">get_term()</h2>
+<h2 id="get_term">get_term()</h2>
 
 <p>Accessor for object&#39;s <code>term</code> member.</p>
 

Modified: websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/FSFolder.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/FSFolder.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/FSFolder.html Wed 
Dec 31 01:02:36 2014
@@ -23,7 +23,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $folder = Lucy::Store::FSFolder-&gt;new(
         path   =&gt; &#39;/path/to/folder&#39;,

Modified: websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/Lock.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/Lock.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/Lock.html Wed Dec 
31 01:02:36 2014
@@ -29,7 +29,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $lock = Lucy::Store::Lock-&gt;new(
         name     =&gt; &#39;commit&#39;,     # required
@@ -62,7 +62,7 @@
 
 <h1 id="ABSTRACT-METHODS">ABSTRACT METHODS</h1>
 
-<h2 id="request-">request()</h2>
+<h2 id="request">request()</h2>
 
 <p>Make one attempt to acquire the lock.</p>
 
@@ -70,23 +70,23 @@
 
 <p>Returns: true on success, false on failure (sets Lucy-&gt;error).</p>
 
-<h2 id="release-">release()</h2>
+<h2 id="release">release()</h2>
 
 <p>Release the lock.</p>
 
-<h2 id="is_locked-">is_locked()</h2>
+<h2 id="is_locked">is_locked()</h2>
 
 <p>Indicate whether the resource identified by this lock&#39;s name is 
currently locked.</p>
 
 <p>Returns: true if the resource is locked, false otherwise.</p>
 
-<h2 id="clear_stale-">clear_stale()</h2>
+<h2 id="clear_stale">clear_stale()</h2>
 
 <p>Release all locks that meet the following three conditions: the lock name 
matches, the host id matches, and the process id that the lock was created 
under no longer identifies an active process.</p>
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="obtain-">obtain()</h2>
+<h2 id="obtain">obtain()</h2>
 
 <p>Call request() once per <code>interval</code> until request() returns 
success or the <code>timeout</code> has been reached.</p>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/LockFactory.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/LockFactory.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/LockFactory.html 
Wed Dec 31 01:02:36 2014
@@ -34,7 +34,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $lock_factory = Lucy::Store::LockFactory-&gt;new(
         folder =&gt; $folder,      # required
@@ -53,7 +53,7 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="make_lock-labeled-params-">make_lock( <i>[labeled params]</i> )</h2>
+<h2 id="make_lock-labeled-params">make_lock( <i>[labeled params]</i> )</h2>
 
 <p>Return a Lock object, which, once obtain() returns successfully, maintains 
an exclusive lock on a resource.</p>
 
@@ -70,7 +70,7 @@
 </li>
 </ul>
 
-<h2 id="make_shared_lock-labeled-params-">make_shared_lock( <i>[labeled 
params]</i> )</h2>
+<h2 id="make_shared_lock-labeled-params">make_shared_lock( <i>[labeled 
params]</i> )</h2>
 
 <p>Return a Lock object for which shared() returns true, and which maintains a 
non-exclusive lock on a resource once obtain() returns success.</p>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/RAMFolder.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/RAMFolder.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/RAMFolder.html Wed 
Dec 31 01:02:36 2014
@@ -26,7 +26,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <pre><code>    my $folder = Lucy::Store::RAMFolder-&gt;new(
         path =&gt; $relative_path,   # default: empty string

Modified: 
websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/MockMatcher.html
==============================================================================
--- websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/MockMatcher.html 
(original)
+++ websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/MockMatcher.html 
Wed Dec 31 01:02:36 2014
@@ -19,7 +19,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( [<i>labeled params</i>] )</h2>
+<h2 id="new-labeled-params">new( [<i>labeled params</i>] )</h2>
 
 <ul>
 

Modified: 
websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html
==============================================================================
--- 
websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html 
(original)
+++ 
websites/staging/lucy/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html 
Wed Dec 31 01:02:36 2014
@@ -26,7 +26,7 @@
 
 <h1 id="CONSTRUCTORS">CONSTRUCTORS</h1>
 
-<h2 id="new-labeled-params-">new( <i>[labeled params]</i> )</h2>
+<h2 id="new-labeled-params">new( <i>[labeled params]</i> )</h2>
 
 <ul>
 
@@ -40,15 +40,15 @@
 
 <h1 id="METHODS">METHODS</h1>
 
-<h2 id="get_field-">get_field()</h2>
+<h2 id="get_field">get_field()</h2>
 
 <p>Accessor for object&#39;s field attribute.</p>
 
-<h2 id="get_terms-">get_terms()</h2>
+<h2 id="get_terms">get_terms()</h2>
 
 <p>Accessor for object&#39;s array of terms.</p>
 
-<h2 id="get_within-">get_within()</h2>
+<h2 id="get_within">get_within()</h2>
 
 <p>Accessor for object&#39;s within attribute.</p>
 


Reply via email to