|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectfleXplorer.util.IndexesSetting.Setting
fleXplorer.util.IndexesSetting.Documents
public class Documents
Constructor Summary | |
---|---|
Documents(MFT mft)
Constructs a Documents object. |
|
Documents(MFT mft,
java.util.ArrayList<Document> docs)
Constructs a Documents object. |
Method Summary | |
---|---|
java.util.ArrayList<Document> |
getDocs()
Returns the list of documents. |
void |
setDocs(java.util.ArrayList<Document> docs)
Sets the list that contains the documents to be indexed |
boolean |
setIndexes()
Adds to each term of a facet of the faceted taxonomy the ids of the documents that belongs to it. |
Methods inherited from class fleXplorer.util.IndexesSetting.Setting |
---|
getFT, getLegalIds, setFT, setLegalIds |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Documents(MFT mft)
mft
- the materialized faceted taxonomy.public Documents(MFT mft, java.util.ArrayList<Document> docs)
mft
- the materialized faceted taxonomy.docs
- the list with the Document.Method Detail |
---|
public void setDocs(java.util.ArrayList<Document> docs)
docs
- the list of Documentspublic java.util.ArrayList<Document> getDocs()
public boolean setIndexes()
setIndexes
in class Setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |