|
||||||||||
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.DocumentsIds
public class DocumentsIds
Constructor Summary | |
---|---|
DocumentsIds(MFT mft)
Constructs a DocumentsIds object. |
|
DocumentsIds(MFT mft,
java.util.ArrayList<DocumentIds> docs)
Constructs a DocumentsIds object. |
Method Summary | |
---|---|
java.util.ArrayList<DocumentIds> |
getDocs()
Returns the list of documents. |
void |
setDocs(java.util.ArrayList<DocumentIds> 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 DocumentsIds(MFT mft)
mft
- the materialized faceted taxonomy.public DocumentsIds(MFT mft, java.util.ArrayList<DocumentIds> docs)
mft
- the materialized faceted taxonomy.docs
- the list with the DocumentId.Method Detail |
---|
public void setDocs(java.util.ArrayList<DocumentIds> docs)
docs
- the list of Documentspublic java.util.ArrayList<DocumentIds> getDocs()
public boolean setIndexes()
setIndexes
in class Setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |