|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentsModel
Interface for classes that encapsulate some set of documents that can be displayed in document view.
Field Summary | |
---|---|
static DocSetID |
NO_ID
|
Method Summary | |
---|---|
DocSets |
createDocumentSets(int setSize)
Creates a DocSets with each set of the specified size. |
java.lang.String |
getDescription()
Gets the description of the documents contained by this model. |
DocSetID |
getID()
Gets the DocumentSetID for this model. |
java.lang.String[] |
getKeywords(java.lang.String docPath)
Gets keywords for the document with the specified path. |
org.apache.lucene.search.Filter |
getSearchFilter()
Gets a lucene filter appropriate for filtering a lucene search. |
void |
setDescription(java.lang.String description)
Sets the description of the documents contained by this model. |
Field Detail |
---|
static final DocSetID NO_ID
Method Detail |
---|
DocSetID getID()
void setDescription(java.lang.String description)
description
- the descriptionjava.lang.String getDescription()
java.lang.String[] getKeywords(java.lang.String docPath)
docPath
- the path of the document to get keywords for
DocSets createDocumentSets(int setSize)
setSize
- the set size.
org.apache.lucene.search.Filter getSearchFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |