0
votes
1answer
111 views

creating new managed property, but not able to do the “mappings to crawled properties”

I want to make a list column as "Managed Property". Steps am following is, Central Admin -> Search Service application -> New Managed Property gave name for "Property Name". Checked as "Text" as ...
0
votes
1answer
151 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
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 ...
1
vote
4answers
376 views

HTML content from crawled properties in SP Site

I've been working on a step for F4SP 2010, where I had to get the HTML content from the Site crawled of Sharepoint, and get a div into it. My question is not how to do that. I have the main problem ...