A C D E F G H I K L M N O P R S T U W

A

add_attr(String) - Method in class estraier.pure.Condition
Add an expression for an attribute.
add_attr(String, String) - Method in class estraier.pure.Document
Add an attribute.
add_hidden_text(String) - Method in class estraier.pure.Document
Add a hidden sentence.
add_text(String) - Method in class estraier.pure.Document
Add a sentence of text.
admins() - Method in class estraier.pure.Node
Get a list of names of administrators.
AGITO - Static variable in class estraier.pure.Condition
option: check N-gram keys skipping by three
attr(String) - Method in class estraier.pure.Document
Get the value of an attribute.
attr(String) - Method in class estraier.pure.ResultDocument
Get the value of an attribute.
attr_names() - Method in class estraier.pure.Document
Get a list of attribute names.
attr_names() - Method in class estraier.pure.ResultDocument
Get a list of attribute names.

C

cache_usage() - Method in class estraier.pure.Node
Get the usage ratio of the cache.
Call - Class in estraier.pure
Command line utility for the node API.
cat_texts() - Method in class estraier.pure.Document
Concatenate sentences of the text.
Condition - Class in estraier.pure
Abstraction of search condition.
Condition() - Constructor for class estraier.pure.Condition
Create a search condition object.

D

doc_num() - Method in class estraier.pure.Node
Get the number of documents.
doc_num() - Method in class estraier.pure.NodeResult
Get the number of documents.
Document - Class in estraier.pure
Abstraction of document.
Document() - Constructor for class estraier.pure.Document
Create a document object.
Document(String) - Constructor for class estraier.pure.Document
Create a document object made from draft data.
dump_draft() - Method in class estraier.pure.Document
Dump draft data.

E

edit_doc(Document) - Method in class estraier.pure.Node
Edit attributes of a document.
estraier.pure - package estraier.pure
 
etch_doc(int) - Method in class estraier.pure.Node
Extract keywords of a document.
etch_doc_by_uri(String) - Method in class estraier.pure.Node
Extract keywords of a document specified by URI.

F

FAST - Static variable in class estraier.pure.Condition
option: check N-gram keys skipping by two

G

get_doc(int) - Method in class estraier.pure.Node
Retrieve a document.
get_doc(int) - Method in class estraier.pure.NodeResult
Get a result document object
get_doc_attr(int, String) - Method in class estraier.pure.Node
Retrieve the value of an attribute of a document.
get_doc_attr_by_uri(String, String) - Method in class estraier.pure.Node
Retrieve the value of an attribute of a document specified by URI
get_doc_by_uri(String) - Method in class estraier.pure.Node
Retrieve a document specified by URI.

H

hint(String) - Method in class estraier.pure.NodeResult
Get the value of hint information.

I

id() - Method in class estraier.pure.Document
Get the ID number.
ISECT - Static variable in class estraier.pure.Condition
option: with the intersection phrase

K

keywords() - Method in class estraier.pure.Document
Get attached keywords.
keywords() - Method in class estraier.pure.ResultDocument
Get keywords.

L

label() - Method in class estraier.pure.Node
Get the label.
links() - Method in class estraier.pure.Node
Get a list of expressions of links.

M

main(String[]) - Static method in class estraier.pure.Call
Main routine of the command.

N

name() - Method in class estraier.pure.Node
Get the name.
Node - Class in estraier.pure
Abstraction of connection to P2P node.
Node() - Constructor for class estraier.pure.Node
Create a node connection object.
NodeResult - Class in estraier.pure
Abstraction of result set from node.
NOIDF - Static variable in class estraier.pure.Condition
option: without TF-IDF tuning

O

optimize() - Method in class estraier.pure.Node
Optimize the database.
out_doc(int) - Method in class estraier.pure.Node
Remove a document.
out_doc_by_uri(String) - Method in class estraier.pure.Node
Remove a document specified by URI.

P

put_doc(Document) - Method in class estraier.pure.Node
Add a document.

R

ResultDocument - Class in estraier.pure
Abstraction of document in result set.
ROUGH - Static variable in class estraier.pure.Condition
option: with the rough phrase

S

score() - Method in class estraier.pure.Document
Get the substitute score.
search(Condition, int) - Method in class estraier.pure.Node
Search for documents corresponding a condition.
set_auth(String, String) - Method in class estraier.pure.Node
Set the authentication information.
set_auxiliary(int) - Method in class estraier.pure.Condition
Set permission to adopt result of the auxiliary index.
set_distinct(String) - Method in class estraier.pure.Condition
Set the attribute distinction filter.
set_keywords(Map) - Method in class estraier.pure.Document
Attach keywords.
set_link(String, String, int) - Method in class estraier.pure.Node
Manage a link.
set_mask(int) - Method in class estraier.pure.Condition
Set the mask of targets of meta search.
set_max(int) - Method in class estraier.pure.Condition
Set the maximum number of retrieval.
set_options(int) - Method in class estraier.pure.Condition
Set options of retrieval.
set_order(String) - Method in class estraier.pure.Condition
Set the order.
set_phrase(String) - Method in class estraier.pure.Condition
Set the search phrase.
set_proxy(String, int) - Method in class estraier.pure.Node
Set the proxy information.
set_skip(int) - Method in class estraier.pure.Condition
Set the number of skipped documents.
set_snippet_width(int, int, int) - Method in class estraier.pure.Node
Set width of snippet in the result.
set_timeout(int) - Method in class estraier.pure.Node
Set timeout.
set_url(String) - Method in class estraier.pure.Node
Set the URL of a node server.
set_user(String, int) - Method in class estraier.pure.Node
Manage a user account.
SIMPLE - Static variable in class estraier.pure.Condition
option: with the simplified phrase
size() - Method in class estraier.pure.Node
Get the size of the datbase.
snippet() - Method in class estraier.pure.ResultDocument
Get the snippet.
status() - Method in class estraier.pure.Node
Get the status code of the last request.
SURE - Static variable in class estraier.pure.Condition
option: check every N-gram key
sync() - Method in class estraier.pure.Node
Synchronize updating contents of the database.

T

texts() - Method in class estraier.pure.Document
Get a list of sentences of the text.

U

UNION - Static variable in class estraier.pure.Condition
option: with the union phrase
uri() - Method in class estraier.pure.ResultDocument
Get the URI.
uri_to_id(String) - Method in class estraier.pure.Node
Get the ID of a document specified by URI.
users() - Method in class estraier.pure.Node
Get a list of names of users.
USUAL - Static variable in class estraier.pure.Condition
option: check N-gram keys skipping by one

W

word_num() - Method in class estraier.pure.Node
Get the number of unique words.

A C D E F G H I K L M N O P R S T U W