in

Dot Net Mafia

Group site for developer blogs dealing with (usually) .NET, SharePoint 2013, SharePoint 2010, Office 365, SharePoint Online, and other Microsoft products, as well as some discussion of general programming related concepts.

Browse by Tags

  • Don't forget to set your row limit

    Recently, I wrote my own control to allow drilldown on Facets for one of our Enterprise Search pages, and someone pointed out to me that it never returns more than 50 results. It was then I remembered seeing a RowLimit property on the KeywordQuery and FullTextSqlQuery classes. I first checked the SDK...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 04-10-2008
  • Using LINQ to make Enterprise Search Results more usable

    In my previous post about using the KeywordQuery class, I had one small omission. The fact is that when you add your own managed properties using the SelectProperties collection of the keyword class, the data type you get back is a string[] containing 1 element instead of a string. This can be quite...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 03-25-2008
  • How to: Specify a Content Source using the Keyword Syntax

    At some point you may want to do an Enterprise Search query and specify that the results come from a particular content source. A lot of times you might create a custom scope with that content source in it, but if you don't want to create a new scope, you can just query the content source directly...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 03-11-2008
  • Specifying Scope(s) with the KeywordQuery class

    Today I realized that when I blogged about how to use the KeywordQuery class, I forgot to mention how to specify the scope(s) you are querying. You would think there would be a built-in property to set this, but there isn't. I wanted to see how Microsoft was doing it so I used reflector and examined...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 03-10-2008
  • How to: Use the MOSS Enterprise Search FullTextSqlQuery Class

    A while back, I posted a how to on using the KeywordQuery class and it seemed to get pretty good response, so I figured I would post a follow up on how to use the FullTextSqlQuery class today. It's actually pretty similar to using the KeywordQuery class but of course the syntax is different. I am...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 03-06-2008
  • How to: Create a Scope Display Group using the API

    Yesterday, I talked about an issue with the SearchBox Web Part resulting from not having the Scope Display Group it used defined on my site collection. I mentioned, the best way to fix this was to have your feature create the scope display group for you, so here is how its done. To accomplish this, you...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-29-2008
  • Help! My SearchBox Web Part won't Submit

    I have caused this to happen a number of times and the answer isn't obvious at first, so I thought I would post on it and explain what causes it and how to fix it. The behavior usually occurs for me when I am deploying a SearchBoxEx web part via a feature using an elements.xml file. What you will...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-28-2008
  • Speaking at Tulsa SharePoint Developer's User Group

    I'll be giving my talk on Searching Business Data with MOSS Enterprise Search at the Tulsa SharePoint Developer's User Group on March 10th. This is the same presentation I gave at TechFest, but I have updated it some and will likely also cover indexing other sources as well as documents. It's...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-26-2008
  • How to: Delete Crawled Properties

    This unfortunately is not as simple as it should be. Out of the box, there is not an option to delete a single crawled property. I sort of understand the reason behind this, but when developing its very easy to get your crawled properties filled with a bunch of garbage as you are trying things out. It...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-26-2008
  • How to: Use the MOSS Enterprise Search KeywordQuery class

    I don't think there are enough complete examples on using the KeywordQuery class out there, so I am posting this today to help out. The example in the SDK is close, but not quite enough. The KeywordQuery class is used to execute a keyword syntax query against MOSS Enterprise Search. There is also...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-19-2008
Page 13 of 15 (143 items) « First ... < Previous 11 12 13 14 15 Next >
2012 dotnetmafia.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems