|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.query.Configuration
public class Configuration
This object defines rules for query computation, or rather, classes of tokens.
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary | |
|---|---|
static int |
defaultBoost(Token tok)
Description of the Method |
static boolean |
isControlToken(java.lang.String str)
Is this a control token which is not excluded when it has a low idf? |
static boolean |
isControlToken(Token tok)
Is this a control token which is not excluded when it has a low idf? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
public static boolean isControlToken(java.lang.String str)
str - Token
public static boolean isControlToken(Token tok)
tok - Token
public static int defaultBoost(Token tok)
tok - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||