Add prefix translation for "mtype". Allows using term expansion to retrieve all the types from the index

This commit is contained in:
Jean-Francois Dockes 2011-11-25 19:47:39 +01:00
parent 27430403e2
commit 607d3cc27b

View File

@ -141,6 +141,7 @@ static void initFldToTraits()
fldToTraits["xapyear"] = FieldTraits("Y");
fldToTraits["xapyearmon"] = FieldTraits("M");
fldToTraits["xapdate"] = FieldTraits("D");
fldToTraits[Doc::keytp] = FieldTraits("T");
}
// Compute the unique term used to link documents to their origin.