-index=/path/to/repository on the command line. This element can be specified multiple times to combine Repositories. -server=hostname on the command line. The hostname can include an optional port number to connect to, using the form hostname:portnum. This element can be specified multiple times to combine servers. -count=number on the command line.
( key ":" value ) [ "," key ":" value ]*
Here's an example rule in command line format:
-rule=method:linear,collectionLambda:0.2,field:title
and in parameter file format:
<rule>method:linear,collectionLambda:0.2,field:title</rule>
This corresponds to Jelinek-Mercer smoothing with background lambda equal to 0.2, only for items in a title field.
If nothing is listed for a key, all values are assumed. So, a rule that does not specify a field matches all fields. This makes -rule=method:linear,collectionLambda:0.2 a valid rule.
Valid keys:
Valid methods:
-stopper.word=stopword on the command line. This is an optional parameter with the default of no stopping.
Format of the parameter value:
(tfidf|okapi) [ "," key ":" value ]*
Here's an example rule in command line format:
-baseline=tfidf,k1:1.0,b:0.3
and in parameter file format:
<baseline>tfidf,k1:1.0,b:0.3</baseline>
Methods:
Parameters (optional):
Parameters (optional):
-queryOffset=number on the command line. -runID=someID on the command line. true to produce TREC scorable output, otherwise the symbol false. Specified as <trecFormat>true</trecFormat> in the parameter file and as -trecFormat=true on the command line. Note that 0 can be used for false, and 1 can be used for true. -inex.participantID=someID on the command line. -inex.task=someTask on the command line. -inex.query=someQueryType on the command line. -inex.topicPart=someTopicPart on the command line. -inex.description="some description" on the command line.
-fbDocs=number on the command line. -fbTerms=number on the command line. -fbMu=number on the command line. -fbOrigWeight=number on the command line.
1.3.4