Question

My site is not written for sharepoint.
It runs on IIS(aspmvc) interacts over http request/response and fetches db data.

  1. Does it make sense to install and use Microsoft 2013 sharepoint search for the db indexing and free text querying (ms sql) ?
    (I know I can use MS Full Text Search but the features and performance are too poor)
    (I know I can use Solr/Lucene. It is a great solution indeed. I just wonder if I can do it in MS technologies)

  2. Can I install it not as a part of Sharepoint? as a standalone indexer?
    How? will it require sharepoint foundation search?

  3. Should I install Microsoft Search Server 2010 instead for this feature? Is it as good as 2013 sharepoint search?

Thanks.

Was it helpful?

Solution

Not going to answer your questions one by one, so just skimming through them:

You will not be able to use any of SharePoint's searches without installing SharePoint. There is no separate search server for SP2013 anymore, it's all one product.

So to answer your question three: SP2013 is better than using Search Server 2010 as it includes some FAST features which you previously had to pay for. For a complete comparison what you get with the free version (foundation) see this page:

SharePoint 2013 feature comparison chart all editions

You can search through any publicly available website with the default SharePoint search, you can also use it to search using webservices or using GET parameters. It would also be possible to directly search through your database using BCS (Business data connectivtiy services), but the foundation version is a bit limited there.

I think the main problem is that you would have to install the whole SharePoint and maintain it as well. I'm not sure it's worth the hassle installing the whole product if you only want to use search. This is exactly Microsoft had inteded for the Search Server 2010 product, but they discontinued it.

Your questions quickly answered:

  1. Sure, it's a number one product for search. See Garnters analysis about this.
  2. Search Server 2010, yes you can. SP2013, no.
  3. 2013 includes the FAST search component, you previously had to pay a lot for. It's better.

My 2 cents: If you only want search, go with a search product like Lucene based products. If you want "more" than just search, or you don't want to get into yet another technology (if you already know some SharePoint) - go with SP.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top