A B C D E F G H I J K L M N O P Q R S T U V W X

A

ALL_SECTIONS - Static variable in class kristal.client.KristalHeader
 
ALL_TABLES - Static variable in class kristal.client.KristalHeader
 
APPEND_DOCUMENT - Static variable in class kristal.client.KristalHeader
 
APPEND_XML_NODE - Static variable in class kristal.client.KristalHeader
 
ASCENDING - Static variable in class kristal.client.KristalHeader
 
AVG - Static variable in class kristal.client.KristalHeader
 
alias - Variable in class kristal.client.BasicSectionType
 
alias - Variable in class kristal.client.SchemaInfoType
 
alias - Variable in class kristal.client.TableInfoType
 
alias - Variable in class kristal.client.UnionSectionType
 
alias - Variable in class kristal.client.VirtualSectionType
 
attribute_name - Variable in class kristal.client.ParameterType
 
aux_flag - Variable in class kristal.client.SchemaInfoType
 

B

BOOLEAN_MODEL - Static variable in class kristal.client.KristalHeader
 
BROWSE_ALL_DOCUMENTS - Static variable in class kristal.client.KristalHeader
 
Base64 - class kristal.client.Base64.
I am placing this code in the Public Domain.
Base64.InputStream - class kristal.client.Base64.InputStream.
A { Base64#InputStream} will read data from another { java.io.InputStream}, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class kristal.client.Base64.InputStream
Constructs a { Base64#InputStream} in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class kristal.client.Base64.InputStream
Constructs a { Base64#InputStream} in either ENCODE or DECODE mode.
Base64.OutputStream - class kristal.client.Base64.OutputStream.
A { Base64#OutputStream} will write data to another { java.io.OutputStream}, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class kristal.client.Base64.OutputStream
Constructs a { Base64#OutputStream} in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class kristal.client.Base64.OutputStream
Constructs a { Base64#OutputStream} in either ENCODE or DECODE mode.
BasicSectionType - class kristal.client.BasicSectionType.
This Class describes a Basic Section Structure of KRISTAL.
BasicSectionType() - Constructor for class kristal.client.BasicSectionType
Constructs a new BasicSectionType object.
basic_sections - Variable in class kristal.client.SchemaInfoType
 
bigram - Variable in class kristal.client.BasicSectionType
 
bigram - Variable in class kristal.client.VirtualSectionType
 
binarySearch(WordItem, int, int) - Method in class kristal.client.Dictionary
 
binarySearch2(WordItem, int, int) - Method in class kristal.client.Dictionary
 
buffer - Variable in class kristal.client.Message
 

C

CALCULATE - Static variable in class kristal.client.KristalHeader
 
CHECK_DIRTY_SET - Static variable in class kristal.client.KristalHeader
 
CHECK_STATUS - Static variable in class kristal.client.KristalHeader
 
CNT - Static variable in class kristal.client.KristalHeader
 
ClientLIB - class kristal.client.ClientLIB.
This Class manages a service request/response of KRISTAL.
ClientLIB(String, int) - Constructor for class kristal.client.ClientLIB
Construct a new ClientLIB object.
ClientLIB() - Constructor for class kristal.client.ClientLIB
 
clear() - Method in class kristal.client.DUAttribute
 
clear() - Method in class kristal.client.ParameterType
 
close() - Method in class kristal.client.Base64.OutputStream
Flushes and closes stream.
counter - Variable in class kristal.client.IntegrateRetrieveType
 
counter - Variable in class kristal.client.ParameterType
 

D

DEBUG_FLAG - Static variable in class kristal.client.KristalHeader
 
DECODE - Static variable in class kristal.client.Base64
Specify decoding (value is false).
DELETE_DOCUMENT - Static variable in class kristal.client.KristalHeader
 
DELETE_XML_NODE - Static variable in class kristal.client.KristalHeader
 
DESCENDING - Static variable in class kristal.client.KristalHeader
 
DKRISTAL_SERVER - Static variable in class kristal.client.KristalHeader
 
DO_SEQUENCE - Static variable in class kristal.client.KristalHeader
 
DUAttribute - class kristal.client.DUAttribute.
This Class stores a name/value of NamedNodeMap.
DUAttribute() - Constructor for class kristal.client.DUAttribute
 
Dictionary - class kristal.client.Dictionary.
 
Dictionary() - Constructor for class kristal.client.Dictionary
 
DisplayType - class kristal.client.DisplayType.
This Class describes a Display Structure of KRISTAL.
DisplayType() - Constructor for class kristal.client.DisplayType
Constructs a new TableInfoType object.
DocumentGroupType - class kristal.client.DocumentGroupType.
This Class describes a Document Structure of KRISTAL.
DocumentGroupType() - Constructor for class kristal.client.DocumentGroupType
Constructs a new DocumentType object.
DocumentType - class kristal.client.DocumentType.
This Class describes a Document Structure of KRISTAL.
DocumentType() - Constructor for class kristal.client.DocumentType
Constructs a new DocumentType object.
data_type - Variable in class kristal.client.BasicSectionType
 
date - Variable in class kristal.client.XMLSystemSectionType
 
db_description - Variable in class kristal.client.ParameterType
 
db_name - Variable in class kristal.client.ParameterType
 
decode(String) - Static method in class kristal.client.Base64
Decodes data from Base64 notation.
decode(byte[], int, int) - Static method in class kristal.client.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decode4to3(byte[]) - Static method in class kristal.client.Base64
Decodes the first four bytes of array fourBytes and returns an array up to three bytes long with the decoded values.
decode4to3(byte[], int, byte[], int) - Static method in class kristal.client.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
decodeToObject(String) - Static method in class kristal.client.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class kristal.client.Base64
Decodes data from Base64 notation and returns it as a string.
default_value - Variable in class kristal.client.BasicSectionType
 
delimiter - Variable in class kristal.client.ParameterType
 
df_per_group - Variable in class kristal.client.DocumentGroupType
 
direction - Variable in class kristal.client.ParameterType
 
display_section_namelist - Variable in class kristal.client.IntegrateRetrieveType
 
displays - Variable in class kristal.client.ParameterType
 
distinct - Variable in class kristal.client.ParameterType
 
document_groups - Variable in class kristal.client.ParameterType
 
document_id - Variable in class kristal.client.DocumentType
 
document_no - Variable in class kristal.client.TableInfoType
 
documents - Variable in class kristal.client.DocumentGroupType
 
documents - Variable in class kristal.client.ParameterType
 

E

ENCODE - Static variable in class kristal.client.Base64
Specify encoding (value is true).
ExchangeMessage(String, String, int) - Static method in class kristal.client.TcpConnection
Sends a request and receives a response.
element_name - Variable in class kristal.client.ParameterType
 
encode3to4(byte[]) - Static method in class kristal.client.Base64
Encodes the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int) - Static method in class kristal.client.Base64
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int, int, byte[], int) - Static method in class kristal.client.Base64
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
encodeBytes(byte[]) - Static method in class kristal.client.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class kristal.client.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class kristal.client.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class kristal.client.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
end_tag - Variable in class kristal.client.DisplayType
 
equalRange(WordItem) - Method in class kristal.client.Dictionary
 
equalRange2(WordItem) - Method in class kristal.client.Dictionary
 
errcode - Variable in class kristal.client.ParameterType
 
errmsg - Variable in class kristal.client.ParameterType
 
estimated_df_per_group - Variable in class kristal.client.DocumentGroupType
 
estimated_total_df - Variable in class kristal.client.ParameterType
 
expand(String, Vector) - Method in class kristal.client.Dictionary
 
expandQuery(String, String, Vector) - Method in class kristal.client.ClientLIB
 
extended_query - Variable in class kristal.client.ParameterType
 

F

FIRST_DOCUMENT - Static variable in class kristal.client.KristalHeader
 
FIRST_NODE - Static variable in class kristal.client.KristalHeader
 
FULL_QUERY_TERM_EXPANSION - Static variable in class kristal.client.KristalHeader
 
FULL_XML_REPRODUCE - Static variable in class kristal.client.KristalHeader
 
firstchild_node_id - Variable in class kristal.client.XMLSystemSectionType
 
flag - Variable in class kristal.client.ParameterType
 
flush() - Method in class kristal.client.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.

G

GET_BULK_DOCUMENTS_FROM_RESULT - Static variable in class kristal.client.KristalHeader
 
GET_CATEGORY - Static variable in class kristal.client.KristalHeader
 
GET_DB_INFO - Static variable in class kristal.client.KristalHeader
 
GET_DOCUMENTS_FROM_RESULT - Static variable in class kristal.client.KristalHeader
 
GET_DOCUMENTS_WITH_IDS - Static variable in class kristal.client.KristalHeader
 
GET_DOCUMENTS_WITH_PRIMARY_KEY - Static variable in class kristal.client.KristalHeader
 
GET_DOCUMENT_ID_WITH_DOCUMENT - Static variable in class kristal.client.KristalHeader
 
GET_MAP_INFO - Static variable in class kristal.client.KristalHeader
 
GET_MAX_SECTION_VALUE_LIST - Static variable in class kristal.client.KristalHeader
 
GET_META_INFO_QUERY - Static variable in class kristal.client.KristalHeader
 
GET_REALTIME_KEYWORD - Static variable in class kristal.client.KristalHeader
 
GET_SEQUENCE - Static variable in class kristal.client.KristalHeader
 
GET_SET_INFO - Static variable in class kristal.client.KristalHeader
 
GET_TOP_KEYWORD - Static variable in class kristal.client.KristalHeader
 
GET_XML_NODES_FROM_RESULT - Static variable in class kristal.client.KristalHeader
 
GET_XML_NODES_INFO - Static variable in class kristal.client.KristalHeader
 
GET_XML_NODES_WITH_IDS - Static variable in class kristal.client.KristalHeader
 
GET_XML_TREE - Static variable in class kristal.client.KristalHeader
 
GEt_NODE - Static variable in class kristal.client.KristalHeader
 
getAlias() - Method in class kristal.client.BasicSectionType
Returns the alias in this object.
getAlias() - Method in class kristal.client.SchemaInfoType
Returns the alias in this object.
getAlias() - Method in class kristal.client.TableInfoType
Returns the alias in this object.
getAlias() - Method in class kristal.client.UnionSectionType
Returns the alias in this object.
getAlias() - Method in class kristal.client.VirtualSectionType
Returns the alias in this object.
getBasicSections() - Method in class kristal.client.SchemaInfoType
Returns the basic sections in this object.
getCounter() - Method in class kristal.client.ParameterType
Returns the counter in this object.
getDataType() - Method in class kristal.client.BasicSectionType
Returns the data type in this object.
getDefaultValue() - Method in class kristal.client.BasicSectionType
Returns the default value in this object.
getDirection() - Method in class kristal.client.ParameterType
Returns the direction in this object.
getDocumentId() - Method in class kristal.client.DocumentType
Returns the document id in this object.
getDocumentNo() - Method in class kristal.client.TableInfoType
Returns the document number in this object.
getDocuments() - Method in class kristal.client.ParameterType
Returns the documents in this object.
getEndTag() - Method in class kristal.client.DisplayType
Returns the end tag in this object.
getErrorCode() - Method in class kristal.client.ParameterType
Returns the error code in this object.
getErrorMessage() - Method in class kristal.client.ParameterType
Returns the error message in this object.
getExtendedQuery() - Method in class kristal.client.ParameterType
Returns the extended query in this object.
getFirstChildNodeId() - Method in class kristal.client.XMLSystemSectionType
Returns the firstchild node id in this object.
getHanja() - Method in class kristal.client.BasicSectionType
Returns the hanja in this object.
getHanja() - Method in class kristal.client.VirtualSectionType
Returns the hanja in this object.
getHighlightMethod() - Method in class kristal.client.DisplayType
Returns the highlight method in this object.
getIndexType() - Method in class kristal.client.BasicSectionType
Returns the index type in this object.
getIndexType() - Method in class kristal.client.VirtualSectionType
Returns the index type in this object.
getKnowledgeData() - Method in class kristal.client.KnowledgeDocumentType
Returns the knowledge data in this object.
getLeftNodeId() - Method in class kristal.client.XMLSystemSectionType
Returns the left node id in this object.
getLengthList() - Method in class kristal.client.SectionType
Returns the length list in this object.
getLevel() - Method in class kristal.client.XMLSystemSectionType
Returns the level in this object.
getMethod() - Method in class kristal.client.ParameterType
Returns the method in this object.
getNodeId() - Method in class kristal.client.XMLSystemSectionType
Returns the node id in this object.
getOffsetList() - Method in class kristal.client.SectionType
Returns the offset list in this object.
getOrder() - Method in class kristal.client.ParameterType
Returns the order in this object.
getOrder() - Method in class kristal.client.XMLSystemSectionType
Returns the order in this object.
getOriginalSectionName() - Method in class kristal.client.VirtualSectionType
Returns the original section name in this object.
getOriginalSectionNamelist() - Method in class kristal.client.VirtualSectionType
Returns the original section namelist in this object.
getParentNodeId() - Method in class kristal.client.XMLSystemSectionType
Returns the parent node id in this object.
getPrimaryKey() - Method in class kristal.client.DocumentType
Returns the primary key in this object.
getPrimaryKey() - Method in class kristal.client.ParameterType
Returns the primary key in this object.
getPrimaryKey() - Method in class kristal.client.XMLNodeType
Returns the primary key in this object.
getPrimarySectionName() - Method in class kristal.client.PrimarySectionType
Returns the primary section name in this object.
getPrimarySections() - Method in class kristal.client.SchemaInfoType
Returns the primary sections in this object.
getQuery() - Method in class kristal.client.ParameterType
Returns the query in this object.
getRightNodeId() - Method in class kristal.client.XMLSystemSectionType
Returns the right node id in this object.
getSchemaName() - Method in class kristal.client.SchemaInfoType
Returns the schema name in this object.
getSchemas() - Method in class kristal.client.ParameterType
Returns the schemas in this object.
getSearchFlag() - Method in class kristal.client.XMLNodeType
Returns the search flag in this object.
getSectionName() - Method in class kristal.client.BasicSectionType
Returns the section name in this object.
getSectionName() - Method in class kristal.client.DisplayType
Returns the section name in this object.
getSectionName() - Method in class kristal.client.SectionType
Returns the section name in this object.
getSectionNamelist() - Method in class kristal.client.ParameterType
Returns the section namelist in this object.
getSectionNamelist() - Method in class kristal.client.UnionSectionType
Returns the section namelist in this object.
getSectionValue(String) - Method in class kristal.client.DocumentType
Returns the section value
getSectionValue() - Method in class kristal.client.SectionType
Returns the section value in this object.
getSectionValue(String, String) - Method in class kristal.client.SectionType
Returns the highlighted section value in this object.
getSections() - Method in class kristal.client.DocumentType
Returns the sections in this object.
getSections() - Method in class kristal.client.ParameterType
Returns the sections in this object.
getSections() - Method in class kristal.client.XMLNodeType
Returns the sections in this object.
getSetId() - Method in class kristal.client.ParameterType
Returns the set id in this object.
getSimilarityValue() - Method in class kristal.client.ParameterType
Returns the similarity value in this object.
getSortingKeyType() - Method in class kristal.client.ParameterType
Returns the sorting key type in this object.
getSpaceOperator() - Method in class kristal.client.ParameterType
Returns the space operator in this object.
getStartPosition() - Method in class kristal.client.ParameterType
Returns the start position in this object.
getStartTag() - Method in class kristal.client.DisplayType
Returns the start tag in this object.
getStemming() - Method in class kristal.client.BasicSectionType
Returns the stemming in this object.
getStemming() - Method in class kristal.client.VirtualSectionType
Returns the stemming in this object.
getStopword() - Method in class kristal.client.BasicSectionType
Returns the stopword in this object.
getStopword() - Method in class kristal.client.VirtualSectionType
Returns the stopword in this object.
getStopwords() - Method in class kristal.client.ParameterType
Returns the stopwords in this object.
getSummaryLength() - Method in class kristal.client.DisplayType
Returns the summary length in this object.
getSummaryMethod() - Method in class kristal.client.DisplayType
Returns the summary method in this object.
getSystemSection() - Method in class kristal.client.XMLNodeType
Returns the system section in this object.
getTableId() - Method in class kristal.client.DocumentType
Returns the table id in this object.
getTableId() - Method in class kristal.client.TableInfoType
Returns the table id in this object.
getTableId() - Method in class kristal.client.XMLNodeType
Returns the table id in this object.
getTableName() - Method in class kristal.client.TableInfoType
Returns the table name in this object.
getTableNamelist() - Method in class kristal.client.ParameterType
Returns the table namelist in this object.
getTables() - Method in class kristal.client.SchemaInfoType
Returns the tables in this object.
getTerms() - Method in class kristal.client.ParameterType
Returns the terms in this object.
getTitle() - Method in class kristal.client.XMLSystemSectionType
Returns the title in this object.
getTotalDf() - Method in class kristal.client.ParameterType
Returns the total df in this object.
getTotalDocumentNo() - Method in class kristal.client.SchemaInfoType
Returns the total document number in this object.
getType() - Method in class kristal.client.XMLSystemSectionType
Returns the type in this object.
getUnionSectionName() - Method in class kristal.client.UnionSectionType
Returns the union section name in this object.
getUnionSections() - Method in class kristal.client.SchemaInfoType
Returns the union sections in this object.
getVersion() - Method in class kristal.client.ClientLIB
 
getVirtualSectionName() - Method in class kristal.client.VirtualSectionType
Returns the virtual section name in this object.
getVirtualSections() - Method in class kristal.client.SchemaInfoType
Returns the virtual sections in this object.
getWeight() - Method in class kristal.client.DocumentType
Returns the weight in this object.
getWeight() - Method in class kristal.client.KnowledgeDocumentType
Returns the weight in this object.
get_utf8_size(String) - Static method in class kristal.client.KristalEncoding
Pre-calculation of string message size in UTF-8
group_by_key - Variable in class kristal.client.DocumentGroupType
 
group_counts - Variable in class kristal.client.ParameterType
 
group_type - Variable in class kristal.client.IntegrateRetrieveType
 
groupby_section_namelist - Variable in class kristal.client.ParameterType
 

H

hanja - Variable in class kristal.client.BasicSectionType
 
hanja - Variable in class kristal.client.SectionType
 
hanja - Variable in class kristal.client.VirtualSectionType
 
highlight_method - Variable in class kristal.client.DisplayType
 
hl_section_value - Variable in class kristal.client.SectionType
 

I

IMQL_GET_DOCUMENTS_FROM_RESULT - Static variable in class kristal.client.KristalHeader
 
IMQL_QTYPE_AGGREGATION - Static variable in class kristal.client.KristalHeader
 
IMQL_QTYPE_JOIN - Static variable in class kristal.client.KristalHeader
 
IMQL_QTYPE_META - Static variable in class kristal.client.KristalHeader
 
IMQL_QTYPE_SIMPLE - Static variable in class kristal.client.KristalHeader
 
IMQL_RETRIEVE - Static variable in class kristal.client.KristalHeader
 
INSERTING_TAG_ALL - Static variable in class kristal.client.KristalHeader
 
INSERTING_TAG_EACH - Static variable in class kristal.client.KristalHeader
 
IntegrateRetrieveType - class kristal.client.IntegrateRetrieveType.
This Class describes a Section Structure of KRISTAL.
IntegrateRetrieveType() - Constructor for class kristal.client.IntegrateRetrieveType
 
index_type - Variable in class kristal.client.BasicSectionType
 
index_type - Variable in class kristal.client.SectionType
 
index_type - Variable in class kristal.client.VirtualSectionType
 
integrate - Variable in class kristal.client.ParameterType
 
is_used - Variable in class kristal.client.IntegrateRetrieveType
 

J

join_condition_list - Variable in class kristal.client.ParameterType
 

K

KRISTAL_SERVER - Static variable in class kristal.client.KristalHeader
 
K_NUMBER - Static variable in class kristal.client.KristalHeader
 
K_STRING - Static variable in class kristal.client.KristalHeader
 
KnowledgeDocumentType - class kristal.client.KnowledgeDocumentType.
This Class describes a Knowledge Document Structure of KRISTAL.
KnowledgeDocumentType() - Constructor for class kristal.client.KnowledgeDocumentType
Constructs a new KnowledgeDocumentType object.
KristalDomParser - class kristal.client.KristalDomParser.
This Class processes a XML structure.
KristalDomParser() - Constructor for class kristal.client.KristalDomParser
Construct a new KristalDomParser object.
KristalEncoding - class kristal.client.KristalEncoding.
This Class implements a encoding/decoding module.
KristalEncoding() - Constructor for class kristal.client.KristalEncoding
 
KristalHeader - class kristal.client.KristalHeader.
This Class defines a header of KRISTAL.
KristalHeader() - Constructor for class kristal.client.KristalHeader
 
knowledge_data - Variable in class kristal.client.KnowledgeDocumentType
 
knowledge_documents - Variable in class kristal.client.ParameterType
 
kristal.client - package kristal.client
 

L

LAST_NODE - Static variable in class kristal.client.KristalHeader
 
LISTING_LOCATION_ALL - Static variable in class kristal.client.KristalHeader
 
LISTING_LOCATION_EACH - Static variable in class kristal.client.KristalHeader
 
left_node_id - Variable in class kristal.client.XMLSystemSectionType
 
length_list - Variable in class kristal.client.SectionType
 
level - Variable in class kristal.client.WordItem
 
level - Variable in class kristal.client.XMLSystemSectionType
 

M

MAX - Static variable in class kristal.client.KristalHeader
 
MAX_LINE_LENGTH - Static variable in class kristal.client.Base64
Maximum line length (76) of Base64 output.
MIN - Static variable in class kristal.client.KristalHeader
 
MOVE_XML_NODE - Static variable in class kristal.client.KristalHeader
 
MULTIPLE_RETRIEVE - Static variable in class kristal.client.KristalHeader
 
MULTIPLE_RETRIEVE_IN_RESULT - Static variable in class kristal.client.KristalHeader
 
Message - class kristal.client.Message.
This Class manages a message parsing.
Message() - Constructor for class kristal.client.Message
 
m_body - Variable in class kristal.client.Message
 
m_header - Variable in class kristal.client.Message
 
main(String[]) - Static method in class kristal.client.Base64
Testing.
main(String[]) - Static method in class kristal.client.KristalHeader
 
maxDF - Variable in class kristal.client.ParameterType
 
method - Variable in class kristal.client.ParameterType
 
minDF - Variable in class kristal.client.ParameterType
 

N

NEXT_NODE - Static variable in class kristal.client.KristalHeader
 
NONE - Static variable in class kristal.client.KristalHeader
 
NORMAL_SUMMARY - Static variable in class kristal.client.KristalHeader
 
NO_ACTION - Static variable in class kristal.client.KristalHeader
 
NO_QUERY_TERM_EXPANSION - Static variable in class kristal.client.KristalHeader
 
NO_REMOVE_CHARS_WORD - Static variable in class kristal.client.KristalHeader
 
name - Variable in class kristal.client.WordItem
 
node_id - Variable in class kristal.client.XMLSystemSectionType
 
nodes - Variable in class kristal.client.ParameterType
 

O

offset_list - Variable in class kristal.client.SectionType
 
order - Variable in class kristal.client.IntegrateRetrieveType
 
order - Variable in class kristal.client.ParameterType
 
order - Variable in class kristal.client.XMLSystemSectionType
 
orderby_section_namelist - Variable in class kristal.client.ParameterType
 
ordering_typelist - Variable in class kristal.client.ParameterType
 
original_section_namelist - Variable in class kristal.client.VirtualSectionType
 

P

PARTIAL_QUERY_TERM_EXPANSION - Static variable in class kristal.client.KristalHeader
 
PARTIAL_XML_REPRODUCE - Static variable in class kristal.client.KristalHeader
 
PLAIN_SCHEMA - Static variable in class kristal.client.KristalHeader
 
PREVIOUS_NODE - Static variable in class kristal.client.KristalHeader
 
PROCESS_DATABASE_SCHEMA - Static variable in class kristal.client.KristalHeader
 
PROCESS_MAP - Static variable in class kristal.client.KristalHeader
 
ParameterType - class kristal.client.ParameterType.
This Class describes a Parameter Structure of KRISTAL.
ParameterType() - Constructor for class kristal.client.ParameterType
Constructs a new ParameterType object.
PrimarySectionType - class kristal.client.PrimarySectionType.
This Class describes a Primary Section Structure of KRISTAL.
PrimarySectionType() - Constructor for class kristal.client.PrimarySectionType
Constructs a new PrimarySectionType object.
parent_node_id - Variable in class kristal.client.XMLSystemSectionType
 
pivot_node - Variable in class kristal.client.ParameterType
 
primary_key - Variable in class kristal.client.DocumentType
 
primary_key - Variable in class kristal.client.ParameterType
 
primary_key - Variable in class kristal.client.XMLNodeType
 
primary_section_name - Variable in class kristal.client.PrimarySectionType
 
primary_sections - Variable in class kristal.client.SchemaInfoType
 

Q

query - Variable in class kristal.client.ParameterType
 
query_section_list - Variable in class kristal.client.DisplayType
 
query_type - Variable in class kristal.client.ParameterType
 

R

REMOVE_SINGLE_CHAR_WORD - Static variable in class kristal.client.KristalHeader
 
REPRODUCE_XML_NODE - Static variable in class kristal.client.KristalHeader
 
RETRIEVE - Static variable in class kristal.client.KristalHeader
 
RETRIEVE_DOCUMENTS_WITH_FOREIGN_KEY - Static variable in class kristal.client.KristalHeader
 
RETRIEVE_IN_RESULT - Static variable in class kristal.client.KristalHeader
 
RETRIEVE_SIMILAR_DOCUMENTS - Static variable in class kristal.client.KristalHeader
 
ReceiveMessage(InputStream) - Static method in class kristal.client.TcpConnection
Receives a message from KRISTAL server.
Request(String, ParameterType) - Method in class kristal.client.ClientLIB
Requests a service to KRISTAL server.
read() - Method in class kristal.client.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class kristal.client.Base64.InputStream
Calls { #read} repeatedly until the end of stream is reached or len bytes are read.
read(String) - Method in class kristal.client.Dictionary
 
remove_chars_word - Variable in class kristal.client.ParameterType
 
result_table_name - Variable in class kristal.client.ParameterType
 
return_values - Variable in class kristal.client.ParameterType
 
right_node_id - Variable in class kristal.client.XMLSystemSectionType
 

S

SAVE_USER_LOG - Static variable in class kristal.client.KristalHeader
 
SCHEMA_GROUP - Static variable in class kristal.client.KristalHeader
 
SECTION_GROUP - Static variable in class kristal.client.KristalHeader
 
SET_SEQUENCE - Static variable in class kristal.client.KristalHeader
 
SIMILAR_RETRIEVAL_DEFAULT_METHOD - Static variable in class kristal.client.KristalHeader
 
SIMILAR_RETRIEVAL_USER_METHOD - Static variable in class kristal.client.KristalHeader
 
SORT_BY_SECTION - Static variable in class kristal.client.KristalHeader
 
SPACE_AND - Static variable in class kristal.client.KristalHeader
 
SPACE_NEAR - Static variable in class kristal.client.KristalHeader
 
SPACE_NOT - Static variable in class kristal.client.KristalHeader
 
SPACE_OR - Static variable in class kristal.client.KristalHeader
 
SPACE_WITHIN - Static variable in class kristal.client.KristalHeader
 
SPECIAL_SUMMARY - Static variable in class kristal.client.KristalHeader
 
SUM - Static variable in class kristal.client.KristalHeader
 
SchemaInfoType - class kristal.client.SchemaInfoType.
This Class describes a Schema Structure of KRISTAL.
SchemaInfoType() - Constructor for class kristal.client.SchemaInfoType
Constructs a new SchemaInfoType object.
SectionType - class kristal.client.SectionType.
This Class describes a Section Structure of KRISTAL.
SectionType() - Constructor for class kristal.client.SectionType
Constructs a new SectionType object.
SectionType(String, String) - Constructor for class kristal.client.SectionType
Constructs a new SectionType object with its name and value
SectionType(String, byte[]) - Constructor for class kristal.client.SectionType
Constructs a new SectionType object with its name and encoded value by BASE64.
SendMessage(String, OutputStream) - Static method in class kristal.client.TcpConnection
Sends a message to KRISTAL server.
SequenceGroupType - class kristal.client.SequenceGroupType.
This Class describes a Document Structure of KRISTAL.
SequenceGroupType() - Constructor for class kristal.client.SequenceGroupType
 
SequenceType - class kristal.client.SequenceType.
This Class describes a Section Structure of KRISTAL.
SequenceType() - Constructor for class kristal.client.SequenceType
 
schema_name - Variable in class kristal.client.SchemaInfoType
 
schema_text - Variable in class kristal.client.ParameterType
 
schema_type - Variable in class kristal.client.SchemaInfoType
 
schemas - Variable in class kristal.client.ParameterType
 
search_flag - Variable in class kristal.client.XMLNodeType
 
section_name - Variable in class kristal.client.BasicSectionType
 
section_name - Variable in class kristal.client.DisplayType
 
section_name - Variable in class kristal.client.SectionType
 
section_namelist - Variable in class kristal.client.IntegrateRetrieveType
 
section_namelist - Variable in class kristal.client.ParameterType
 
section_namelist - Variable in class kristal.client.UnionSectionType
 
section_namelist2 - Variable in class kristal.client.ParameterType
 
section_namelist3 - Variable in class kristal.client.ParameterType
 
section_value - Variable in class kristal.client.SectionType
 
sections - Variable in class kristal.client.DocumentType
 
sections - Variable in class kristal.client.ParameterType
 
sections - Variable in class kristal.client.XMLNodeType
 
selection_list - Variable in class kristal.client.ParameterType
 
sequence_groups - Variable in class kristal.client.ParameterType
 
sequence_name - Variable in class kristal.client.SequenceType
 
sequence_type - Variable in class kristal.client.ParameterType
 
sequence_value - Variable in class kristal.client.SequenceType
 
sequences - Variable in class kristal.client.SequenceGroupType
 
server_id - Variable in class kristal.client.DocumentType
 
server_type - Variable in class kristal.client.ParameterType
 
server_version - Variable in class kristal.client.ParameterType
 
service_time - Variable in class kristal.client.ParameterType
 
setAddress(String, int) - Method in class kristal.client.ClientLIB
Sets the server ip address and server port number of this object.
setAlias(String) - Method in class kristal.client.BasicSectionType
Sets the alias of this object.
setAlias(String) - Method in class kristal.client.SchemaInfoType
Sets the alias of this object.
setAlias(String) - Method in class kristal.client.TableInfoType
Sets the alias of this object.
setAlias(String) - Method in class kristal.client.UnionSectionType
Sets the alias of this object.
setAlias(String) - Method in class kristal.client.VirtualSectionType
Sets the alias of this object.
setBasicSections(Vector) - Method in class kristal.client.SchemaInfoType
Sets the basic sections of this object.
setCounter(int) - Method in class kristal.client.ParameterType
Sets the counter of this object.
setDataType(String) - Method in class kristal.client.BasicSectionType
Sets the data type of this object.
setDefaultValue(String) - Method in class kristal.client.BasicSectionType
Sets the default value of this object.
setDirection(int) - Method in class kristal.client.ParameterType
Sets the direction of this object.
setDocumentId(int) - Method in class kristal.client.DocumentType
Sets the document id of this object.
setDocumentNo(long) - Method in class kristal.client.TableInfoType
Sets the document number of this object.
setDocuments(Vector) - Method in class kristal.client.ParameterType
Sets the documents of this object.
setEndTag(String) - Method in class kristal.client.DisplayType
Sets the end tag of this object.
setErrorCode(int) - Method in class kristal.client.ParameterType
Sets the error code of this object.
setErrorMessage(String) - Method in class kristal.client.ParameterType
Sets the error message of this object.
setExtendedQuery(String) - Method in class kristal.client.ParameterType
Sets the extended query of this object.
setFirstChildNodeId(int) - Method in class kristal.client.XMLSystemSectionType
Sets the first child node id of this object.
setHanja(boolean) - Method in class kristal.client.BasicSectionType
Sets the hanja of this object.
setHanja(boolean) - Method in class kristal.client.VirtualSectionType
Sets the hanja of this object.
setHighlightMethod(int) - Method in class kristal.client.DisplayType
Sets the highlight method of this object.
setIndexType(String) - Method in class kristal.client.BasicSectionType
Sets the index type of this object.
setIndexType(String) - Method in class kristal.client.VirtualSectionType
Sets the index type of this object.
setKnowledgeData(String) - Method in class kristal.client.KnowledgeDocumentType
Sets the knowledge data of this object.
setLeftNodeId(int) - Method in class kristal.client.XMLSystemSectionType
Sets the left node id of this object.
setLengthList(Vector) - Method in class kristal.client.SectionType
Sets the length list of this object.
setLevel(int) - Method in class kristal.client.XMLSystemSectionType
Sets the level of this object.
setMethod(int) - Method in class kristal.client.ParameterType
Sets the method of this object.
setNodeId(int) - Method in class kristal.client.XMLSystemSectionType
Sets the node id of this object.
setOffsetList(Vector) - Method in class kristal.client.SectionType
Sets the offset list of this object.
setOrder(boolean) - Method in class kristal.client.ParameterType
Sets the order of this object.
setOrder(int) - Method in class kristal.client.XMLSystemSectionType
Sets the order of this object.
setOriginalSectionNamelist(Vector) - Method in class kristal.client.VirtualSectionType
Sets the original_section_namelist of this object.
setParentNodeId(int) - Method in class kristal.client.XMLSystemSectionType
Sets the parent node id of this object.
setPrimaryKey(String) - Method in class kristal.client.DocumentType
Sets the primary key of this object.
setPrimaryKey(String) - Method in class kristal.client.ParameterType
Sets the primary key of this object.
setPrimaryKey(String) - Method in class kristal.client.XMLNodeType
Sets the primary key of this object.
setPrimarySectionName(String) - Method in class kristal.client.PrimarySectionType
Sets the primary section name of this object.
setPrimarySections(Vector) - Method in class kristal.client.SchemaInfoType
Sets the primary sections of this object.
setQuery(String) - Method in class kristal.client.ParameterType
Sets the query of this object.
setRightNodeId(int) - Method in class kristal.client.XMLSystemSectionType
Sets the right node id of this object.
setSchemaName(String) - Method in class kristal.client.SchemaInfoType
Sets the schema name of this object.
setSchemas(Vector) - Method in class kristal.client.ParameterType
Sets the schemas of this object.
setSearchFlag(boolean) - Method in class kristal.client.XMLNodeType
Sets the search flag of this object.
setSectionName(String) - Method in class kristal.client.BasicSectionType
Sets the section_name of this object.
setSectionName(String) - Method in class kristal.client.DisplayType
Sets the section name of this object.
setSectionName(String) - Method in class kristal.client.SectionType
Sets the section name of this object.
setSectionNamelist(Vector) - Method in class kristal.client.ParameterType
Sets the section namelist of this object.
setSectionNamelist(Vector) - Method in class kristal.client.UnionSectionType
Sets the section namelist of this object.
setSectionValue(String) - Method in class kristal.client.SectionType
Sets the section value of this object.
setSections(Vector) - Method in class kristal.client.DocumentType
Sets the sections of this object.
setSections(Vector) - Method in class kristal.client.ParameterType
Sets the sections of this object.
setSections(Vector) - Method in class kristal.client.XMLNodeType
Sets the sections of this object.
setSetId(int) - Method in class kristal.client.ParameterType
Sets the set id of this object.
setSimilarityValue(float) - Method in class kristal.client.ParameterType
Sets the similarity value of this object.
setSortingKeyType(int) - Method in class kristal.client.ParameterType
Sets the sorting key type of this object.
setSpaceOperator(int) - Method in class kristal.client.ParameterType
Sets the space operator of this object.
setStartPosition(int) - Method in class kristal.client.ParameterType
Sets the start position of this object.
setStartTag(String) - Method in class kristal.client.DisplayType
Sets the start tag of this object.
setStemming(boolean) - Method in class kristal.client.BasicSectionType
Sets the stemming of this object.
setStemming(boolean) - Method in class kristal.client.VirtualSectionType
Sets the stemming of this object.
setStopword(boolean) - Method in class kristal.client.BasicSectionType
Sets the stopword of this object.
setStopword(boolean) - Method in class kristal.client.VirtualSectionType
Sets the stopword of this object.
setStopwords(Vector) - Method in class kristal.client.ParameterType
Sets the stopwords of this object.
setSummaryLength(int) - Method in class kristal.client.DisplayType
Sets the summary length of this object.
setSummaryMethod(int) - Method in class kristal.client.DisplayType
Sets the summary method of this object.
setSystemSection(XMLSystemSectionType) - Method in class kristal.client.XMLNodeType
Sets the system section of this object.
setTableId(int) - Method in class kristal.client.DocumentType
Sets the table id of this object.
setTableId(int) - Method in class kristal.client.TableInfoType
Sets the table id of this object.
setTableId(int) - Method in class kristal.client.XMLNodeType
Sets the table id of this object.
setTableName(String) - Method in class kristal.client.TableInfoType
Sets the table name of this object.
setTableNamelist(Vector) - Method in class kristal.client.ParameterType
Sets the table namelist of this object.
setTables(Vector) - Method in class kristal.client.SchemaInfoType
Sets the tables of this object.
setTerms(Vector) - Method in class kristal.client.ParameterType
Sets the terms of this object.
setTitle(String) - Method in class kristal.client.XMLSystemSectionType
Sets the title of this object.
setTotalDf(int) - Method in class kristal.client.ParameterType
Sets the total df of this object.
setTotalDocumentNo(long) - Method in class kristal.client.SchemaInfoType
Sets the total document number of this object.
setType(String) - Method in class kristal.client.XMLSystemSectionType
Sets the type of this object.
setUnionSectionName(String) - Method in class kristal.client.UnionSectionType
Sets the union section name of this object.
setUnionSections(Vector) - Method in class kristal.client.SchemaInfoType
Sets the union sections of this object.
setVirtualSectionName(String) - Method in class kristal.client.VirtualSectionType
Sets the virtual section name of this object.
setVirtualSections(Vector) - Method in class kristal.client.SchemaInfoType
Sets the virtual sections of this object.
setWeight(float) - Method in class kristal.client.DocumentType
Sets the weight of this object.
setWeight(float) - Method in class kristal.client.KnowledgeDocumentType
Sets the weight of this object.
set_id - Variable in class kristal.client.DocumentGroupType
 
set_id - Variable in class kristal.client.ParameterType
 
set_id_lists - Variable in class kristal.client.ParameterType
 
similarity_value - Variable in class kristal.client.ParameterType
 
sorting_key_type - Variable in class kristal.client.IntegrateRetrieveType
 
sorting_key_type - Variable in class kristal.client.ParameterType
 
space_operator - Variable in class kristal.client.ParameterType
 
start_position - Variable in class kristal.client.ParameterType
 
start_tag - Variable in class kristal.client.DisplayType
 
statement_length - Variable in class kristal.client.DisplayType
 
statement_no - Variable in class kristal.client.DisplayType
 
status() - Method in class kristal.client.ClientLIB
Returns the status.
stemming - Variable in class kristal.client.BasicSectionType
 
stemming - Variable in class kristal.client.VirtualSectionType
 
stopword - Variable in class kristal.client.BasicSectionType
 
stopword - Variable in class kristal.client.VirtualSectionType
 
stopwords - Variable in class kristal.client.ParameterType
 
summary_length - Variable in class kristal.client.DisplayType
 
summary_method - Variable in class kristal.client.DisplayType
 
system_section - Variable in class kristal.client.XMLNodeType
 
system_section_name - Variable in class kristal.client.ParameterType
 

T

TABLE_GROUP - Static variable in class kristal.client.KristalHeader
 
TableInfoType - class kristal.client.TableInfoType.
This Class describes a Table Structure of KRISTAL.
TableInfoType() - Constructor for class kristal.client.TableInfoType
Constructs a new TableInfoType object.
TcpConnection - class kristal.client.TcpConnection.
This Class manages a message exchange of KRISTAL.
TcpConnection() - Constructor for class kristal.client.TcpConnection
 
table_id - Variable in class kristal.client.DocumentType
 
table_id - Variable in class kristal.client.TableInfoType
 
table_id - Variable in class kristal.client.XMLNodeType
 
table_name - Variable in class kristal.client.SequenceGroupType
 
table_name - Variable in class kristal.client.TableInfoType
 
table_namelist - Variable in class kristal.client.ParameterType
 
tables - Variable in class kristal.client.SchemaInfoType
 
target_section - Variable in class kristal.client.ParameterType
 
term_expansion - Variable in class kristal.client.ParameterType
 
terms - Variable in class kristal.client.ParameterType
 
thesaurus_levels - Variable in class kristal.client.ParameterType
 
title - Variable in class kristal.client.XMLSystemSectionType
 
toString() - Method in class kristal.client.BasicSectionType
Overrides a parent's toString()
toString() - Method in class kristal.client.PrimarySectionType
Overrides a parent's toString()
toString() - Method in class kristal.client.SchemaInfoType
Overrides a parent's toString()
toString() - Method in class kristal.client.SectionType
Overrides a parent's toString()
toString() - Method in class kristal.client.TableInfoType
Overrides a parent's toString()
toString() - Method in class kristal.client.UnionSectionType
Overrides a parent's toString()
toString() - Method in class kristal.client.VirtualSectionType
Overrides a parent's toString()
toString() - Method in class kristal.client.WordItem
Overrides a parent's toString()
top_document_no - Variable in class kristal.client.ParameterType
 
total_df - Variable in class kristal.client.ParameterType
 
total_document_no - Variable in class kristal.client.SchemaInfoType
 
trans_binvalue() - Method in class kristal.client.SectionType
Returns the decoded bytes by BASE64.
type - Variable in class kristal.client.XMLSystemSectionType
 

U

UNICODE_UTF8(String) - Static method in class kristal.client.KristalEncoding
Convert Java native unicode to UTF-8
UPDATE_DOCUMENT - Static variable in class kristal.client.KristalHeader
 
UPDATE_XML_NODE - Static variable in class kristal.client.KristalHeader
 
UTF8_UNICODE(byte[]) - Static method in class kristal.client.KristalEncoding
Convert UTF-8 message to Java nativer unicode
UnionSectionType - class kristal.client.UnionSectionType.
This Class describes a Union Section Structure of KRISTAL.
UnionSectionType() - Constructor for class kristal.client.UnionSectionType
Constructs a new UnionSectionType object.
union_section_name - Variable in class kristal.client.UnionSectionType
 
union_sections - Variable in class kristal.client.SchemaInfoType
 
userarea_text - Variable in class kristal.client.ParameterType
 

V

VECTOR_BOOLEAN_MODEL - Static variable in class kristal.client.KristalHeader
 
VECTOR_MODEL - Static variable in class kristal.client.KristalHeader
 
VERSION - Static variable in class kristal.client.KristalHeader
 
VirtualSectionType - class kristal.client.VirtualSectionType.
This Class describes a Virtual Section Structure of KRISTAL.
VirtualSectionType() - Constructor for class kristal.client.VirtualSectionType
Constructs a new VirtualSectionType object.
value - Variable in class kristal.client.WordItem
 
virtual_section_name - Variable in class kristal.client.VirtualSectionType
 
virtual_sections - Variable in class kristal.client.SchemaInfoType
 
volume_dir - Variable in class kristal.client.SchemaInfoType
 

W

WordItem - class kristal.client.WordItem.
This Class describes a Word Item of KRISTAL.
WordItem() - Constructor for class kristal.client.WordItem
 
WordItem(String, int, String) - Constructor for class kristal.client.WordItem
 
weight - Variable in class kristal.client.DocumentType
 
weight - Variable in class kristal.client.KnowledgeDocumentType
 
write(int) - Method in class kristal.client.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class kristal.client.Base64.OutputStream
Calls { #write} repeatedly until len bytes are written.

X

XMLNodeType - class kristal.client.XMLNodeType.
This Class describes a XML Node Structure of KRISTAL.
XMLNodeType() - Constructor for class kristal.client.XMLNodeType
Constructs a new XMLNodeType object.
XMLSystemSectionType - class kristal.client.XMLSystemSectionType.
This Class describes a XML System Section Structure of KRISTAL.
XMLSystemSectionType() - Constructor for class kristal.client.XMLSystemSectionType
Constructs a new XMLSystemSectionType object.
XML_ANCESTOR_NODE - Static variable in class kristal.client.KristalHeader
 
XML_CHILD_NODE - Static variable in class kristal.client.KristalHeader
 
XML_LEFT_NODE - Static variable in class kristal.client.KristalHeader
 
XML_PARENT_NODE - Static variable in class kristal.client.KristalHeader
 
XML_RIGHT_NODE - Static variable in class kristal.client.KristalHeader
 
XML_ROOT_NODE - Static variable in class kristal.client.KristalHeader
 
XML_SCHEMA - Static variable in class kristal.client.KristalHeader
 
XML_SIBLING_NODE - Static variable in class kristal.client.KristalHeader
 

A B C D E F G H I J K L M N O P Q R S T U V W X