search

Search functionality in C#.Net

Hi, I am working on C#.Net project with infragistics. My project i want to implement search options, like Microsoft outlook search functionality. For that which infragistics/Winforms tool i have to use, how to implement same Microsoft office Outlook 2007 Instant Search options in my project. Thanks ...

Microsoft office Outlook 2007 Instant Search options control name

Hi, I am working on C#.Net project with infragistics tool. My project i want to implement search options, like Microsoft office Outlook 2007 search functionality. For that i want to know which control they are using in Microsoft office Outlook 2007 Instant Search options . Thanks ...

Is there a way to 'search n replace fill' HTML with jQuery?

Dear fellow coders, Just a small question. Say I have the following HTML: <div class="foo"> {text} </div> Now we also have a JS array with 10 entries, all with a key 'text'. I want to use the snippet above as a template (snippet resides in jQuery-able webpage) for the array. Array entry goes in, HTML comes out. Here's the tricky ...

C#, multicore solr, Lucene, shards, case insensitive "contains" searching, and one giant migraine.

I am having one heck of a time with my implementation. We have a solr server running. We have 3 cores, and for simplicty let's call them "Members", "Businesses", and "Products" I was attempting to use solrnet, but it does not support sharding. So, I am dreading that I will have to build the url myself. So, I used the admin tool to bu...

Search term suggestions

This question has been asked in various ways before, but I'm wondering if people who have experience with automatic search term suggestion could offer advice on the most useful and efficient approaches. Here's the scenario: I'm just starting on a website for a book that is a dictionary of terms (roughly 1,000 entries, with 300 word exp...

searching list of tens or few hundreds short text strings, sorting by relevance

I have a list of people that I'd like to search through. I need to know 'how much' each item matches the string it is being tested against. The list is rather small, currently 100+ names, and it probably won't reach 1000 anytime soon. Therefore I assumed it would be OK to keep the whole list in memory and do the searching using somethin...

App not showing up in Search Result in Android market

I have uploaded an application in Android market. But when I search for the app the app do not appear in the autocomplete box which appears below the search box. For example, if I type "h" in the search box the autocomplete box will have the applications with "h". But in my case I need to type the complete name of the application. Wh...

Return string segment based on strings

How would you return part of a string based on the contents of the string in php. Unlike substr() and related functions where you use an integer length So if we are given a string like this here is a nice string that is being used as an example How could we return a string like this nice string Somehow we have to pass the function a...

how to get exact search result on top in solr 1.3?

I am using Solr 1.3.This is the schema.xml of Solr 1.3. (http://pastebin.com/NwEy9Kz6). If i search for 'Hero' (e.g. +movieName:"Hero"), the Top most search document which contain the word "Hero", not the exact matching "Hero" document. e.g. Heroes, The Hero, Hero Hiralal, Heroes 2, Herold, Hero. I want the exact match word appear on t...

Finding multiple search results in an array in Java

I have an array that I made that consists of first names. I have a search function that searches through the elements of the array and it works fine. However, for multiple elements of an array, I cannot find out how to print how many results were returned. For example, if "John" in my example is found, which it is, I do not know how to s...

Location-based range search

I am trying to implement location-based range search using Drupal location and Gmap modules. Ideally I would like to have a form where the user can type in either zip/postal code or specific name - e.g. London + specify a range within which he would like to search. Currently I have a working searching functionality that returns map marke...

joomla 1.5 search integration with custom components?

Does anyone know how to integrate the joomla search functionality with customly built components? Or know of a tutorial/information page with the information I'd need? I'd like the search to pickup information from my components, currently it's only returning data from articles, web links, contacts, categories, sections and news feeds. ...

Why does Windows Search query return DBNull for long non-empty string properties?

I have created a Windows Search string custom property that shows up fine as a column in Windows Explorer. In C# I issue the following SQL query: SELECT System.ItemPathDisplay, System.ItemName, My.Custom.Property FROM SystemIndex WHERE CONTAINS(My.CustomProperty, 'blah') The resulting OleDbDataReader correctly returns a list of the fi...

Is there any trick to access facebook accounts or any other site database?

Can we access the database of facebook or any other social networking site like google which gives us the details for any existing facebook account. How google can access facebook database while yahoo or any other search engine are unable to do so? ...

Performance of Occurences of Substring in String

Hey, I came across the task to find all occurences of a substring in another string and was wondering what will be the best algorithm to solve this problem. For demonstration purposes I used the string "The cat sat on the mat" and search for all occurences of the substring "at". This should ultimately result in an occurence count of 3....

Search using Facebook api?

Is it possible to search users of Facebook by gender, hometown and a group that he/she liked? ...

Weighing search results

Hey folks, PHP / MySQL backend. I've got a database full of movies YouTube-style. Each video has a name and category. Videos and categories have a m:n relationship. I'd like for my visitors to be able to search for videos and have them enter the search terms in one search field. I can't figure out how to return the best search results ...

Drupal - include taxonomy term descriptions in search

Hi all, I am working on a large site which has around 600 taxonomy terms in one of its taxonomy vocabularies, each with the description field populated. It's important that the search mechanism searches these term descriptions as well as the nodes themselves. Drupal does not appear to be doing this by default - is there any way I can ...

Bing.com core technology?

We all know bing.com is a Microsoft site, hence it's technology is built upon Microsoft stuck (I can hardly imaging something different). Does any one have an idea about what technologies are used in Bing.com (for serving the pages, for indexing the web, for searching the database.. etc)? /* Strange question you say?! C'mon it's StackOv...

Is there a "Facebook Search API" similar to the "Twitter Search API"?

I need to search Facebook for certain keywords and count them if possible? Thanks! ...