Package | Description |
---|---|
er.indexing | |
er.indexing.attributes |
Modifier and Type | Class and Description |
---|---|
class |
ERAttributeIndex |
class |
ERAutoIndex
File Documents.indexModel is
{
// index class to use, default is er.indexing.ERIndex
index = com.foo.SomeIndexClass;
// url for the index files
store = "file://tmp/Document";
// if the index should be double-buffered (currently unused)
buffered = false|true;
// entities in this index
entities = (Asset, File, Media);
// properties to index, these are key paths off the objects
// and are also used for the names of the index fields.
|
Modifier and Type | Method and Description |
---|---|
static ERIndex |
ERIndex.indexNamed(String key) |
Modifier and Type | Method and Description |
---|---|
protected void |
ERIndexing.addIndex(String key,
ERIndex index) |
Modifier and Type | Method and Description |
---|---|
ERIndex |
ERIAttributeGroup.index() |
Copyright © 2002 – 2024 Project Wonder.