Hi David,
I would like to rank documents based on their titles using the Okapi baseline.
I've indexed the Gov2 dataset and specified the "title" as a content to be indexed using the "field" label.
I've tried to perform ranking with an example query using the following command line:

runquery/IndriRunQuery -query="#combine[title](tv program)" -count=10 -index=/path/to/gov2_index  -trecFormat=true -baseline=okapi

But Igot the following error:

kstem_add_table_entry: Duplicate word emeritus will be ignored.
# EXCEPTION in query 0: IndriRunQuery.cpp(645): Can't run baseline on this query: #combine[title](tv program)

It seems like it doesn't work with the baselines.
How can I do the same thing with the baselines ?
Thanks
Thiziri