search

Search AD with textbox value and return results as datatable

Currently I have a gridview bound to a datatable which is populated with groups from the AD. I need to be able to add search functionality so users can type in part of a group name and have the results display only groups that fit their search criteria. Here's what I have so far. <asp:TextBox ID="searchParam" runat="server"></asp:TextBo...

hibernate search lucene - Creating Index throwing Synchronization Error

When trying to create Index from the database using hibernate search the below is error is getting shooted. Code snippet used to generate the index: FullTextEntityManager fullTextEntityManager = Search.getFullTextEntityManager(getEntityManager()); fullTextEntityManager.createIndexer().startAndWait(); Below is the error log: SEVE...

Web Search API with comercial license?

I was wondering if anyone knows of a Web Search API service that offers commercial licenses. I'm looking for something like Yahoo Search API but one that does not limit you for 5000 daily calls per IP and allows commercial use. I guess this would be a paid service. Thanks ...

DirContext search array with multiple parameters

I'm trying to search in a LDAP server all the users that have some profiles. So far I'm able to get all the users with a profile, but I'm unable to do the same with multiples roles. So the following code works [...] filterExpr = "(&(objectclass=person)(memberOf={0}))"; String rol = "myRol"; Object parameters[] ={rol}; context.search(dis...

Modx Search Features

How could I create a search feature in Modx that would limit the returned results based on what the user selects from some predetermined search criteria. Such as: "Color", "Size", "Model". So that a user who selects: "Blue", "Large", "AZ84" would see a list of items with model number AZ84 that are large and blue. Thanks for your help...

Python; reading file and finding desired text

Need to create a function with two params, a filename to open and a pattern. The pattern will be a search string. Eg. the function will open sentence.txt that has something like "The quick brown fox" (can possibly be more than one line) The pattern will be "brown fox" So if found, as this will be, it should return a line number and i...

Python for indexing and searching using a cluster?

After an unfortunate misadventure with MySQL, I finally gave up on using it. What I have? Large set of files in the following format: ID1: String String String String ID2: String String String String ID3: String String String String ID4: String String String String What I did? Used MySQL on a powerful machine to import everything ...

Suggest list in google maps search input

We need to create search input field like it is on _http://maps.google.com The key functionality is suggest list with appropriate results. We have not found this feature in API. Analyzing maps.google.com we see that suggest list is received from get request to this url https://maps-api-ssl.google.com/maps/suggest?q=%D0%BC%D0%BE%D1%...

contact search on Android

Hi all, I'm trying to search application for searching a contact based on the Contact name in Android contacts book. I have gone through Quick Search Dialog box but i could not understand how to query Contacts database to search a contact. Please help how to implement this contact search !! ...

does google crawler look keyword inside meta tag.

hi all i want to know that whether google look inside meta tag. ...

Where to learn SEO for free - basic to beginner?

Where to learn SEO for free - basic to beginner? Suggest any -Website -online book -software -tools Thanks and regards, jeet ...

Check if javascript is enabled in browser

I have this code which checks if js is enabled and redirects: <noscript><meta http-equiv="refresh" content="0;url=http://www.domain.se/act.html"&gt;&lt;/noscript&gt; However, I wonder if this is SE friendly... This because I have added my website url to yahoo recently, and instead of the title appearing in the search results, the tex...

Crating dictionary with binary search tree and hashing

I’m about to create a "smart" dictionary that could generate similar words if the word from the user is not in the dictionary. The dictionary starts with reading a file with words, the word should be added to the binary tree and a hash table. The hash table is used to determine if the word or similar word is in the dictionary, the hash ...

Definitive Online Resource for Microsoft FAST Search?

My team is experienced in designing, implementing, and administering SharePoint 2007/2010 solutions. However, we are struggling in finding good information on Microsoft FAST search, probably compounded by the fact that FAST was acquired by Microsoft fairly recently. I have spent time on Microsoft's sites and on Google in general, but mo...

search query "alien vs predator"

How do you do so that when you search for "alien vs predator" you also get results with the string "alienS vs predator" with the "S" example http://www.torrentz.com/search?q=alien+vs+predator how have they implemented this? is this advanced search engine stuff? ...

robots.txt; What encoding?

I am about to create a robots.txt file. I am using notepad. How should I save the file? UTF8, ANSI or what? Also, should it be a capital R? And in the file, I am specifying a sitemap location. Should this be with a capital S? User-agent: * Sitemap: http://www.domain.se/sitemap.xml Thanks ...

Short Sitemap question

If I have a sitemap_index.xml file and have it in root of my website. Then I have a sitemap.xml file located a couple of directories down, which I referr to in the sitemap_index.xml file. Will I be able to have urls inside the sitemap.xml file which are on higher levels than itself is, for example in the root directory? Thanks EDIT: ...

More advanced searching of MySQL records

I have a personnel database of 10,000 individuals. I am developing a PHP CMS to manage and search these individuals. One of the complaints about the old system was that you had to search for names by their exact spelling, else no results would return. The old system was using MySQL LIKE statements, which are too exact (and I do not wa...

What permissions should I set the sitemap to?

What permissions should I set on the sitemap_index.xml and sitemap.xml on my server? Thanks ...

Return only search results that contain inner HTML and not strings also in HTML tags on iOS

I have a native iOS app. It has a UIWebView to read eBooks. I have a search feature in the app that searches for all pages in the eBook that contain the search term. The problem is that the search results also include pages that have the search term within HTML tags. For instance, if someone searches for "Blue" and a document has a c...