Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INTERACTIVE_COMMAND |
"interactive" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ARGUMENTS_OK |
0 |
protected static final int |
ERROR_CONFLICTING_ARGUMENTS |
3 |
protected static final int |
ERROR_DIRECT_FILE_EXISTS |
4 |
protected static final int |
ERROR_DIRECT_FILE_NOT_EXISTS |
6 |
protected static final int |
ERROR_EXPAND_NOT_RETRIEVE |
15 |
protected static final int |
ERROR_GIVEN_C_NOT_RETRIEVING |
16 |
protected static final int |
ERROR_HADOOP_NOT_RETRIEVAL |
18 |
protected static final int |
ERROR_HADOOP_ONLY_INDEX |
19 |
protected static final int |
ERROR_LANGUAGEMODEL_NOT_RETRIEVE |
17 |
protected static final int |
ERROR_NO_ARGUMENTS |
1 |
protected static final int |
ERROR_NO_C_VALUE |
2 |
protected static final int |
ERROR_PRINT_DIRECT_FILE_NOT_EXISTS |
11 |
protected static final int |
ERROR_PRINT_DOCINDEX_FILE_NOT_EXISTS |
7 |
protected static final int |
ERROR_PRINT_INVERTED_FILE_NOT_EXISTS |
9 |
protected static final int |
ERROR_PRINT_LEXICON_FILE_NOT_EXISTS |
8 |
protected static final int |
ERROR_PRINT_STATS_FILE_NOT_EXISTS |
10 |
protected static final int |
ERROR_UNKNOWN_OPTION |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BATCHRETRIEVE_COMMAND |
"batchretrieval" |
public static final String |
BATCHRETRIEVE_PROP_PREFIX |
"trec" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_BUFFER_LENGTH |
8192 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USUAL_EXTENSION |
".bf" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_SIZE |
16384 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USUAL_EXTENSION |
".if" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_DOCUMENTS |
"org.terrier.indexing." |
Modifier and Type | Constant Field | Value |
---|---|---|
public final String |
docEndTag |
"</MedlineCitation>" |
public final String |
docTag |
"<MedlineCitation " |
public final String |
fileEndTag |
"</MedlineCitationSet>" |
public final String |
fileTag |
"<MedlineCitationSet>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ELEMENT_ATTR_SEPARATOR |
"." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
maxNumOfDigitsPerTerm |
4 |
protected static final int |
maxNumOfSameConseqLettersPerTerm |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final boolean |
DROP_LONG_TOKENS |
true |
protected static final int |
maxNumOfDigitsPerTerm |
4 |
protected static final int |
maxNumOfSameConseqLettersPerTerm |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final boolean |
DROP_LONG_TOKENS |
true |
protected static final int |
maxNumOfDigitsPerTerm |
4 |
protected static final int |
maxNumOfSameConseqLettersPerTerm |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final boolean |
DROP_LONG_TOKENS |
true |
protected static final int |
maxNumOfDigitsPerTerm |
4 |
protected static final int |
maxNumOfSameConseqLettersPerTerm |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE_MATCHING_TAG |
"firstmatchscore" |
public static final String |
NONMATCHING_TAG |
"firstkeep" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DSMNS |
"org.terrier.matching.dsms." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#band" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#datebetween" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#fuzzy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BAND |
11 |
public static final int |
BASE64 |
19 |
public static final int |
BASE64WORD |
9 |
public static final int |
CLOSE_PAREN |
10 |
public static final int |
COLON |
21 |
public static final int |
COLON_KV |
24 |
public static final int |
COMBINE |
16 |
public static final int |
DEFAULT |
0 |
public static final int |
EOF |
0 |
public static final int |
EQUALS |
25 |
public static final int |
FUZZY |
18 |
public static final int |
HASH |
6 |
public static final int |
INT |
22 |
public static final int |
OPEN_PAREN |
20 |
public static final int |
OPEN_PAREN_KV |
26 |
public static final int |
OW |
13 |
public static final int |
PERIOD |
8 |
public static final int |
PREFIX |
17 |
public static final int |
SYN |
14 |
public static final int |
TAG |
15 |
public static final int |
UW |
12 |
public static final int |
WithinCombineKV |
2 |
public static final int |
WithinIndri |
1 |
public static final int |
WORD |
7 |
public static final int |
WORD_OR_INT_OR_FLOAT |
23 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#prefix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
staticFlag |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#syn" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INVALID_LEXICAL_STATE |
2 |
public static final int |
LEXICAL_ERROR |
0 |
public static final int |
LOOP_DETECTED |
3 |
public static final int |
STATIC_LEXER_ERROR |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STRING_PREFIX |
"#uw" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
AFTEREFFECT_PREFIX |
"org.terrier.matching.models.aftereffect." |
protected final String |
BASICMODEL_PREFIX |
"org.terrier.matching.models.basicmodel." |
protected final String |
NORMALISATION_PREFIX |
"org.terrier.matching.models.normalisation.Normalisation" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE |
"org.terrier.matching.models." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"B" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"L" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"L5" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"LL" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"0" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"1" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"2" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"2exp" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"3" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"B" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"F" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"J" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"JN" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"P" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
methodName |
"Static" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE |
"org.terrier.matching.models.queryexpansion." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTROL_MODEL |
"dependencemodel" |
public static final String |
CONTROL_MODEL_PARAM |
"dependencemodelparam" |
public static final String |
DEPENDENCE_TAG |
"sdm" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_MATCHING |
"org.terrier.matching." |
public static final String |
NAMESPACE_POSTFILTER |
"org.terrier.querying." |
public static final String |
NAMESPACE_PROCESS |
"org.terrier.querying" |
public static final String |
NAMESPACE_WEIGHTING |
"org.terrier.matching.models." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
FILTER_ADJUSTED |
2 |
public static final byte |
FILTER_OK |
0 |
public static final byte |
FILTER_REMOVE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_QEMODEL |
"org.terrier.matching.models.queryexpansion." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTROL_MATCHING |
"matching" |
public static final String |
CONTROL_WMODEL |
"wmodel" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
staticFlag |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALPHANUMERIC |
5 |
public static final int |
CLOSE_DISJUNCTIVE |
13 |
public static final int |
CLOSE_PAREN |
15 |
public static final int |
COLON |
10 |
public static final int |
DEFAULT |
0 |
public static final int |
EOF |
0 |
public static final int |
FLOAT |
16 |
public static final int |
HAT |
8 |
public static final int |
NOT_REQUIRED |
7 |
public static final int |
OLD_MAC_EOL |
4 |
public static final int |
OPEN_DISJUNCTIVE |
12 |
public static final int |
OPEN_PAREN |
14 |
public static final int |
PROXIMITY |
9 |
public static final int |
QUOTE |
11 |
public static final int |
REQUIRED |
6 |
public static final int |
SPACE |
1 |
public static final int |
UNIX_EOL |
3 |
public static final int |
WINDOWS_EOL |
2 |
public static final int |
WithinWeight |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INVALID_LEXICAL_STATE |
2 |
public static final int |
LEXICAL_ERROR |
0 |
public static final int |
LOOP_DETECTED |
3 |
public static final int |
STATIC_LEXER_ERROR |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PIPELINE_NAMESPACE |
"org.terrier.terms." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PORT |
8080 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
BIT_MASK |
7 |
public static final byte |
FILE_SHIFT |
3 |
public static final byte |
MAX_FILE_ID |
31 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
sizeInBytes |
9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HASH_EXT |
".fsomaphash" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ID_EXT |
".fsomapid" |
public static final String |
MAPFILE_EXT |
".fsomapfile" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
MINIMUM_INDEX_TERRIER_VERSION |
3 |
protected static final String |
PROPERTIES_SUFFIX |
".properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
FIELD_LOAD_FACTOR |
1.0 |
public static final double |
NORMAL_LOAD_FACTOR |
1.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USUAL_EXTENSION |
".fsarrayfile" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USUAL_EXTENSION |
".fsomapfile" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SIZE |
1000 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final int |
REVERSE_KEY_LOOKUP_WRITING_BUFFER_SIZE |
20000 |
protected final int |
ZIP_COMPRESSION_LEVEL |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
END_OF_LIST |
2147483647 |
public static final int |
EOL |
2147483647 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_PIPELINE |
"org.terrier.terms." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
INC |
50 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_LOG4J_CONFIG |
"<?xml version=\"1.0\" encoding=\"UTF-8\" ?><!DOCTYPE log4j:configuration SYSTEM \"log4j.dtd\"><log4j:configuration xmlns:log4j=\"http://jakarta.apache.org/log4j/\"> <appender name=\"console\" class=\"org.apache.log4j.ConsoleAppender\"> <param name=\"Target\" value=\"System.err\"/> <layout class=\"org.apache.log4j.SimpleLayout\"/> </appender> <root> <priority value=\"info\" /> <appender-ref ref=\"console\" /> </root></log4j:configuration>" |
public static final String |
TERRIER_VERSION |
"5.1" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final double |
GOLDEN_RATIO |
1.618 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
DEL_ON_EXIT |
64 |
public static final byte |
LS_DIR |
16 |
public static final byte |
RANDOM_READ |
4 |
public static final byte |
RANDOM_WRITE |
8 |
public static final byte |
READ |
1 |
public static final byte |
STAT |
32 |
public static final byte |
WRITE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_TAGS |
"" |
public static final String |
FIELD_TAGS |
"FieldTags" |
public static final String |
TREC_DOC_TAGS |
"TrecDocTags" |
public static final String |
TREC_EXACT_DOC_TAGS |
"TrecExactDocTags" |
public static final String |
TREC_PROPERTY_TAGS |
"TrecPropertyTags" |
public static final String |
TREC_QUERY_TAGS |
"TrecQueryTags" |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow