pho 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +4 -0
- data/Rakefile +1 -1
- data/bin/talis_store +1 -1
- data/doc/rdoc/classes/Pho/CommandLine.html +108 -108
- data/doc/rdoc/classes/Pho/DatatypeProperty.html +12 -12
- data/doc/rdoc/classes/Pho/Enrichment/StoreEnricher.html +29 -29
- data/doc/rdoc/classes/Pho/Etags.html +36 -36
- data/doc/rdoc/classes/Pho/Facet/Results.html +19 -19
- data/doc/rdoc/classes/Pho/Facet/Term.html +6 -6
- data/doc/rdoc/classes/Pho/FieldPredicateMap.html +90 -90
- data/doc/rdoc/classes/Pho/FieldWeighting.html +12 -12
- data/doc/rdoc/classes/Pho/Job.html +64 -64
- data/doc/rdoc/classes/Pho/Jobs.html +60 -60
- data/doc/rdoc/classes/Pho/OAI/Record.html +11 -11
- data/doc/rdoc/classes/Pho/OAI/Records.html +96 -18
- data/doc/rdoc/classes/Pho/QueryProfile.html +60 -60
- data/doc/rdoc/classes/Pho/RDF/Parser.html +24 -24
- data/doc/rdoc/classes/Pho/ResourceHash/Converter.html +36 -36
- data/doc/rdoc/classes/Pho/ResourceHash/SetAlgebra.html +12 -12
- data/doc/rdoc/classes/Pho/Snapshot.html +35 -35
- data/doc/rdoc/classes/Pho/Status.html +26 -26
- data/doc/rdoc/classes/Pho/Store.html +232 -222
- data/doc/rdoc/classes/Pho/StoreSparqlClient.html +14 -14
- data/doc/rdoc/classes/String.html +1 -1
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/CHANGES.html +8 -1
- data/doc/rdoc/files/lib/pho/oai_rb.html +1 -1
- data/doc/rdoc/files/lib/pho/store_rb.html +1 -1
- data/doc/rdoc/files/lib/pho_rb.html +2 -1
- data/doc/rdoc/fr_method_index.html +148 -147
- data/lib/pho.rb +1 -0
- data/lib/pho/oai.rb +53 -16
- data/lib/pho/store.rb +12 -2
- data/tests/tc_oai.rb +109 -2
- metadata +3 -3
@@ -88,8 +88,8 @@
|
|
88
88
|
<h3 class="section-bar">Methods</h3>
|
89
89
|
|
90
90
|
<div class="name-list">
|
91
|
-
<a href="#
|
92
|
-
<a href="#
|
91
|
+
<a href="#M000154">describe_uri</a>
|
92
|
+
<a href="#M000153">new</a>
|
93
93
|
</div>
|
94
94
|
</div>
|
95
95
|
|
@@ -111,21 +111,21 @@
|
|
111
111
|
<div id="methods">
|
112
112
|
<h3 class="section-bar">Public Class methods</h3>
|
113
113
|
|
114
|
-
<div id="method-
|
115
|
-
<a name="
|
114
|
+
<div id="method-M000153" class="method-detail">
|
115
|
+
<a name="M000153"></a>
|
116
116
|
|
117
117
|
<div class="method-heading">
|
118
|
-
<a href="#
|
118
|
+
<a href="#M000153" class="method-signature">
|
119
119
|
<span class="method-name">new</span><span class="method-args">(store, endpoint, client=HTTPClient.new() )</span>
|
120
120
|
</a>
|
121
121
|
</div>
|
122
122
|
|
123
123
|
<div class="method-description">
|
124
124
|
<p><a class="source-toggle" href="#"
|
125
|
-
onclick="toggleCode('
|
126
|
-
<div class="method-source-code" id="
|
125
|
+
onclick="toggleCode('M000153-source');return false;">[Source]</a></p>
|
126
|
+
<div class="method-source-code" id="M000153-source">
|
127
127
|
<pre>
|
128
|
-
<span class="ruby-comment cmt"># File lib/pho/store.rb, line
|
128
|
+
<span class="ruby-comment cmt"># File lib/pho/store.rb, line 512</span>
|
129
129
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">store</span>, <span class="ruby-identifier">endpoint</span>, <span class="ruby-identifier">client</span>=<span class="ruby-constant">HTTPClient</span>.<span class="ruby-identifier">new</span>() )
|
130
130
|
<span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">endpoint</span>, <span class="ruby-identifier">client</span>)
|
131
131
|
<span class="ruby-ivar">@store</span> = <span class="ruby-identifier">store</span>
|
@@ -137,11 +137,11 @@
|
|
137
137
|
|
138
138
|
<h3 class="section-bar">Public Instance methods</h3>
|
139
139
|
|
140
|
-
<div id="method-
|
141
|
-
<a name="
|
140
|
+
<div id="method-M000154" class="method-detail">
|
141
|
+
<a name="M000154"></a>
|
142
142
|
|
143
143
|
<div class="method-heading">
|
144
|
-
<a href="#
|
144
|
+
<a href="#M000154" class="method-signature">
|
145
145
|
<span class="method-name">describe_uri</span><span class="method-args">(uri, format="application/rdf+xml", type=:cbd)</span>
|
146
146
|
</a>
|
147
147
|
</div>
|
@@ -152,10 +152,10 @@ Override default behaviour to use the Stores Describe service instead when
|
|
152
152
|
requesting CBDs
|
153
153
|
</p>
|
154
154
|
<p><a class="source-toggle" href="#"
|
155
|
-
onclick="toggleCode('
|
156
|
-
<div class="method-source-code" id="
|
155
|
+
onclick="toggleCode('M000154-source');return false;">[Source]</a></p>
|
156
|
+
<div class="method-source-code" id="M000154-source">
|
157
157
|
<pre>
|
158
|
-
<span class="ruby-comment cmt"># File lib/pho/store.rb, line
|
158
|
+
<span class="ruby-comment cmt"># File lib/pho/store.rb, line 519</span>
|
159
159
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">describe_uri</span>(<span class="ruby-identifier">uri</span>, <span class="ruby-identifier">format</span>=<span class="ruby-value str">"application/rdf+xml"</span>, <span class="ruby-identifier">type</span>=<span class="ruby-identifier">:cbd</span>)
|
160
160
|
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:cbd</span>
|
161
161
|
<span class="ruby-keyword kw">return</span> <span class="ruby-ivar">@store</span>.<span class="ruby-identifier">describe</span>(<span class="ruby-identifier">uri</span>, <span class="ruby-identifier">format</span>)
|
@@ -122,7 +122,7 @@
|
|
122
122
|
onclick="toggleCode('M000001-source');return false;">[Source]</a></p>
|
123
123
|
<div class="method-source-code" id="M000001-source">
|
124
124
|
<pre>
|
125
|
-
<span class="ruby-comment cmt"># File lib/pho.rb, line
|
125
|
+
<span class="ruby-comment cmt"># File lib/pho.rb, line 32</span>
|
126
126
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">start_with?</span>(<span class="ruby-identifier">prefix</span>)
|
127
127
|
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">index</span>(<span class="ruby-identifier">prefix</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
|
128
128
|
<span class="ruby-keyword kw">end</span>
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Sun, 04 Apr 2010 18:26:46 +0100
|
data/doc/rdoc/files/CHANGES.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Sun Apr 04 15:30:05 +0100 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -72,6 +72,13 @@
|
|
72
72
|
<p>
|
73
73
|
Brief notes on significant changes and additions in each release
|
74
74
|
</p>
|
75
|
+
<h2>Version 0.7.2</h2>
|
76
|
+
<ul>
|
77
|
+
<li>Now parses full OAI response, support for listing records between dates and
|
78
|
+
resumption tokens
|
79
|
+
|
80
|
+
</li>
|
81
|
+
</ul>
|
75
82
|
<h2>Version 0.7.1</h2>
|
76
83
|
<ul>
|
77
84
|
<li>Bug fix for changeset generation, escaping of & in literals
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Sun Apr 04 14:16:54 +0100 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -77,6 +77,7 @@
|
|
77
77
|
httpclient
|
78
78
|
json
|
79
79
|
yaml
|
80
|
+
date
|
80
81
|
rexml/document
|
81
82
|
pho/etags
|
82
83
|
pho/store
|
@@ -20,216 +20,217 @@
|
|
20
20
|
<div id="index">
|
21
21
|
<h1 class="section-bar">Methods</h1>
|
22
22
|
<div id="index-entries">
|
23
|
-
<a href="classes/Pho/QueryProfile.html#
|
24
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
23
|
+
<a href="classes/Pho/QueryProfile.html#M000134"><< (Pho::QueryProfile)</a><br />
|
24
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000097"><< (Pho::FieldPredicateMap)</a><br />
|
25
25
|
<a href="classes/Pho/Update/LiteralStatement.html#M000043">== (Pho::Update::LiteralStatement)</a><br />
|
26
26
|
<a href="classes/Pho/Update/ResourceStatement.html#M000050">== (Pho::Update::ResourceStatement)</a><br />
|
27
|
-
<a href="classes/Pho/Etags.html#
|
27
|
+
<a href="classes/Pho/Etags.html#M000208">add (Pho::Etags)</a><br />
|
28
28
|
<a href="classes/Pho/Update/Changeset.html#M000063">add_addition (Pho::Update::Changeset)</a><br />
|
29
29
|
<a href="classes/Pho/Update/Changeset.html#M000064">add_additions (Pho::Update::Changeset)</a><br />
|
30
30
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000003">add_default_graph (Pho::Sparql::SparqlClient)</a><br />
|
31
|
-
<a href="classes/Pho/Etags.html#
|
32
|
-
<a href="classes/Pho/CommandLine.html#
|
31
|
+
<a href="classes/Pho/Etags.html#M000209">add_from_response (Pho::Etags)</a><br />
|
32
|
+
<a href="classes/Pho/CommandLine.html#M000129">add_mapping (Pho::CommandLine)</a><br />
|
33
33
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000004">add_named_graph (Pho::Sparql::SparqlClient)</a><br />
|
34
34
|
<a href="classes/Pho/Update/Changeset.html#M000066">add_removal (Pho::Update::Changeset)</a><br />
|
35
35
|
<a href="classes/Pho/Update/Changeset.html#M000067">add_removals (Pho::Update::Changeset)</a><br />
|
36
|
-
<a href="classes/Pho/CommandLine.html#
|
36
|
+
<a href="classes/Pho/CommandLine.html#M000130">add_weight (Pho::CommandLine)</a><br />
|
37
37
|
<a href="classes/Pho/Update/Changeset.html#M000062">additions (Pho::Update::Changeset)</a><br />
|
38
38
|
<a href="classes/Pho/Update/Changesets.html#M000053">all_to_rdf (Pho::Update::Changesets)</a><br />
|
39
39
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000012">apply_initial_bindings (Pho::Sparql::SparqlHelper)</a><br />
|
40
|
-
<a href="classes/Pho/Sparql/SparqlHelper.html#M000016">ask (Pho::Sparql::SparqlHelper)</a><br />
|
41
40
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000010">ask (Pho::Sparql::SparqlClient)</a><br />
|
42
|
-
<a href="classes/Pho/
|
43
|
-
<a href="classes/Pho/Store.html#
|
44
|
-
<a href="classes/Pho/
|
45
|
-
<a href="classes/Pho/
|
41
|
+
<a href="classes/Pho/Sparql/SparqlHelper.html#M000016">ask (Pho::Sparql::SparqlHelper)</a><br />
|
42
|
+
<a href="classes/Pho/Store.html#M000173">augment (Pho::Store)</a><br />
|
43
|
+
<a href="classes/Pho/Store.html#M000172">augment_uri (Pho::Store)</a><br />
|
44
|
+
<a href="classes/Pho/Snapshot.html#M000193">backup (Pho::Snapshot)</a><br />
|
45
|
+
<a href="classes/Pho/CommandLine.html#M000118">backup (Pho::CommandLine)</a><br />
|
46
46
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000046">build (Pho::Update::ChangesetBuilder)</a><br />
|
47
47
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000045">build_batch (Pho::Update::ChangesetBuilder)</a><br />
|
48
|
-
<a href="classes/Pho/Jobs.html#
|
49
|
-
<a href="classes/Pho/Store.html#
|
50
|
-
<a href="classes/Pho/Job.html#
|
51
|
-
<a href="classes/Pho/Store.html#
|
48
|
+
<a href="classes/Pho/Jobs.html#M000147">build_job_request (Pho::Jobs)</a><br />
|
49
|
+
<a href="classes/Pho/Store.html#M000157">build_uri (Pho::Store)</a><br />
|
50
|
+
<a href="classes/Pho/Job.html#M000199">completed? (Pho::Job)</a><br />
|
51
|
+
<a href="classes/Pho/Store.html#M000174">configure_headers_for_conditional_get (Pho::Store)</a><br />
|
52
52
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000009">construct (Pho::Sparql::SparqlClient)</a><br />
|
53
53
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000020">construct_to_resource_hash (Pho::Sparql::SparqlHelper)</a><br />
|
54
54
|
<a href="classes/Pho/Update/Statement.html#M000055">create_literal (Pho::Update::Statement)</a><br />
|
55
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
55
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000095">create_mapping (Pho::FieldPredicateMap)</a><br />
|
56
56
|
<a href="classes/Pho/Update/Statement.html#M000056">create_resource (Pho::Update::Statement)</a><br />
|
57
57
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000047">create_statements (Pho::Update::ChangesetBuilder)</a><br />
|
58
58
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000048">create_statements_for_uri (Pho::Update::ChangesetBuilder)</a><br />
|
59
|
-
<a href="classes/Pho/QueryProfile.html#
|
60
|
-
<a href="classes/Pho/Store.html#
|
61
|
-
<a href="classes/Pho/
|
62
|
-
<a href="classes/Pho/
|
59
|
+
<a href="classes/Pho/QueryProfile.html#M000132">create_weighting (Pho::QueryProfile)</a><br />
|
60
|
+
<a href="classes/Pho/Store.html#M000177">delete_item (Pho::Store)</a><br />
|
61
|
+
<a href="classes/Pho/CommandLine.html#M000123">describe (Pho::CommandLine)</a><br />
|
62
|
+
<a href="classes/Pho/Store.html#M000161">describe (Pho::Store)</a><br />
|
63
63
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000007">describe (Pho::Sparql::SparqlClient)</a><br />
|
64
64
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000021">describe_to_resource_hash (Pho::Sparql::SparqlHelper)</a><br />
|
65
|
-
<a href="classes/Pho/StoreSparqlClient.html#
|
66
|
-
<a href="classes/Pho/Sparql/SparqlHelper.html#M000023">describe_uri (Pho::Sparql::SparqlHelper)</a><br />
|
65
|
+
<a href="classes/Pho/StoreSparqlClient.html#M000154">describe_uri (Pho::StoreSparqlClient)</a><br />
|
67
66
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000006">describe_uri (Pho::Sparql::SparqlClient)</a><br />
|
68
|
-
<a href="classes/Pho/
|
67
|
+
<a href="classes/Pho/Sparql/SparqlHelper.html#M000023">describe_uri (Pho::Sparql::SparqlHelper)</a><br />
|
68
|
+
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000081">enrich (Pho::Enrichment::StoreEnricher)</a><br />
|
69
69
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000017">exists (Pho::Sparql::SparqlHelper)</a><br />
|
70
|
-
<a href="classes/Pho/Store.html#
|
70
|
+
<a href="classes/Pho/Store.html#M000170">facet (Pho::Store)</a><br />
|
71
71
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000032">failures (Pho::FileManagement::AbstractFileManager)</a><br />
|
72
|
-
<a href="classes/Pho/CommandLine.html#
|
73
|
-
<a href="classes/Pho/Etags.html#
|
74
|
-
<a href="classes/Pho/
|
75
|
-
<a href="classes/Pho/
|
76
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
72
|
+
<a href="classes/Pho/CommandLine.html#M000127">fpmap (Pho::CommandLine)</a><br />
|
73
|
+
<a href="classes/Pho/Etags.html#M000210">get (Pho::Etags)</a><br />
|
74
|
+
<a href="classes/Pho/QueryProfile.html#M000135">get_by_name (Pho::QueryProfile)</a><br />
|
75
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000102">get_by_name (Pho::FieldPredicateMap)</a><br />
|
76
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000103">get_by_uri (Pho::FieldPredicateMap)</a><br />
|
77
77
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000035">get_fail_file_for (Pho::FileManagement::AbstractFileManager)</a><br />
|
78
|
-
<a href="classes/Pho/Store.html#
|
79
|
-
<a href="classes/Pho/Store.html#
|
80
|
-
<a href="classes/Pho/Store.html#
|
81
|
-
<a href="classes/Pho/Store.html#
|
82
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
78
|
+
<a href="classes/Pho/Store.html#M000185">get_field_predicate_map (Pho::Store)</a><br />
|
79
|
+
<a href="classes/Pho/Store.html#M000178">get_item (Pho::Store)</a><br />
|
80
|
+
<a href="classes/Pho/Store.html#M000179">get_job (Pho::Store)</a><br />
|
81
|
+
<a href="classes/Pho/Store.html#M000180">get_jobs (Pho::Store)</a><br />
|
82
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000098">get_name (Pho::FieldPredicateMap)</a><br />
|
83
83
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000036">get_ok_file_for (Pho::FileManagement::AbstractFileManager)</a><br />
|
84
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
85
|
-
<a href="classes/Pho/Store.html#
|
86
|
-
<a href="classes/Pho/Store.html#
|
87
|
-
<a href="classes/Pho/Store.html#
|
88
|
-
<a href="classes/Pho/Store.html#
|
89
|
-
<a href="classes/Pho/Etags.html#
|
90
|
-
<a href="classes/Pho/Enrichment/StoreEnricher.html#
|
84
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000099">get_property_uri (Pho::FieldPredicateMap)</a><br />
|
85
|
+
<a href="classes/Pho/Store.html#M000187">get_query_profile (Pho::Store)</a><br />
|
86
|
+
<a href="classes/Pho/Store.html#M000171">get_search_params (Pho::Store)</a><br />
|
87
|
+
<a href="classes/Pho/Store.html#M000183">get_snapshots (Pho::Store)</a><br />
|
88
|
+
<a href="classes/Pho/Store.html#M000182">get_status (Pho::Store)</a><br />
|
89
|
+
<a href="classes/Pho/Etags.html#M000211">has_tag? (Pho::Etags)</a><br />
|
90
|
+
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000079">infer (Pho::Enrichment::StoreEnricher)</a><br />
|
91
91
|
<a href="classes/Pho/FileManagement/FileManager.html#M000038">list (Pho::FileManagement::FileManager)</a><br />
|
92
92
|
<a href="classes/Pho/FileManagement/RDFManager.html#M000025">list (Pho::FileManagement::RDFManager)</a><br />
|
93
|
-
<a href="classes/Pho/Store.html#
|
94
|
-
<a href="classes/Pho/
|
95
|
-
<a href="classes/Pho/
|
96
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
97
|
-
<a href="classes/Pho/Enrichment/StoreEnricher.html#
|
98
|
-
<a href="classes/Pho/ResourceHash/SetAlgebra.html#
|
93
|
+
<a href="classes/Pho/Store.html#M000184">list_records (Pho::Store)</a><br />
|
94
|
+
<a href="classes/Pho/QueryProfile.html#M000138">mapped_name? (Pho::QueryProfile)</a><br />
|
95
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000100">mapped_name? (Pho::FieldPredicateMap)</a><br />
|
96
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000101">mapped_uri? (Pho::FieldPredicateMap)</a><br />
|
97
|
+
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000080">merge (Pho::Enrichment::StoreEnricher)</a><br />
|
98
|
+
<a href="classes/Pho/ResourceHash/SetAlgebra.html#M000088">minus (Pho::ResourceHash::SetAlgebra)</a><br />
|
99
99
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000008">multi_describe (Pho::Sparql::SparqlClient)</a><br />
|
100
100
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000022">multi_describe (Pho::Sparql::SparqlHelper)</a><br />
|
101
101
|
<a href="classes/Pho/FileManagement/FileManager.html#M000039">name_for_file (Pho::FileManagement::FileManager)</a><br />
|
102
|
-
<a href="classes/Pho/FileManagement/RDFManager.html#M000024">new (Pho::FileManagement::RDFManager)</a><br />
|
103
|
-
<a href="classes/Pho/OAI/Record.html#M000072">new (Pho::OAI::Record)</a><br />
|
104
|
-
<a href="classes/Pho/Store.html#M000154">new (Pho::Store)</a><br />
|
105
|
-
<a href="classes/Pho/OAI/Records.html#M000069">new (Pho::OAI::Records)</a><br />
|
106
|
-
<a href="classes/Pho/Snapshot.html#M000190">new (Pho::Snapshot)</a><br />
|
107
|
-
<a href="classes/Pho/Status.html#M000108">new (Pho::Status)</a><br />
|
108
|
-
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000027">new (Pho::FileManagement::AbstractFileManager)</a><br />
|
109
|
-
<a href="classes/Pho/Facet/Term.html#M000076">new (Pho::Facet::Term)</a><br />
|
110
|
-
<a href="classes/Pho/FileManagement/FileManager.html#M000037">new (Pho::FileManagement::FileManager)</a><br />
|
111
|
-
<a href="classes/Pho/Facet/Results.html#M000073">new (Pho::Facet::Results)</a><br />
|
112
|
-
<a href="classes/Pho/StoreSparqlClient.html#M000152">new (Pho::StoreSparqlClient)</a><br />
|
113
|
-
<a href="classes/Pho/Job.html#M000193">new (Pho::Job)</a><br />
|
114
|
-
<a href="classes/Pho/FieldWeighting.html#M000203">new (Pho::FieldWeighting)</a><br />
|
115
|
-
<a href="classes/Pho/CommandLine.html#M000112">new (Pho::CommandLine)</a><br />
|
116
|
-
<a href="classes/Pho/Etags.html#M000205">new (Pho::Etags)</a><br />
|
117
|
-
<a href="classes/Pho/FieldPredicateMap.html#M000095">new (Pho::FieldPredicateMap)</a><br />
|
118
|
-
<a href="classes/Pho/DatatypeProperty.html#M000150">new (Pho::DatatypeProperty)</a><br />
|
119
|
-
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000077">new (Pho::Enrichment::StoreEnricher)</a><br />
|
120
102
|
<a href="classes/Pho/Update/Changeset.html#M000059">new (Pho::Update::Changeset)</a><br />
|
121
|
-
<a href="classes/Pho/
|
103
|
+
<a href="classes/Pho/Job.html#M000194">new (Pho::Job)</a><br />
|
122
104
|
<a href="classes/Pho/Update/LiteralStatement.html#M000042">new (Pho::Update::LiteralStatement)</a><br />
|
105
|
+
<a href="classes/Pho/QueryProfile.html#M000133">new (Pho::QueryProfile)</a><br />
|
106
|
+
<a href="classes/Pho/Update/Statement.html#M000058">new (Pho::Update::Statement)</a><br />
|
107
|
+
<a href="classes/Pho/CommandLine.html#M000113">new (Pho::CommandLine)</a><br />
|
108
|
+
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000078">new (Pho::Enrichment::StoreEnricher)</a><br />
|
109
|
+
<a href="classes/Pho/OAI/Records.html#M000069">new (Pho::OAI::Records)</a><br />
|
110
|
+
<a href="classes/Pho/Facet/Term.html#M000077">new (Pho::Facet::Term)</a><br />
|
111
|
+
<a href="classes/Pho/Status.html#M000109">new (Pho::Status)</a><br />
|
112
|
+
<a href="classes/Pho/FileManagement/RDFManager.html#M000024">new (Pho::FileManagement::RDFManager)</a><br />
|
113
|
+
<a href="classes/Pho/FieldWeighting.html#M000204">new (Pho::FieldWeighting)</a><br />
|
123
114
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000002">new (Pho::Sparql::SparqlClient)</a><br />
|
115
|
+
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000027">new (Pho::FileManagement::AbstractFileManager)</a><br />
|
116
|
+
<a href="classes/Pho/DatatypeProperty.html#M000151">new (Pho::DatatypeProperty)</a><br />
|
124
117
|
<a href="classes/Pho/Update/ResourceStatement.html#M000049">new (Pho::Update::ResourceStatement)</a><br />
|
125
|
-
<a href="classes/Pho/
|
118
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000096">new (Pho::FieldPredicateMap)</a><br />
|
119
|
+
<a href="classes/Pho/Snapshot.html#M000191">new (Pho::Snapshot)</a><br />
|
120
|
+
<a href="classes/Pho/Store.html#M000155">new (Pho::Store)</a><br />
|
121
|
+
<a href="classes/Pho/StoreSparqlClient.html#M000153">new (Pho::StoreSparqlClient)</a><br />
|
122
|
+
<a href="classes/Pho/Facet/Results.html#M000074">new (Pho::Facet::Results)</a><br />
|
123
|
+
<a href="classes/Pho/OAI/Record.html#M000073">new (Pho::OAI::Record)</a><br />
|
124
|
+
<a href="classes/Pho/Etags.html#M000206">new (Pho::Etags)</a><br />
|
125
|
+
<a href="classes/Pho/FileManagement/FileManager.html#M000037">new (Pho::FileManagement::FileManager)</a><br />
|
126
126
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000031">new_files (Pho::FileManagement::AbstractFileManager)</a><br />
|
127
|
-
<a href="classes/Pho/ResourceHash/SetAlgebra.html#
|
128
|
-
<a href="classes/Pho/
|
129
|
-
<a href="classes/Pho/
|
127
|
+
<a href="classes/Pho/ResourceHash/SetAlgebra.html#M000089">object_in_array? (Pho::ResourceHash::SetAlgebra)</a><br />
|
128
|
+
<a href="classes/Pho/Facet/Results.html#M000076">parse (Pho::Facet::Results)</a><br />
|
129
|
+
<a href="classes/Pho/Snapshot.html#M000190">parse (Pho::Snapshot)</a><br />
|
130
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000086">parse (Pho::ResourceHash::Converter)</a><br />
|
130
131
|
<a href="classes/Pho/OAI/Records.html#M000070">parse (Pho::OAI::Records)</a><br />
|
131
|
-
<a href="classes/Pho/
|
132
|
-
<a href="classes/Pho/
|
133
|
-
<a href="classes/Pho/
|
134
|
-
<a href="classes/Pho/
|
135
|
-
<a href="classes/Pho/
|
136
|
-
<a href="classes/Pho/
|
137
|
-
<a href="classes/Pho/ResourceHash/Converter.html#
|
138
|
-
<a href="classes/Pho/
|
139
|
-
<a href="classes/Pho/
|
140
|
-
<a href="classes/Pho/
|
141
|
-
<a href="classes/Pho/Store.html#
|
142
|
-
<a href="classes/Pho/Store.html#M000187">put_query_profile (Pho::Store)</a><br />
|
132
|
+
<a href="classes/Pho/Job.html#M000196">parse (Pho::Job)</a><br />
|
133
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000082">parse_json (Pho::ResourceHash::Converter)</a><br />
|
134
|
+
<a href="classes/Pho/RDF/Parser.html#M000090">parse_ntriples (Pho::RDF::Parser)</a><br />
|
135
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000084">parse_ntriples (Pho::ResourceHash::Converter)</a><br />
|
136
|
+
<a href="classes/Pho/RDF/Parser.html#M000091">parse_ntriples_from_string (Pho::RDF::Parser)</a><br />
|
137
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000083">parse_rdfxml (Pho::ResourceHash::Converter)</a><br />
|
138
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000085">parse_turtle (Pho::ResourceHash::Converter)</a><br />
|
139
|
+
<a href="classes/Pho/CommandLine.html#M000115">password (Pho::CommandLine)</a><br />
|
140
|
+
<a href="classes/Pho/Job.html#M000197">progress_updates (Pho::Job)</a><br />
|
141
|
+
<a href="classes/Pho/Store.html#M000186">put_field_predicate_map (Pho::Store)</a><br />
|
142
|
+
<a href="classes/Pho/Store.html#M000188">put_query_profile (Pho::Store)</a><br />
|
143
143
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000005">query (Pho::Sparql::SparqlClient)</a><br />
|
144
|
-
<a href="classes/Pho/CommandLine.html#
|
145
|
-
<a href="classes/Pho/
|
144
|
+
<a href="classes/Pho/CommandLine.html#M000128">queryprofile (Pho::CommandLine)</a><br />
|
145
|
+
<a href="classes/Pho/QueryProfile.html#M000131">read_from_store (Pho::QueryProfile)</a><br />
|
146
146
|
<a href="classes/Pho/OAI/Records.html#M000071">read_from_store (Pho::OAI::Records)</a><br />
|
147
|
-
<a href="classes/Pho/
|
148
|
-
<a href="classes/Pho/
|
149
|
-
<a href="classes/Pho/
|
150
|
-
<a href="classes/Pho/
|
151
|
-
<a href="classes/Pho/
|
152
|
-
<a href="classes/Pho/
|
153
|
-
<a href="classes/Pho/Snapshot.html#
|
154
|
-
<a href="classes/Pho/
|
155
|
-
<a href="classes/Pho/
|
156
|
-
<a href="classes/Pho/
|
147
|
+
<a href="classes/Pho/Job.html#M000195">read_from_store (Pho::Job)</a><br />
|
148
|
+
<a href="classes/Pho/Jobs.html#M000141">read_from_store (Pho::Jobs)</a><br />
|
149
|
+
<a href="classes/Pho/Snapshot.html#M000189">read_from_store (Pho::Snapshot)</a><br />
|
150
|
+
<a href="classes/Pho/Status.html#M000110">read_from_store (Pho::Status)</a><br />
|
151
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000094">read_from_store (Pho::FieldPredicateMap)</a><br />
|
152
|
+
<a href="classes/Pho/Facet/Results.html#M000075">read_from_store (Pho::Facet::Results)</a><br />
|
153
|
+
<a href="classes/Pho/Snapshot.html#M000192">read_md5 (Pho::Snapshot)</a><br />
|
154
|
+
<a href="classes/Pho/OAI/Records.html#M000072">read_next_records (Pho::OAI::Records)</a><br />
|
155
|
+
<a href="classes/Pho/Status.html#M000111">readable? (Pho::Status)</a><br />
|
156
|
+
<a href="classes/Pho/Store.html#M000175">record_etags (Pho::Store)</a><br />
|
157
|
+
<a href="classes/Pho/CommandLine.html#M000120">reindex (Pho::CommandLine)</a><br />
|
157
158
|
<a href="classes/Pho/Update/Changeset.html#M000065">removals (Pho::Update::Changeset)</a><br />
|
158
|
-
<a href="classes/Pho/
|
159
|
-
<a href="classes/Pho/
|
160
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
161
|
-
<a href="classes/Pho/QueryProfile.html#
|
162
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
163
|
-
<a href="classes/Pho/CommandLine.html#M000120">reset (Pho::CommandLine)</a><br />
|
159
|
+
<a href="classes/Pho/QueryProfile.html#M000137">remove (Pho::QueryProfile)</a><br />
|
160
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000104">remove (Pho::FieldPredicateMap)</a><br />
|
161
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000105">remove_by_name (Pho::FieldPredicateMap)</a><br />
|
162
|
+
<a href="classes/Pho/QueryProfile.html#M000136">remove_by_name (Pho::QueryProfile)</a><br />
|
163
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000106">remove_by_uri (Pho::FieldPredicateMap)</a><br />
|
164
164
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000030">reset (Pho::FileManagement::AbstractFileManager)</a><br />
|
165
|
-
<a href="classes/Pho/CommandLine.html#M000121">
|
165
|
+
<a href="classes/Pho/CommandLine.html#M000121">reset (Pho::CommandLine)</a><br />
|
166
|
+
<a href="classes/Pho/CommandLine.html#M000122">restore (Pho::CommandLine)</a><br />
|
166
167
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000013">result_to_query_binding (Pho::Sparql::SparqlHelper)</a><br />
|
167
168
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000014">results_to_query_bindings (Pho::Sparql::SparqlHelper)</a><br />
|
168
169
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000029">retry_failures (Pho::FileManagement::AbstractFileManager)</a><br />
|
169
|
-
<a href="classes/Pho/Job.html#
|
170
|
-
<a href="classes/Pho/Etags.html#
|
171
|
-
<a href="classes/Pho/Store.html#
|
170
|
+
<a href="classes/Pho/Job.html#M000201">running? (Pho::Job)</a><br />
|
171
|
+
<a href="classes/Pho/Etags.html#M000207">save (Pho::Etags)</a><br />
|
172
|
+
<a href="classes/Pho/Store.html#M000169">search (Pho::Store)</a><br />
|
172
173
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000015">select (Pho::Sparql::SparqlHelper)</a><br />
|
173
174
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000011">select (Pho::Sparql::SparqlClient)</a><br />
|
174
175
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000019">select_single_value (Pho::Sparql::SparqlHelper)</a><br />
|
175
176
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000018">select_values (Pho::Sparql::SparqlHelper)</a><br />
|
176
|
-
<a href="classes/Pho/ResourceHash/Converter.html#
|
177
|
-
<a href="classes/Pho/Store.html#
|
178
|
-
<a href="classes/Pho/CommandLine.html#
|
179
|
-
<a href="classes/Pho/
|
180
|
-
<a href="classes/Pho/
|
181
|
-
<a href="classes/Pho/Store.html#
|
182
|
-
<a href="classes/Pho/Store.html#
|
183
|
-
<a href="classes/Pho/Store.html#
|
184
|
-
<a href="classes/Pho/Store.html#
|
185
|
-
<a href="classes/Pho/Store.html#
|
177
|
+
<a href="classes/Pho/ResourceHash/Converter.html#M000087">serialize_json (Pho::ResourceHash::Converter)</a><br />
|
178
|
+
<a href="classes/Pho/Store.html#M000156">set_credentials (Pho::Store)</a><br />
|
179
|
+
<a href="classes/Pho/CommandLine.html#M000119">snapshot (Pho::CommandLine)</a><br />
|
180
|
+
<a href="classes/Pho/CommandLine.html#M000124">sparql (Pho::CommandLine)</a><br />
|
181
|
+
<a href="classes/Pho/Store.html#M000168">sparql (Pho::Store)</a><br />
|
182
|
+
<a href="classes/Pho/Store.html#M000166">sparql_ask (Pho::Store)</a><br />
|
183
|
+
<a href="classes/Pho/Store.html#M000163">sparql_client (Pho::Store)</a><br />
|
184
|
+
<a href="classes/Pho/Store.html#M000165">sparql_construct (Pho::Store)</a><br />
|
185
|
+
<a href="classes/Pho/Store.html#M000164">sparql_describe (Pho::Store)</a><br />
|
186
|
+
<a href="classes/Pho/Store.html#M000167">sparql_select (Pho::Store)</a><br />
|
186
187
|
<a href="classes/String.html#M000001">start_with? (String)</a><br />
|
187
|
-
<a href="classes/Pho/Job.html#
|
188
|
-
<a href="classes/Pho/CommandLine.html#
|
189
|
-
<a href="classes/Pho/CommandLine.html#
|
188
|
+
<a href="classes/Pho/Job.html#M000198">started? (Pho::Job)</a><br />
|
189
|
+
<a href="classes/Pho/CommandLine.html#M000117">status (Pho::CommandLine)</a><br />
|
190
|
+
<a href="classes/Pho/CommandLine.html#M000125">store (Pho::CommandLine)</a><br />
|
190
191
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000028">store (Pho::FileManagement::AbstractFileManager)</a><br />
|
191
|
-
<a href="classes/Pho/Store.html#
|
192
|
+
<a href="classes/Pho/Store.html#M000158">store_data (Pho::Store)</a><br />
|
193
|
+
<a href="classes/Pho/Store.html#M000159">store_file (Pho::Store)</a><br />
|
192
194
|
<a href="classes/Pho/FileManagement/FileManager.html#M000040">store_file (Pho::FileManagement::FileManager)</a><br />
|
193
195
|
<a href="classes/Pho/FileManagement/RDFManager.html#M000026">store_file (Pho::FileManagement::RDFManager)</a><br />
|
194
|
-
<a href="classes/Pho/
|
195
|
-
<a href="classes/Pho/RDF/Parser.html#
|
196
|
-
<a href="classes/Pho/
|
197
|
-
<a href="classes/Pho/
|
198
|
-
<a href="classes/Pho/CommandLine.html#M000115">storename (Pho::CommandLine)</a><br />
|
196
|
+
<a href="classes/Pho/RDF/Parser.html#M000092">store_ntriples (Pho::RDF::Parser)</a><br />
|
197
|
+
<a href="classes/Pho/RDF/Parser.html#M000093">store_ntriples_from_string (Pho::RDF::Parser)</a><br />
|
198
|
+
<a href="classes/Pho/Store.html#M000160">store_url (Pho::Store)</a><br />
|
199
|
+
<a href="classes/Pho/CommandLine.html#M000116">storename (Pho::CommandLine)</a><br />
|
199
200
|
<a href="classes/Pho/Update/Changeset.html#M000068">submit (Pho::Update::Changeset)</a><br />
|
200
201
|
<a href="classes/Pho/Update/Changesets.html#M000054">submit_all (Pho::Update::Changesets)</a><br />
|
201
|
-
<a href="classes/Pho/Store.html#
|
202
|
-
<a href="classes/Pho/Store.html#
|
203
|
-
<a href="classes/Pho/Jobs.html#
|
204
|
-
<a href="classes/Pho/Jobs.html#
|
205
|
-
<a href="classes/Pho/Jobs.html#
|
206
|
-
<a href="classes/Pho/Jobs.html#
|
207
|
-
<a href="classes/Pho/Jobs.html#
|
202
|
+
<a href="classes/Pho/Store.html#M000162">submit_changeset (Pho::Store)</a><br />
|
203
|
+
<a href="classes/Pho/Store.html#M000181">submit_job (Pho::Store)</a><br />
|
204
|
+
<a href="classes/Pho/Jobs.html#M000146">submit_job (Pho::Jobs)</a><br />
|
205
|
+
<a href="classes/Pho/Jobs.html#M000143">submit_reindex (Pho::Jobs)</a><br />
|
206
|
+
<a href="classes/Pho/Jobs.html#M000142">submit_reset (Pho::Jobs)</a><br />
|
207
|
+
<a href="classes/Pho/Jobs.html#M000145">submit_restore (Pho::Jobs)</a><br />
|
208
|
+
<a href="classes/Pho/Jobs.html#M000144">submit_snapshot (Pho::Jobs)</a><br />
|
208
209
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000033">successes (Pho::FileManagement::AbstractFileManager)</a><br />
|
209
|
-
<a href="classes/Pho/Job.html#
|
210
|
+
<a href="classes/Pho/Job.html#M000200">successful? (Pho::Job)</a><br />
|
210
211
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000034">summary (Pho::FileManagement::AbstractFileManager)</a><br />
|
212
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000107">to_rdf (Pho::FieldPredicateMap)</a><br />
|
213
|
+
<a href="classes/Pho/FieldWeighting.html#M000205">to_rdf (Pho::FieldWeighting)</a><br />
|
214
|
+
<a href="classes/Pho/QueryProfile.html#M000139">to_rdf (Pho::QueryProfile)</a><br />
|
211
215
|
<a href="classes/Pho/Update/Changeset.html#M000061">to_rdf (Pho::Update::Changeset)</a><br />
|
212
|
-
<a href="classes/Pho/QueryProfile.html#M000138">to_rdf (Pho::QueryProfile)</a><br />
|
213
|
-
<a href="classes/Pho/FieldWeighting.html#M000204">to_rdf (Pho::FieldWeighting)</a><br />
|
214
216
|
<a href="classes/Pho/Update/Statement.html#M000057">to_rdf (Pho::Update::Statement)</a><br />
|
215
|
-
<a href="classes/Pho/DatatypeProperty.html#
|
216
|
-
<a href="classes/Pho/FieldPredicateMap.html#M000106">to_rdf (Pho::FieldPredicateMap)</a><br />
|
217
|
+
<a href="classes/Pho/DatatypeProperty.html#M000152">to_rdf (Pho::DatatypeProperty)</a><br />
|
217
218
|
<a href="classes/Pho/Update/Changeset.html#M000060">to_s (Pho::Update::Changeset)</a><br />
|
218
219
|
<a href="classes/Pho/Update/ChangesetHelper.html#M000041">update_literal (Pho::Update::ChangesetHelper)</a><br />
|
219
|
-
<a href="classes/Pho/
|
220
|
-
<a href="classes/Pho/QueryProfile.html#
|
221
|
-
<a href="classes/Pho/
|
222
|
-
<a href="classes/Pho/Store.html#
|
223
|
-
<a href="classes/Pho/CommandLine.html#
|
224
|
-
<a href="classes/Pho/Jobs.html#
|
225
|
-
<a href="classes/Pho/Jobs.html#
|
226
|
-
<a href="classes/Pho/Job.html#
|
227
|
-
<a href="classes/Pho/Job.html#
|
228
|
-
<a href="classes/Pho/Update/ResourceStatement.html#M000052">write_object (Pho::Update::ResourceStatement)</a><br />
|
220
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000108">upload (Pho::FieldPredicateMap)</a><br />
|
221
|
+
<a href="classes/Pho/QueryProfile.html#M000140">upload (Pho::QueryProfile)</a><br />
|
222
|
+
<a href="classes/Pho/CommandLine.html#M000126">upload (Pho::CommandLine)</a><br />
|
223
|
+
<a href="classes/Pho/Store.html#M000176">upload_item (Pho::Store)</a><br />
|
224
|
+
<a href="classes/Pho/CommandLine.html#M000114">username (Pho::CommandLine)</a><br />
|
225
|
+
<a href="classes/Pho/Jobs.html#M000149">wait_for (Pho::Jobs)</a><br />
|
226
|
+
<a href="classes/Pho/Jobs.html#M000148">wait_for_submitted (Pho::Jobs)</a><br />
|
227
|
+
<a href="classes/Pho/Job.html#M000203">with_each (Pho::Job)</a><br />
|
228
|
+
<a href="classes/Pho/Job.html#M000202">with_first (Pho::Job)</a><br />
|
229
229
|
<a href="classes/Pho/Update/LiteralStatement.html#M000044">write_object (Pho::Update::LiteralStatement)</a><br />
|
230
|
+
<a href="classes/Pho/Update/ResourceStatement.html#M000052">write_object (Pho::Update::ResourceStatement)</a><br />
|
230
231
|
<a href="classes/Pho/Update/ResourceStatement.html#M000051">write_subject (Pho::Update::ResourceStatement)</a><br />
|
231
|
-
<a href="classes/Pho/Status.html#
|
232
|
-
<a href="classes/Pho/Jobs.html#
|
232
|
+
<a href="classes/Pho/Status.html#M000112">writeable? (Pho::Status)</a><br />
|
233
|
+
<a href="classes/Pho/Jobs.html#M000150">yield_job_update (Pho::Jobs)</a><br />
|
233
234
|
</div>
|
234
235
|
</div>
|
235
236
|
</body>
|