Taxonomy is the practice and science of classification. SharePoint taxonomy, In additon to Managed MetaData it includes how sites are organized, content is arranged, menu's are laid out, etc.
0
votes
1answer
129 views
Crawling the taxonomy store using a timer job in central admin
I am trying to get a timer job to crawl the Taxonomy Termstores, and am having a problem determining which SPSite object to use when instantiating the TaxonomySession. Is there a SPSite instance that ...
0
votes
2answers
956 views
Add keywords column to shared documents and announcements lists at creation
I want to use taxonomy fields for my "shared documents" and announcements. I can create the column afterwards.
But what is the best way to do it automatically when a user creates these lists or a ...
0
votes
1answer
129 views
crawl only picks up parent term set not the level2
Is it normal for crawl to pick up just the parent term set. For example, I have a parent term set called "Math" and i have bunch Terms under Math. (Math 101, Math 102, Trig 101, etc.).
An individual ...
0
votes
1answer
392 views
SPMetal, Taxonomy and TaxonomyFieldValue
I have a list with a taxonomy column.
I have made SPMetal classes to work with my site.
But SPMetal doesn't create the property for taxonomy column, so I have extended my class by the ICustomMapping ...
1
vote
2answers
2k views
SharePoint 2010 “Tag Cloud Web Part”
Can anyone give me an indication of how the Tag Cloud Web Part actually works, what fields it looks for to generate tags, etc?
I'm quite new to the managed metadata service, so I've fired it up, ...
1
vote
2answers
958 views
Sharepoint 2010 Taxonomy: How to set custom term property via central administration?
Using code you have the ability to add custom properties to a TERM.
For example:
Term term = termSet.CreateTerm("ParentTerm", 1029, new Guid("{0368F902-740B-4855-A4A7-FA8F96813CCB}"));
...
0
votes
1answer
167 views
Taxonomy filtering on a list doesn't work when deleting terms and recreating them.
Let me paint the scenario.
I have a list of terms in a termset
I have a list with a taxonomy field, this points to the termset
Filtering is working. By this I mean in List settings, under Metadata ...
1
vote
1answer
325 views
ListFieldIterator doesn't return value of Enterprise keywords
In my project I use ListFieldIterator control to allow users view and change meta data values. I can read values of ListFieldIterator fields with code like this:
object value = ...
1
vote
2answers
233 views
Taxonomical Navigation Browsing
I am new to the Taxonomical and meta data usage in SharePoint 2010 and would be grateful if someone could point my in the right direction to what I am trying to achieve.
I am trying to create a ...
0
votes
3answers
1k views
Metadata navigation issue, not working correctly sharepoint 2010
I setup Metadata Navigation Hierarchy for a list based on a Managed Metadata field (Taxonomy field).
The term tree structure looks like this:
Level 1
Level 2
Level3
Child
...
0
votes
1answer
285 views
Taxonomy GetAllTerms on level 2
We have a termset with parent term name "State" and with child term "City".
I want to show all child terms "City" in a dropdownlist.
Who can I retrive only child terms from this termset?
1
vote
4answers
609 views
SharePoint 2010 Taxonomy Term.Move does nothing, what's wrong?
I'm trying to move a term from one parent to another using code.
My exact code is:
term.Move(newParentTerm);
termStore.CommitAll();
I can't spot anything obvious that is wrong, no error message ...
1
vote
1answer
177 views
SharePoint 2010 Taxonomy and URLs
Can anyone explain if there is a relationship in SharePoint 2010 between the meta data services/taxonomy and the url of list items?
0
votes
2answers
1k views
Correct taxonomy field to use in EditModePanel?
We have a SharePoint 2010 content type with a ManagedMetaData field bound to a custom TermStore/Set in the Managed Metadata Service.
We are using an EditModePanel on the PageLayout for the content ...
2
votes
1answer
365 views
What is the difference between a group and a term set in managed metadata services?
I think primarily your most top level item will always be a group.
Once you have a group established you need to add term sets.
So it seems 1 group : (many) term sets (children).
What is the ...
0
votes
2answers
284 views
How to manage more than a Metadata Service Application?
We have configured two managed Metadata services in our SharePoint 2010 Farm, named MMS1 & MMS2 and both has its own proxy service.
Question:1
MMS1 has a termset group - MMS1_TG1
MMS2 has a ...
1
vote
1answer
932 views
Update taxonomy field from workflow
I’m in quite a bind here. I just need to update a taxonomy field in a list item, but I keep getting an “Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
1
vote
1answer
1k views
how to add a taxonomy field to a list item SP2010?
I am working with a predefined set of Taxonomy data.
When I create a list item, I'm doing this based on a certain content type. I also want to apply taxonomy fields to this list item.
I'm using ...
0
votes
2answers
2k views
How to get the WSSID of a taxonomy field?
I found this article which describes how to insert a list item that has a field which is of type TaxonomyFieldType.
The article describes how the TaxonomyFieldType is a similar type to a lookup ...
2
votes
1answer
83 views
Link to Taxononomy from subweb quicklaunch
Is it possible to create somehow link from some subweb (link is for example placed in quick launch but it's not necessary to be there) to taxonomy page (central administration). For now, I don't know ...
0
votes
1answer
488 views
Sharepoint 2010 Taxonomy: How to get a flat list of terms for a termSet?
I was wondering if there is any way to get all descendant terms for a termSet, not only direct children, but the complete set as a termsCollection.
The TermSet.Terms Property will return only the ...
0
votes
2answers
563 views
Where is Taxonomy under site settings sharepoint 2010?
I can't seem to find the entry point to create Taxonomy terms in Sharepoint 2010 under Site Settings. Where is the link in Site Settings?
0
votes
1answer
443 views
Managed metadata values don't “stick” in Office, but fine in SharePoint
I have a scenario where I'm provisioning a document on the server after collecting some metadata.
Environment is SharePoint 2010 and Office 2010.
The SharePoint list item and file are created ...
1
vote
2answers
250 views
Question about Displaying Documents and the CQWP in MOSS 2007
My organization is in the process of converting our intranet over to a SharePoint solution. Part of this intranet will be the movement and organization of all our internal documents. Currently, we ...

