The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
110 views

Retrieving Taxonomy Terms by Rest API based on refiners

I don't have any Site Columns, any Catalog Site Collection or Catalog list. I have about 30 Terms and TermSets (in MMS). Now I want to use them as a search based menu. By using Powershell I have ...
2
votes
2answers
350 views

Add default data in declarative xml list instances for Taxonomy fields

Can somebody tell me, how to add default data for taxonomy fields in xml... currently i am doing this is a basic way, but not working... <Data> <Rows> <Row> <Field ...
0
votes
2answers
3k views

SharePoint Managed Metadata Crawled Property Search Scope

I'm currently working on a SharePoint Search Scope that uses a property query on a managed metadata field. Unfortunately I have had little to no luck with this so far and was looking to see if anyone ...
1
vote
1answer
33 views

determining if a metadata property is indexed or not

this question is related to my previous question which not been answered. When I go to Search Schema I can find the corresponding managed property for the Managed Metadata Site Column, and I it is ...
1
vote
1answer
235 views

Metadata refinement display in SharePoint 2013

I created a Site Column in my CT Hub that is a multi-value metadata field called ClientProjectType. When I create the Managed Property in Search, I set as a text value and select the multi-value ...
1
vote
1answer
201 views

TaxonomyField not updating

I have a little function that updates a taxonomy field on a listitem. It does work when I call it from the SharePoint site, but If I call it from a WCF service (built on top of SharePoint's WCF ...
1
vote
1answer
117 views

Fast search: Remapped managed property contains old data

I'm having a problem with managed properties. I've made a custom web part to do a people search / keywordQuery based on user properties/managed metadata. I had to change a managed property to map to a ...
1
vote
1answer
458 views

FAST search - exclude property from hit highlighted summary

Is it possible to control what fields are included in the hithighlightsummary using FAST Search Server? I have some custom fields, which are stored as note in the special text format. I don't want to ...
1
vote
1answer
218 views

Crawled Property with accountname of “Person or Group” Site Column in SharePoint 2010

I created a custom content type that includes a custom site column "Owner" of type "Person or Group". Now i need the accountname/login name (for exc. domain\usera) as a crawled property to include it ...
1
vote
1answer
657 views

Crawling Hidden Fields with PowerShell Created Crawled Properties

I've been trying to add ows__vti_ItemHoldRecordStatus as a crawled property to allow a search of held documents. (It appears to correspond to the hold status of an SPListItem.) I can successfully add ...
0
votes
1answer
12 views

Sharepoint 2013 Auto Create Managed Property not work

Hi i developed a site column, custom content type and a list definition. I set the value for this column and started crawling but i don't find these properties in search schema. If i add this column ...
0
votes
1answer
153 views

Get Login name from Author field using Search

Im currently customising the CoreResultsWebPart and using it to aggregate Blog posts. One of the default fields it returns is the Author field. The author field though, is crawled and displayed as the ...
0
votes
1answer
157 views

KQL how to search for announcements that are not expired

I'm trying to search in an announcement list. I want the search to return only items, that aren't expired (ows_Expires >= [today]). I found, that ows_Expires is mapped to a managed property called ...
0
votes
1answer
175 views

Programmatically configure the values included in a managed metadata property

I've got a managed metadata property in PowerShell: Get-SPEnterpriseSearchMetadataManagedProperty Looking on MSDN I can't decide which property's responsible for the UI equivalent of "Include values ...
0
votes
1answer
39 views

Is there a workaround to managed property?

Basically I am working on a sharepoint site, but the company I am working for have not given me central admin access. We have created a custom search and need to filter some list searches by columns. ...
2
votes
0answers
142 views

Return a rich text managed property in search results

I am working with a custom list in Sharepoint 2010. The list has nine custom columns, some of which are rich text. I've mapped these custom columns to managed properties so that I can return them ...
1
vote
0answers
48 views

Range query on subject field

I have a sharepoint site which has indexed a group of PDF documents containing metadata. Because the PDF IFilter ignores custom metadata properties, I've thrown this metadata in the Author and ...
0
votes
0answers
256 views

Multiple Propset Guid Mapped to a Category

I'm working in a powershell scrip for F4SP 2010 server that reads lines from a .csv file and creates the mappings between managed properties a crawled properties. I don't have much problem, just a ...