I am trying to build an SQL Statement for the following search scenario:
I have trying to return all of the columns for an individual record for Table A based on the value of the status column in Table B. Each record in table A can have multiple rows in table B, making it a one to many relationship. The status column is nullable with ...
Is there a widget for wxPython like the SuggestBox in Google Web Toolkit? It is basically a magic text box that can invoke some code to come up with suggestions relevant to whatever the user has entered so far. Like the search box on Google's web page.
If such a widget isn't already floating out there, I'd appreciate a sketch of how I m...
Input:
1) A huge sorted array of string SA;
2) A prefix string P;
Output:
The index of the first string matching the input prefix if any.
If there is no such match, then output will be -1.
Example:
SA = {"ab", "abd", "abdf", "abz"}
P = "abd"
The output should be 1 (index starting from 0).
What's the most algorithm way to do this ki...
Hi,
I have developed a business index which combines ecommerce websites.(in asp.net2.0+c#)
I'm looking for an in-site search engine that already handles issues like indexing, speed and quality.
Are there any famous solutions doing such?
I need the search results to be customized on my design, so google search engine isn't an option.
...
I need to develop an IFilter for Microsoft Search Server 2008 that performs prolonged computations to extract text. Extracting text from one file can take from 5 seconds to 12 hours. How can I desing such an IFilter so that the daemon doesn't reset it on timeout and also other IFilters can be reset on timeout if they hang up?
...
I work for a scandinavian yellow pages. The company is looking at moving its bespoke search technology over to FAST ESP.
Like all big, expensive systems with relatively few installations, it is difficult to get feedback on the strengths and weaknesses of the system.
Are there any stackoverflowers who have experience of FAST ESP and wan...
Does anyone know if such a tool exists? Online or offline?
Basically I'm looking for a Google search indexer which only crawls over class names, field names and method names in the .NET framework assemblies (custom assemblies too would be great). This would allow for fast searching.
I know Reflector has this search capability but it's no...
I want to know if there are any existing benchmarks and sizing information for an apache nutch based search engine deployment. I want to know for say 10 million searches a month what should be the hardware sizing that needs to deployed.
...
I have a search query that I'm inheriting and attempting to optimize. I am curious to hear if anyone has any best practices and recommendations for such. The production server is still SQL Server 2000 also.
The query is an advanced customer search stored procedure that accepts 5 different search criteria parameters (i.e. first name, la...
Does anybody know of an easy to implement site search engine for asp.net? The less complicated the better.
Probably just needs a crawler and backend to store results. Some sort of API to get the search results back would be handy but I can get it straight from the DB as well.
...
Hello I have a number of crystal reports in my VS2008 project.
I am making a change to a couple of my database tables and want to ensure that I make all the necessary changes to the reports. I have done a standard VS search for the specific stored procedure that is being used and it found no results. However, when I went into a report a...
I don't think this exists, but I'll throw this out there anyway. Is it possible, while debugging, to search for a value in memory?
For example, if I have a string "uniqueString" cached somewhere in memory, but I don't know under which variable it's stored--can I do a search for it? As in, find out which variable(s) have "uniqueString"...
How do get my sitelinks to appear on a Google search results?
As an example, I have included a screenshot of what I'm talking about.
http://img105.imageshack.us/img105/8750/ubuntulinksrt5.png
Thanks in advance
...
When building an application, is there any meaningful difference between the idea of "Find" vs "Search" ? Do you think of them more or less as synonymous?
I'm asking in terms of labeling for application UI as well as API design.
...
Hi, I want to perform a simple (ideally RegEx) search and replace over a large number of PDF documents in a WinForms application.
I've got as far as using ITextSharp to read and tokenise existing documents, from which I can search for the text. The problem is that it doesn't seem to support generating new document from these tokens (onl...
The Eclipse File Search dialog doesn't seem to be playing nicely with my ivyde (2.0.0beta1) dependency jars. That is, my ivyde brings some-dep.jar/some-dep.zip (class/source), but I don't see any way to get my file search (ctrl+h search) to include these resources when searching for text -- so if MAGIC_FLAG appears only in the Magic clas...
I need to develop an IFilter for Microsoft Search Server 2008 that performs prolonged computations to extract text. Extracting text from one file can take from 5 seconds to 12 hours.
One idea to doing this is creating a preprocessing application.
How do I design such an application? Specifically:
- how do I connect the Search Server c...
Given a very large database of product names, how would you detect possible typos in user searches and suggest possible corrections (Kinda like the way Google presents them)?
E.g.
User enters "fork handels" and presses 'search'.
They get back
"No results. Did you mean 'fork handles'?"
...
i have to intregate live search api, yahoo & google search together in IE -Toolbar using window application & display the combined result after search. I have already implement the toolbar where i have put one textbox, dropdownlist & search button . On click of search button it has to display result depending on search items.
pls anybod...
I have the following XML from: http://msdn.microsoft.com/en-us/library/bb625950.aspx
And making a simple search:
SearchServiceLab.SearchService.QueryService searchService = new SearchServiceLab.SearchService.QueryService();
searchService.Credentials =
System.Net.CredentialCache.DefaultCredentials;
string queryString = keywordQue...