Modified: lucy/site/trunk/content/docs/perl/Lucy/Store/RAMFolder.html URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Store/RAMFolder.html?rev=1648646&r1=1648645&r2=1648646&view=diff ============================================================================== --- lucy/site/trunk/content/docs/perl/Lucy/Store/RAMFolder.html (original) +++ lucy/site/trunk/content/docs/perl/Lucy/Store/RAMFolder.html Wed Dec 31 02:08:17 2014 @@ -41,7 +41,7 @@ <h1 id="INHERITANCE">INHERITANCE</h1> -<p>Lucy::Store::RAMFolder isa <a href="../../Lucy/Store/Folder.html">Lucy::Store::Folder</a> isa <a href="../../Lucy/Object/Obj.html">Lucy::Object::Obj</a>.</p> +<p>Lucy::Store::RAMFolder isa <a href="../../Lucy/Store/Folder.html">Lucy::Store::Folder</a> isa Clownfish::Obj.</p> </body> </html>
Modified: lucy/site/trunk/content/docs/perl/LucyX/Remote/SearchClient.html URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/LucyX/Remote/SearchClient.html?rev=1648646&r1=1648645&r2=1648646&view=diff ============================================================================== --- lucy/site/trunk/content/docs/perl/LucyX/Remote/SearchClient.html (original) +++ lucy/site/trunk/content/docs/perl/LucyX/Remote/SearchClient.html Wed Dec 31 02:08:17 2014 @@ -9,6 +9,34 @@ <p>Make a remote procedure call. For every call that does not close/terminate the socket connection, expect a response back that's been serialized using Storable.</p> +<h1 id="NAME">NAME</h1> + +<p>LucyX::Remote::SearchClient - Connect to a remote SearchServer.</p> + +<h1 id="SYNOPSIS">SYNOPSIS</h1> + +<pre><code> my $client = LucyX::Remote::SearchClient->new( + peer_address => 'searchserver1:7890', + ); + my $hits = $client->hits( query => $query );</code></pre> + +<h1 id="DESCRIPTION">DESCRIPTION</h1> + +<p>SearchClient is a subclass of <a href="../../Lucy/Search/Searcher.html">Lucy::Search::Searcher</a> which can be used to search an index on a remote machine made accessible via <a href="../../LucyX/Remote/SearchServer.html">SearchServer</a>.</p> + +<h1 id="METHODS">METHODS</h1> + +<h2 id="new">new</h2> + +<p>Constructor. Takes hash-style params.</p> + +<ul> + +<li><p><b>peer_address</b> - The name/IP and the port number which the client should attempt to connect to.</p> + +</li> +</ul> + </body> </html> Modified: lucy/site/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html?rev=1648646&r1=1648645&r2=1648646&view=diff ============================================================================== --- lucy/site/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html (original) +++ lucy/site/trunk/content/docs/perl/LucyX/Search/ProximityQuery.html Wed Dec 31 02:08:17 2014 @@ -54,7 +54,7 @@ <h1 id="INHERITANCE">INHERITANCE</h1> -<p>LucyX::Search::ProximityQuery isa <a href="../../Lucy/Search/Query.html">Lucy::Search::Query</a> isa <a href="../../Lucy/Object/Obj.html">Lucy::Object::Obj</a>.</p> +<p>LucyX::Search::ProximityQuery isa <a href="../../Lucy/Search/Query.html">Lucy::Search::Query</a> isa Clownfish::Obj.</p> </body> </html> Modified: lucy/site/trunk/content/docs/perl/index.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/index.mdtext?rev=1648646&r1=1648645&r2=1648646&view=diff ============================================================================== --- lucy/site/trunk/content/docs/perl/index.mdtext (original) +++ lucy/site/trunk/content/docs/perl/index.mdtext Wed Dec 31 02:08:17 2014 @@ -1,10 +1,10 @@ -#### Perl API documentation for Apache Lucy 0.3.3 +#### Perl API documentation for Apache Lucy 0.4.2 - [Lucy](Lucy.html) - Apache Lucy search engine library. - [Lucy::Analysis::Analyzer](Lucy/Analysis/Analyzer.html) - Tokenize/modify/filter text. - [Lucy::Analysis::CaseFolder](Lucy/Analysis/CaseFolder.html) - Normalize case, facilitating case-insensitive search. - - [Lucy::Analysis::EasyAnalyzer](Lucy/Analysis/EasyAnalyzer.html) - A simple analyzer chain - - [Lucy::Analysis::Normalizer](Lucy/Analysis/Normalizer.html) - Unicode normalization, case folding and accent stripping + - [Lucy::Analysis::EasyAnalyzer](Lucy/Analysis/EasyAnalyzer.html) - A simple analyzer chain. + - [Lucy::Analysis::Normalizer](Lucy/Analysis/Normalizer.html) - Unicode normalization, case folding and accent stripping. - [Lucy::Analysis::PolyAnalyzer](Lucy/Analysis/PolyAnalyzer.html) - Multiple Analyzers in series. - [Lucy::Analysis::RegexTokenizer](Lucy/Analysis/RegexTokenizer.html) - Split a string into tokens. - [Lucy::Analysis::SnowballStemmer](Lucy/Analysis/SnowballStemmer.html) - Reduce related words to a shared root. @@ -48,8 +48,7 @@ - [Lucy::Index::Similarity](Lucy/Index/Similarity.html) - Judge how well a document matches a query. - [Lucy::Index::Snapshot](Lucy/Index/Snapshot.html) - Point-in-time index file list. - [Lucy::Object::BitVector](Lucy/Object/BitVector.html) - An array of bits. - - [Lucy::Object::Err](Lucy/Object/Err.html) - Exception. - - [Lucy::Object::Obj](Lucy/Object/Obj.html) - Base class for all Lucy objects. + - [Lucy::Object::Obj](Lucy/Object/Obj.html) - Moved. - [Lucy::Plan::Architecture](Lucy/Plan/Architecture.html) - Configure major components of an index. - [Lucy::Plan::BlobType](Lucy/Plan/BlobType.html) - Default behaviors for binary fields. - [Lucy::Plan::FieldType](Lucy/Plan/FieldType.html) - Define a field's behavior. @@ -98,3 +97,4 @@ - [LucyX::Search::Filter](LucyX/Search/Filter.html) - Build a caching filter based on results of a Query. - [LucyX::Search::MockMatcher](LucyX/Search/MockMatcher.html) - Matcher with arbitrary docs and scores. - [LucyX::Search::ProximityQuery](LucyX/Search/ProximityQuery.html) - Query matching an ordered list of terms. +
