Tagged Questions
0
votes
1answer
15 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 ...
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 ...
2
votes
3answers
115 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 ...
0
votes
1answer
21 views
Shorten Search String to get around character limitations
We are trying to use the standard sharepoint search alerts and are currently being limited by some character limitations. I am wondering if there is a way to shorten our search strings...
For ...
1
vote
1answer
292 views
Sort by modified date in custom search core results webpart
I have created a custom search results web part which implements some simple sorting, for example i have this piece of code which allows me to sort it desc/asc by title:
CoreResultsDatasource ...
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 ...
1
vote
1answer
167 views
What is an unused managed property in SharePoint 2013 search?
In quite a few pages on Microsoft TechNet describing the new search schemas for SharePoint 2013, they use the phrase, unused managed property. It's not entirely clear what that means in this context. ...
0
votes
1answer
188 views
Backup and restore the Managed properties(Metadata properties) of the search service application in SharePoint 2010?
We are going to reset the Search Index in our SharePoint 2010 environment, I guess this will remove all the Managed properties(Metadata properties) from the search service application. So, would like ...
1
vote
1answer
176 views
using FullTextSqlQuery to pull users and display hire date
I'm pulling a list of employees from SharePoint into a web part. I did the following:
mapped the Hire Date user profile property to the createTimeStamp AD property
created a managed property in the ...
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
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. ...
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 ...
0
votes
1answer
440 views
Why my self-created managed property does not work in SharePoint2013 Preview
I create custom document set with several custom column.When I run a full crawl in SP2013 farm. I now get two crawled properties for custom site column. e.g. If I have a site column called ...
0
votes
1answer
90 views
Managed Property Boost on Enterprise Search
In the link below, you can find a good example of how to add a relevance boost for documents that have a specific value on some managed property.
Let's say you have a List, with a content type ...
2
votes
1answer
1k views
How to Create Managed Property on Custom Content Type Column
I created a custom content type with a number of columns. How can I create a Metadata Property for Search based on a column in this custom content type? How would I map the crawled properties (or to ...
0
votes
1answer
756 views
Full crawl not picking up the properties from content type even though they are populated and being used
After running multiple full crawl the search service app still not picking up the metadata or properties from site column and content types. The columns are well populated with 500,000+ documents.
...
0
votes
2answers
401 views
Can the search refiner web part handle localized values?
Using the BCS I am crawling external data and I am using Managed Properties to make sure that data is available in search results. I can use the search refiner web part to refine based on one of my ...
0
votes
1answer
408 views
Removing duplicate results FAST Search Server for SharePoint 2010
I have a custom content type which contain duplicate values. I try to remove duplicate results from Query Web service returns. For specify duplicate data, I created "groupid" managed property which ...
0
votes
1answer
1k views
SharePoint 2010: Additional default search crawled property on User Profile Search
I have used the following article to add an additional crawled propert to SharePoint 2010 user profile search. ...
2
votes
1answer
2k views
Missing crawled properties for custom user profile properties
I have 2 custom (RegionID and SalesID) in user profile. Both are populated with values. I reset the content index, made sure values are populated for these fields, did multiple full crawl. I made sure ...
1
vote
4answers
902 views
“ContentTypeId” crawled property issue
I want to get all items with CT derived from some ParentCT using FullTextSqlQuery by ContentTypeId. And there are no results returned.
Query looks like: SELECT ContentTypeId FROM SCOPE() WHERE ...
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 ...
3
votes
5answers
1k views
How to set the data type for crawled meta content?
I have Search Server Express 2010 that is crawling web site content such as this:
<meta name="publishDate" content="04/26/2011 16:58:00" />
In search administration my tags appear in Crawled ...
1
vote
0answers
449 views
Search scope rule not picking up matching items [closed]
I want to exclude certain documents from the All Sites search scope, if they have a column A value of X. Column A is a choice column with multiple values that exists in each document libraries (not a ...
5
votes
2answers
3k views
People Search FullTextSqlQuery with CONTAINS on PastProjects managed property
I am developing a Web Part for SharePoint 2010 that uses FullTextSqlQuery to perform People Search using a CONTAINS clause on the PastProjects managed property.
I am not getting any results back. ...
2
votes
3answers
480 views
Showing search index items which contain a managed property
In sharepoint search, if you go to search server admin, then look at the managed metadata properties, then click on a managed property, it will say something like "Number of Items found with this ...
3
votes
1answer
2k views
Why isn't my metadata showing up as crawled properties?
My understanding is that custom properties (=metadata) supplied for uploaded documents will become crawled properties, after a full index. Such has been done.
Examining the list of crawled properties ...
