|
||||||||||
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.TXT
public class TXT
Constructor Summary | |
---|---|
TXT(MFT mft)
Constructs a new TXT object. |
|
TXT(MFT mft,
java.lang.String filePath)
Constructs a new TXT object. |
Method Summary | |
---|---|
int |
getFacetPosition(java.lang.String facet)
Returns the position of the terms of a specified facet into the txt. |
java.lang.String |
getFilePath()
Returns the path of the xml file. |
void |
setFacetPosition(java.lang.String facet,
int position)
Defines the column that the terms of a facet are written. |
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. |
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 TXT(MFT mft)
mft
- the materialized faceted taxonomy.public TXT(MFT mft, java.lang.String filePath)
mft
- the materialized faceted taxonomy.filePath
- the path of the txt fileMethod Detail |
---|
public void setFilePath(java.lang.String filePath)
filePath
- the path of the xml file.public java.lang.String getFilePath()
public void setFacetPosition(java.lang.String facet, int position)
facet
- the name of the facet.position
- the column of the terms.public int getFacetPosition(java.lang.String facet)
facet
- the name of the facet.
public boolean setIndexes()
setIndexes
in class Setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |