Tagged Questions
1
vote
3answers
72 views
Search query with contains
Is it possible with either KQL or FQL to query for title:*or* and get back items where the tile is e.g "A.B.PZ.3_MS_Form" ? Another query would be title:*PZ*.
Background: I have a custom advanced ...
0
votes
2answers
544 views
OOB Search core result webpart
This might be very simple, but since I am new to Sharepoint, I could not find enough information that helped me to understand how to implement OOB Search core result webpart.
What I understand is, ...
4
votes
2answers
228 views
how do you say blank to sharepoint?
I want to create a view whereby it does not include any items which does not have the 'next review date' as blank, i.e. only includes items which have this field populated. How do I say blank to a ...
1
vote
1answer
54 views
Update List Using Column And Textboxes
SPWeb web = SPContext.Current.Web;
SPList list = web.Lists["MyList"];
SPListItem item = list.Items[0];
item["Title"] = TextBox_Name.Text;
...
-3
votes
2answers
108 views
How to connect sharepoint application page into Sql server Programatically [closed]
I want the coding for connecting application page to Sql.Plz help me
2
votes
3answers
537 views
Get current Login Name inside RunWithElevatedPrivileges
How to get current Login Name.I'm getting "Sharepoint\System" as Login Name for every user. I need to get the name of the user.
public override void ItemAdded(SPItemEventProperties properties)
{
...
1
vote
3answers
76 views
setting security for listitem programatically
how to set security for listitem programatically?
My Requirements as follows:
In list , while adding item to it.
I have two radio buttons.(i)view by every one (ii) view only by me...if i select 'view ...
1
vote
0answers
174 views
Can I used People search core webpart and Search Core Webpart in Same page Fast Search?
in my result.aspx i have used almost webpart like SearchPagingWebPart,CoreResultWebpart,Search Actionlink webpart, etc..
I am used PoepleSearchCoreResult wepbart in that page as People Matches.
i.e ...
2
votes
3answers
532 views
How do I set the OSearch14 Service Account via PowerShell
I'm in the process of Scripting a deployment of SharePoint 2010 and FAST.
Normally to set the Service Account of a SharePoint service one would use the ProcessIdentity property, like so:
$procId = ...
0
votes
2answers
406 views
Filtering documents (.docx) and web pages (html/aspx) files in Fast Search for Sharepoint 2010
We are setting up FAST Search for SharePoint environment and to provide certain back-end Audit we developed and application which returns the metadata of all the fields to know what is in and what is ...
0
votes
1answer
435 views
Architecture and Capacity planning for FAST search farm
We are building our new fast farm and have plans to put up one column of Physical servers for FAST indexing and crawling. We will be crawling around 15 million items including SharePoint sites, ...
1
vote
1answer
129 views
Find similar/related documents (pages) using SP Search/FAST SP Search (2010)
I've previously used the MoreLikeThis (javadoc) feature in Solr and I'm trying to find out of the same capability is available in SP Server Search or FAST SP Search.
If you haven't used ...

