|
||||||||||
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.Resultset
public class Resultset
Constructor Summary | |
---|---|
Resultset(MFT mft)
Constructs a Resultset object. |
|
Resultset(MFT mft,
java.sql.ResultSet rs)
Constructs a Resultset object. |
Method Summary | |
---|---|
java.sql.ResultSet |
getResulSet()
Returns the ResultSet 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. |
void |
setResultSet(java.sql.ResultSet rs)
Sets the ResultSet that contains the documents to be indexed. |
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 Resultset(MFT mft)
mft
- The materialized faceted taxonomy.public Resultset(MFT mft, java.sql.ResultSet rs)
mft
- The materialized faceted taxonomy.docs
- the result set that contains the documents to be indexed.Method Detail |
---|
public void setResultSet(java.sql.ResultSet rs)
rs
- the ResultSetpublic java.sql.ResultSet getResulSet()
public boolean setIndexes()
setIndexes
in class Setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |