Overview
Package
Class
Tree
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
A
add_attr(String)
- Method in interface estraier.
Condition
Add an expression for an attribute.
add_attr(String, String)
- Method in interface estraier.
Document
Add an attribute.
add_hidden_text(String)
- Method in interface estraier.
Document
Add a hidden sentence.
add_text(String)
- Method in interface estraier.
Document
Add a sentence of text.
attr(String)
- Method in interface estraier.
Document
Get the value of an attribute.
attr(String)
- Method in interface estraier.
ResultDocument
Get the value of an attribute.
attr_names()
- Method in interface estraier.
Document
Get a list of attribute names.
attr_names()
- Method in interface estraier.
ResultDocument
Get a list of attribute names.
attrs()
- Method in interface estraier.
Condition
Get expressions for attributes.
C
CONDAGIT
- Static variable in interface estraier.
Condition
option: check N-gram keys skipping by three
CONDFAST
- Static variable in interface estraier.
Condition
option: check N-gram keys skipping by two
CONDNOIDF
- Static variable in interface estraier.
Condition
option: without TF-IDF tuning
CONDSIMPLE
- Static variable in interface estraier.
Condition
option: with the simplified phrase
CONDSURE
- Static variable in interface estraier.
Condition
option: check every N-gram key
CONDUSU
- Static variable in interface estraier.
Condition
option: check N-gram keys skipping by one
Call
- class estraier.
Call
.
Command line utility for the node API.
Condition
- interface estraier.
Condition
.
Abstraction of search condition.
Creator
- interface estraier.
Creator
.
Abstraction of factory methods.
CreatorImpl
- class estraier.
CreatorImpl
.
Implementation of factory methods.
CreatorImpl()
- Constructor for class estraier.
CreatorImpl
Create a creator object.
cat_texts()
- Method in interface estraier.
Document
Concatenate sentences of the text.
create_condition()
- Method in interface estraier.
Creator
Create a condition object.
create_condition()
- Method in class estraier.
CreatorImpl
create_document()
- Method in interface estraier.
Creator
Create a document object.
create_document(String)
- Method in interface estraier.
Creator
Create a document object made from draft data.
create_document()
- Method in class estraier.
CreatorImpl
create_document(String)
- Method in class estraier.
CreatorImpl
create_node()
- Method in interface estraier.
Creator
Create a node connection object.
create_node()
- Method in class estraier.
CreatorImpl
D
Document
- interface estraier.
Document
.
Abstraction of document.
doc_num()
- Method in interface estraier.
Node
Get the number of documents.
doc_num()
- Method in interface estraier.
NodeResult
Get the number of documents.
dump_draft()
- Method in interface estraier.
Document
Dump draft data.
E
estraier
- package estraier
G
get_doc(int)
- Method in interface estraier.
Node
Retrieve a document.
get_doc(int)
- Method in interface estraier.
NodeResult
Get a result document object
get_doc_attr(int, String)
- Method in interface estraier.
Node
Retrieve the value of an attribute of a document.
get_doc_attr_by_uri(String, String)
- Method in interface estraier.
Node
Retrieve the value of an attribute of a document specified by URI
get_doc_by_uri(String)
- Method in interface estraier.
Node
Retrieve a document specified by URI.
H
hint(String)
- Method in interface estraier.
NodeResult
Get the value of hint information.
I
id()
- Method in interface estraier.
Document
Get the ID number.
L
label()
- Method in interface estraier.
Node
Get the label.
M
main(String[])
- Static method in class estraier.
Call
Main routine of the command.
make_snippet(List, int, int, int)
- Method in interface estraier.
Document
Make a snippet of the body text.
max()
- Method in interface estraier.
Condition
Get the maximum number of retrieval.
N
Node
- interface estraier.
Node
.
Abstraction of connection to P2P node.
NodeResult
- interface estraier.
NodeResult
.
Abstraction of result set from P2P node.
name()
- Method in interface estraier.
Node
Get the name.
O
options()
- Method in interface estraier.
Condition
Get options of retrieval.
order()
- Method in interface estraier.
Condition
Get the order expression.
out_doc(int)
- Method in interface estraier.
Node
Remove a document.
out_doc_by_uri(String)
- Method in interface estraier.
Node
Remove a document specified by URI.
P
phrase()
- Method in interface estraier.
Condition
Get the search phrase.
put_doc(Document)
- Method in interface estraier.
Node
Add a document.
R
ResultDocument
- interface estraier.
ResultDocument
.
Abstraction of document in result set.
S
scan_words(List)
- Method in interface estraier.
Document
Check whether the text includes every specified words.
search(Condition, int)
- Method in interface estraier.
Node
Search documents corresponding a condition.
set_auth(String, String)
- Method in interface estraier.
Node
Set the authentication information.
set_link(String, String, int)
- Method in interface estraier.
Node
Manage a link.
set_max(int)
- Method in interface estraier.
Condition
Set the maximum number of retrieval.
set_options(int)
- Method in interface estraier.
Condition
Set options of retrieval.
set_order(String)
- Method in interface estraier.
Condition
Set the order.
set_phrase(String)
- Method in interface estraier.
Condition
Set the search phrase.
set_proxy(String, int)
- Method in interface estraier.
Node
Set the proxy information.
set_timeout(int)
- Method in interface estraier.
Node
Set timeout.
set_url(String)
- Method in interface estraier.
Node
Set the URL of a node server.
set_user(String, int)
- Method in interface estraier.
Node
Manage a user account.
size()
- Method in interface estraier.
Node
Get the size of the datbase of a node.
snippet()
- Method in interface estraier.
ResultDocument
Get the snippet.
status()
- Method in interface estraier.
Node
Get the status code of the last request.
T
texts()
- Method in interface estraier.
Document
Get a list of sentences of the text.
U
uri()
- Method in interface estraier.
ResultDocument
Get the URI.
uri_to_id(String)
- Method in interface estraier.
Node
Get the ID of a document specified by URI.
W
word_num()
- Method in interface estraier.
Node
Get the number of unique words.
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
Overview
Package
Class
Tree
Index
PREV NEXT
FRAMES
NO FRAMES
All Classes