|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectfleXplorer.util.IndexesSetting.Setting
public abstract class Setting
Constructor Summary | |
---|---|
Setting()
|
Method Summary | |
---|---|
FT |
getFT()
Returns the faceted taxonomy of the materialized faceted taxonomy. |
java.util.HashSet<java.lang.Integer> |
getLegalIds()
Returns the legal ids of the materialized faceted taxonomy. |
void |
setFT(FT ft)
Sets the faceted taxonomy of the materialized faceted taxonomy. |
abstract boolean |
setIndexes()
Adds to each term of a facet of the faceted taxonomy the ids of the documents that belongs to it. |
void |
setLegalIds(java.util.HashSet<java.lang.Integer> legalIds)
Sets the legal ids of the materialized faceted taxonomy. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Setting()
Method Detail |
---|
public void setLegalIds(java.util.HashSet<java.lang.Integer> legalIds)
legalIds
- the legal ids.public java.util.HashSet<java.lang.Integer> getLegalIds()
public void setFT(FT ft)
ft
- the faceted taxonomy.public FT getFT()
public abstract boolean setIndexes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |