|
||||||||||
| 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.XML
public class XML
| Constructor Summary | |
|---|---|
XML(MFT mft)
Construcst a XML object |
|
XML(MFT mft,
java.lang.String filePath)
Construcst a XML object |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilePath()
Returns the path of the xml file. |
void |
setFilePath(java.lang.String filePath)
Sets the path of the xml file. |
boolean |
setIndexes()
Adds to each term of a facet of the faceted taxonomy the ids of the documents that belongs to it. |
boolean |
setSpecificIndexes(java.util.ArrayList<java.lang.String> dates,
java.util.ArrayList<java.lang.String> normal)
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 XML(MFT mft)
mft - the materialized faceted taxonomy.
public XML(MFT mft,
java.lang.String filePath)
mft - the materialized faceted taxonomy.filePath - the path of the xml file.| Method Detail |
|---|
public void setFilePath(java.lang.String filePath)
filePath - the path of the xml file.public java.lang.String getFilePath()
public boolean setSpecificIndexes(java.util.ArrayList<java.lang.String> dates,
java.util.ArrayList<java.lang.String> normal)
public boolean setIndexes()
setIndexes in class Setting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||