|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.client.doc.AbstractDocumentsModel
anl.aida.client.doc.DefaultDocumentsModel
public class DefaultDocumentsModel
Model class for the DocumentsView.
Nested Class Summary | |
---|---|
(package private) class |
DefaultDocumentsModel.DocIterator
|
(package private) class |
DefaultDocumentsModel.DocSetsImpl
|
Field Summary | |
---|---|
private int |
offset
|
Fields inherited from class anl.aida.client.doc.AbstractDocumentsModel |
---|
center, element, id, keyGen, range |
Fields inherited from interface anl.aida.client.doc.DocumentsModel |
---|
NO_ID |
Constructor Summary | |
---|---|
DefaultDocumentsModel(DocSetID id,
CacheElement element)
|
Method Summary | |
---|---|
DocSets |
createDocumentSets(int setSize)
Creates a DocSets with each set of the specified size. |
org.apache.lucene.search.Filter |
getSearchFilter()
Returns a date range filter that filters out anything greater than associated CacheElements timestamp. |
Methods inherited from class anl.aida.client.doc.AbstractDocumentsModel |
---|
getDescription, getID, getKeywords, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int offset
Constructor Detail |
---|
public DefaultDocumentsModel(DocSetID id, CacheElement element)
Method Detail |
---|
public DocSets createDocumentSets(int setSize)
setSize
- the set size.
public org.apache.lucene.search.Filter getSearchFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |