~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/javapureapi/estraier/pure/ResultDocument.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.4.2_06) on Fri Nov 18 00:48:31 JST 2005 -->
 
5
<!-- Generated by javadoc (build 1.4.2_06) on Sat Nov 11 19:57:56 JST 2006 -->
6
6
<TITLE>
7
7
ResultDocument (estraier.pure)
8
8
</TITLE>
134
134
<TR BGCOLOR="white" CLASS="TableRowColor">
135
135
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136
136
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
137
<TD><CODE><B><A HREF="../../estraier/pure/ResultDocument.html#keywords()">keywords</A></B>()</CODE>
 
138
 
 
139
<BR>
 
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get keywords.</TD>
 
141
</TR>
 
142
<TR BGCOLOR="white" CLASS="TableRowColor">
 
143
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
144
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
137
145
<TD><CODE><B><A HREF="../../estraier/pure/ResultDocument.html#snippet()">snippet</A></B>()</CODE>
138
146
 
139
147
<BR>
147
155
<BR>
148
156
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the URI.</TD>
149
157
</TR>
150
 
<TR BGCOLOR="white" CLASS="TableRowColor">
151
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152
 
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
153
 
<TD><CODE><B><A HREF="../../estraier/pure/ResultDocument.html#vector()">vector</A></B>()</CODE>
154
 
 
155
 
<BR>
156
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the keyword vector.</TD>
157
 
</TR>
158
158
</TABLE>
159
159
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
160
160
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
212
212
</DL>
213
213
<HR>
214
214
 
 
215
<A NAME="keywords()"><!-- --></A><H3>
 
216
keywords</H3>
 
217
<PRE>
 
218
public java.lang.String <B>keywords</B>()</PRE>
 
219
<DL>
 
220
<DD>Get keywords.
 
221
<P>
 
222
<DD><DL>
 
223
 
 
224
<DT><B>Returns:</B><DD>a string of serialized keywords of the result document object.  There are tab
 
225
 separated values.  Keywords and their scores come alternately.</DL>
 
226
</DD>
 
227
</DL>
 
228
<HR>
 
229
 
215
230
<A NAME="snippet()"><!-- --></A><H3>
216
231
snippet</H3>
217
232
<PRE>
221
236
<P>
222
237
<DD><DL>
223
238
 
224
 
<DT><B>Returns:</B><DD>the snippet of the result document object.  There are tab separated values.  Each
225
 
 line is a string to be shown.  Though most lines have only one field, some lines have two
226
 
 fields.  If the second field exists, the first field is to be shown with highlighted, and
227
 
 the second field means its normalized form.</DL>
 
239
<DT><B>Returns:</B><DD>a string of the snippet of the result document object.  There are tab separated
 
240
 values.  Each line is a string to be shown.  Though most lines have only one field, some
 
241
 lines have two fields.  If the second field exists, the first field is to be shown with
 
242
 highlighted, and the second field means its normalized form.</DL>
228
243
</DD>
229
244
</DL>
230
245
<HR>
241
256
<DT><B>Returns:</B><DD>the URI.</DL>
242
257
</DD>
243
258
</DL>
244
 
<HR>
245
 
 
246
 
<A NAME="vector()"><!-- --></A><H3>
247
 
vector</H3>
248
 
<PRE>
249
 
public java.lang.String <B>vector</B>()</PRE>
250
 
<DL>
251
 
<DD>Get the keyword vector.
252
 
<P>
253
 
<DD><DL>
254
 
 
255
 
<DT><B>Returns:</B><DD>the keyword vector of the result document object.  There are tab separated values.
256
 
 Keywords and their scores come alternately.</DL>
257
 
</DD>
258
 
</DL>
259
259
<!-- ========= END OF CLASS DATA ========= -->
260
260
<HR>
261
261