Fixes up index set extensions and now have the Sorting test working. PDF indexer tests working.

This commit is contained in:
Shannon Deminick
2013-02-20 05:01:40 +06:00
parent ad188fab70
commit 7efc06429c
15 changed files with 186 additions and 99 deletions

View File

@@ -55,7 +55,7 @@ namespace UmbracoExamine.Config
field.Type = policy.Type;
field.EnableSorting = policy.EnableSorting;
}
set.IndexAttributeFields.Add(new IndexField() { Name = s });
set.IndexAttributeFields.Add(field);
}
}
}