Can we implement auto suggestion in apache solr search box - spell-checking

How to use search suggestions in apache solr input textbox?

Start here to learn about the three general approaches for autosuggest: http://blog.trifork.com/2012/02/15/different-ways-to-make-auto-suggestions-with-solr/
This tutorial uses Suggester: http://solr.pl/en/2010/11/15/solr-and-autocomplete-part-2/
This example uses facet.prefix: http://solr.pl/en/2010/10/18/solr-and-autocomplete-part-1/

Related

using google custom search for images that are free to use or share

I am trying to use the Google Custom Search to search for image. I want to filter results from the custom search engine by licencing. Are there any settings to find creative commons images? I would appreciate any help with this.
Yes there is a way indeed, please refer to this guide.

Link to change language of site

Does anyone know or recommend a method for a simple way to convert a site into a different language. I just need the site to change from spanish to english and vice versa, but the site will load in spanish first. Perhaps a plugin is available? Most of the content is dynamic and the site is being developed with Concrete5 CMS. Any ideas would be appreciated. Thank you.
I think you need to install an add-on for this. Check out Internationalization, it's free: http://www.concrete5.org/marketplace/addons/internationalization/
Here is a YouTube video showing it in action, so you can quickly see if it's what you had in mind: https://www.youtube.com/watch?v=Hd936iaDLqw&feature=player_embedded
You need some automatic translation tool (since you said your content is dynamic).There are many in internet, you just have to search for "Automatic translation API".
I recommend you using the Google Translate one.

integrate wordnet with solr

I am trying to integrate wordnet api in to Apache solr. But it is not seems to be working and there is no good documentation as well. Could you please post me the steps if any body has experience on it?
There are more than one way to do this:
1) https://issues.apache.org/jira/browse/LUCENE-2347
2) https://gist.github.com/562776
These are simple Java classes, which extract the synonyms from WordNet's prolog file - more or less the same way. Hope this helps.
Péter

How can I implement a/b split testing the easiest way in Drupal 7?

Drupal has a few split testing modules but I can't find one that compatible with recently released (as of this writing) Drupal 7. I could try to use Google Website Optimizer but, I'm new to Drupal, and not sure how I could edit the Head HTML to insert the unique JavaScripts on each page (I assume they all share the same Head declarations).
Can someone help?
There's already a dedicated Drupal module for inserting the GWO code into pages where it's appropriate. If you need to do something more exotic, use it as a starting point.
FYI for others who stumble on this, the Google Website Optimizer module linked by Eaton is now unsupported and obsolete.
With a quick search I found the Multivariate module at https://www.drupal.org/project/multivariate that can be used to setup multivariate or A/B tests.

How to achieve web site customization like iGoogle?

I'd like to know how to achieve web site customization like iGoogle (in particular I'd like to know how to drag/drop parts of web page (a.k.a. "prtlets") to different corners) ?
See this question how-to-use-draggable-sections-like-on-igoogle.
Check out the NETTUTs tutorial linked there by ceejayoz. It is exactly what you want.
Is this Asp.Net? If so you can check out the following web-parts: http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx
You can achieve this in different ways in different platforms ...
But they all use advanced levels of javascript and css manipulation ...
in ASP.NET for example there is a great example called dropthings
http://www.codeproject.com/KB/ajax/Web20Portal.aspx
It is a great example for how to achieve same level of customization