Questions tagged [moss2007enterprisesearch]

16 questions
4
votes
1 answer

Can we crawl and index Google Drive documents using nutch and solr?

I have tried indexing public url of a google drive document, but it seems that it does not work . Is there any way to crawl google drive documents via nutch and make their index using solr?
3
votes
2 answers

How do I perform a MOSS FullTextSqlQuery and filter people results by the Skills managed property?

I am having trouble with a MOSS FulltextSqlQuery when attempting to filter People results on the Skills Managed Property using the CONTAINS predicate. Let me demonstrate: A query with no filters returns the expected result: SELECT AccountName,…
2
votes
3 answers

Timeout problems with Microsoft Office SharePoint Server 2007 Query Web Service

We are having issues with the MOSS 2007 Web Service. Specifically, the Query/QueryEx method of the API. We are using the SQL Syntax to query sharepoint, and for most cases, our search execution time is very fast. However, when we add filters and…
Alexandre
2
votes
3 answers

Windows SharePoint Services Search won't stop

Background: I had been asked to create a second Sharepoint application server to reprovision the one that is currently in the SharePoint Farm. I installed the os, SharePoint, and SP1. I then began the process of moving all the services on to the new…
Mike T
  • 3,696
  • 4
  • 21
  • 21
1
vote
1 answer

Refine search results control

I am using People Search Core Results PageLayout for my People Search WebPart. By default when you search it gives an option of Refine your search. As I observe its getting those options from a Control.
user812824
  • 83
  • 12
1
vote
1 answer

Is it possible to use Elastic Enterprise Search through NEST client in C#

I want to use Elastic Enterprise Search in C#, is it possible to do it with the NEST client? Enterprise Search (also known as App Search) offers powerful functionalities for search engines on the web platform. I am trying to use it with NEST Client;…
1
vote
1 answer

How do I code a custom search page to search current site and sub-sites only in SharePoint 2007?

Users of our SharePoint-2007 Portal will have the ability to create their own site and sub-sites. These sites will be searchable but the search will be limited to the site and sub-sites if any. I am trying to develop a custom search page with its…
1
vote
2 answers

Where is the Content Source Name in the SSP Search Database

I need to locate the table that contains the Content Source Name (along with the ContentSourceId) in the SSP Search Database (OR anywhere else that it gets stored in). I may be able to access this via the SharePoint Object Model, but I want it via…
Binoj Antony
  • 15,886
  • 25
  • 88
  • 96
1
vote
1 answer

Enterprise Search web service in SharePoint

I have a question to Enterprise Search in SharePoint. I use this functionality over web service (.../_vti_bin/search.asmx). There are some standart set of attributes (Name, Title...) returned as search result. For more attributes I created new…
Anton Kalcik
  • 2,107
  • 1
  • 25
  • 43
0
votes
1 answer

How to programmatically render DataFormWebPart?

I have a publishing website build with MOSS 2007 and I need to get the page content programmatically. I know that I can use WebClient to sent a request to the page and then parse the response text. But I want to do it in SharePoint model since the…
Ray Cheng
  • 12,230
  • 14
  • 74
  • 137
0
votes
2 answers

How to auto-index data using solr and nutch?

i want to automatically index a document or a website when it is fed to apache solr . How we can achieve this ? I have seen examples of using a CRON job that need to be called via a php script , but they are not quite clear in explaination. Using…
Saurabh Chaturvedi
  • 2,028
  • 2
  • 18
  • 39
0
votes
1 answer

How to achieve this site structure?

I need to develop a website that looks like this. alt text http://www.freeimagehosting.net/uploads/452c36f514.jpg In central administration however, in the operations tab, It shows Central Administration--> Operations. But I checked, operations is…
0
votes
1 answer

MOSS search crawl fails with "Access is denied ..."

Recently the search crawler stopped working on my MOSS installation. The message in the crawl log is Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (The item was…
strongopinions
  • 3,917
  • 3
  • 25
  • 28
0
votes
1 answer

The search request was unable to connect to the Search Service

I am developing a sharepoint site using sharepoint object model. I am getting "The search request was unable to connect to the Search Service" message on execute FullTextSqlQuery. Office Sharepoint Server Search and Indexing Service are running. How…
0
votes
4 answers

MOSS 2007 Navigation Options/Settings

I have a subsite that I have changed the "global navigation" setting to "Display the navigation items below the current site" This works correctly. I then need to "add a link" this is a link back to the root web site basically…
David Burton
  • 21
  • 1
  • 1
  • 4
1
2