Tagged Questions

0
votes
1answer
11 views

PHP db search engine, Is it better to use and existing API?

I've been recommended to work with an existing API like Sphider, but I'm having trouble understanding how to configure it and what the hell does retrieving values from DB have to d …
0
votes
2answers
25 views

Realtime Web Search (in .Net)

Hi, How would you guys go about creating a "real-time" search engine on .Net platform. Near real-time search of the web is so popular nowadays and I was hoping you guys would hel …
2
votes
2answers
39 views

Svn: How do I list all files ever committed to the repository?

Hello, everyone! How could I let SVN list all files which were ever committed to a repository (if possible, along with location and revision). More exactly: I need all ever exist …
2
votes
3answers
49 views

How to display list of repositories from subversion server

I'm looking for a way to search a whole subversion server. I already got a piece of the puzzle to search within a repository. Now I need to do this for every repository. Update: …
0
votes
1answer
28 views

Blog Search API in Java

Hi, Can anyone point out a blog search API in Java ? Looked at the Bloglines search API but could not find a Java-based API there.
0
votes
1answer
16 views

Visual Basic 2008 File Search

Hello I need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't wan …
1
vote
3answers
17 views

Paging: Storing Search Results

What's the proper way to deal with a web page that returns results of a search that could have differing results from one moment to another? I.e. returning the query the first tim …
0
votes
0answers
39 views

What approaches have been used for searching computer code?

I'm interested in natural language processing and wondering what approaches have been used to search for programming constructs and idioms in code. Assuming we can generate an abst …
1
vote
2answers
33 views

Make an object searchable with array_search in PHP

Hi, I would like to make a class in PHP such as it would be searchable with PHP native method array_search. Currently my class implements IteratorAggregate and Countable, which al …
3
votes
5answers
68 views

Creating an efficient search capability using SQL Server (and/or coldfusion)

I am trying to visualize how to create a search for an application that we are building. I would like a suggestion on how to approach 'searching' through large sets of data. For …
0
votes
0answers
23 views

javascript for searching Text in PDF File Open in Browser Window

Hello, can u help me in giving code for "javascript for searching Text in PDF File Open in Browser Window".
0
votes
3answers
37 views

Searching and Count records matching criteria in Django

I'd like to have a sorted list of certain database fields in my app e.g say year (where I'll have all records having a certain year tallied and the total displayed as in: 2009 (10) …
1
vote
1answer
59 views

Search for string in entire database [closed]

Possible Duplicate: SQL Super Search Is there a way to search an entire database (not just one table) for a particular string? I'm using SQL Server 2005.
0
votes
3answers
25 views

solr + Heritrix

how is it possible to integrate solr with heritrix ? I want to archive a site using heritrix and then index and search locally this file using solr. thanks
3
votes
10answers
232 views

How to search for text fragments in a database

Are there any open source or commercial tools available that allow for text fragment indexing of database contents and can be queried from Java? Background of the question is a la …

1 2 3 4 5 73 next
15 30 50 per page