Hi,
I wanted to share with you some findings in the crawl properties space.
At http://msdn2.microsoft.com/en-us/library/ms497276.aspx you can check that documentation says:
"Following are the default crawled property categories:
But If you checked them in an OOB deployment you will see that they are indeed:
You can edit the name of the category under: http://<SSP Server Name>/ssp/admin/_layouts/category.aspx?category=<Category Name>
but it is interesting to find that if you rename it, you will receive an error that the previous named category was not found until you browse the full list.
The common question, Can we create a new category? You can, for the sake of just have a new category use something like:
Schema schema = new Schema(SearchContext.GetContext(new SPSite("http://moss.litwareinc.com")));
schema.AllCategories.Create("Custom Category",new Guid());
Then you can populate Crawl properties with its methods: http://msdn2.microsoft.com/en-us/library/microsoft.office.server.search.administration.category_methods.aspx
If do so, you will have 5 different types to choose:
Actually, you can choose any available variant Types (http://msdn2.microsoft.com/en-us/library/aa380072.aspx) but the label will show up only the related type.
Hasta Luego!
Hi, Have you found some problems indexing boolean values from lists? I realized that as Yes/No crawled