Package | Description |
---|---|
com.attivio.sdk.schema |
Models data from fields and describes how each field should be handled by the Attivio engine.
|
com.attivio.sdk.search.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.sdk.server.tokenization |
Interfaces class that handle breaking free text / Strings into
TokenList s. |
Modifier and Type | Method and Description |
---|---|
SchemaField |
Schema.addField(SchemaField field)
Adds
field to the schema. |
SchemaField |
Schema.addField(String fieldName)
Adds a new field by name to the schema.
|
SchemaField |
SchemaField.clone() |
SchemaField |
Schema.getField(String fieldName)
Gets a field by name, handling dynamic fields if necessary.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SchemaField> |
Schema.iterator() |
Modifier and Type | Method and Description |
---|---|
SchemaField |
Schema.addField(SchemaField field)
Adds
field to the schema. |
Modifier and Type | Method and Description |
---|---|
void |
FacetRequest.setDefaults(SchemaField schemaField)
Set default values for unset fields based on a SchemaField.
|
Modifier and Type | Method and Description |
---|---|
Tokenizer |
Tokenizer.getIngestTokenizer(SchemaField field,
Locale locale)
Get the underlying tokenizer to use for tokenizing fields in the ingest workflow.
|
Tokenizer |
Tokenizer.getQueryTokenizer(SchemaField field,
Locale locale)
Get the underlaying tokenizer to use for tokenizing fields in the query workflow.
|
Phrase |
Tokenizer.tokenize(SchemaField field,
Locale locale,
SearchTerm term)
Tokenizes
term into a Phrase for query processing. |
TokenList |
Tokenizer.tokenize(SchemaField field,
Locale locale,
String value)
Tokenizes
value into a TokenList. |
Phrase |
Tokenizer.tokenize(SchemaField field,
Locale locale,
TermRange range)
Tokenizes
range into a Phrase for query processing. |
void |
Tokenizer.tokenize(SchemaField field,
Locale locale,
TokenList tokens)
Tokenizes all tokens in
tokens . |
Phrase |
Tokenizer.tokenize(SchemaField field,
Locale locale,
WildcardTerm term)
Tokenizes a wildcard
term into a Phrase for query processing. |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.