Package | Description |
---|---|
com.endeca.infront.cartridge |
Contains the built-in Assembler cartridge handlers and their
configuration classes.
|
com.endeca.infront.cartridge.model |
Contains model objects for use in the built-in Assembler cartridge handlers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResultsListHandler.retainFields(Map<String,Attribute> attributeMap,
com.endeca.infront.cartridge.FieldNamesConfig config,
boolean aggregationEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
JsonAttribute
An attribute that stores JSON formatted property values in
a
Record. |
class |
StringAttribute
Class representing single value string attributes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Attribute> |
Record.getAttributes()
Record attribute (property and dimension) values, indexed by name string.
|
Modifier and Type | Method and Description |
---|---|
void |
Record.setAttributes(Map<String,Attribute> attributes)
Sets the attributes for this record.
|
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.