|
Project Wonder 5.0 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ERIndex | |
|---|---|
| er.indexing | |
| er.indexing.attributes | |
| Uses of ERIndex in er.indexing |
|---|
| Subclasses of ERIndex in er.indexing | |
|---|---|
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. |
| Methods in er.indexing that return ERIndex | |
|---|---|
static ERIndex |
ERIndex.indexNamed(java.lang.String key)
|
| Methods in er.indexing with parameters of type ERIndex | |
|---|---|
protected void |
ERIndexing.addIndex(java.lang.String key,
ERIndex index)
|
| Uses of ERIndex in er.indexing.attributes |
|---|
| Methods in er.indexing.attributes that return ERIndex | |
|---|---|
ERIndex |
ERIAttributeGroup.index()
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||