![]() Solr-RA, accurate and relevant search... |
Login |
|
|
Free version: Software Agreement
For the free version, you will need to display a visible message, “Uses Apache Solr with RankingAlgorithm” on the popup window or close to the autocomplete input field. It needs to be linked to http://solr-ra.tgels.org.
| ||||||||||||
|
$9.99/yr version: Software Agreement
No need display any message. See license for more info on usage.
| ||||||||||||
Support
(25% of profits will be donated to a charity like Red Cross/Doctors Without Borders/Habitat For Humanity, etc) $2999.99 / year [ unlimited issues ] (25% of profits will be donated to a charity like Red Cross/Doctors Without Borders/Habitat For Humanity, etc) | ||||||||||||
<script src="javascripts/jquery.1.6.8/jquery.js"></script>
<script type='text/javascript' src='javascripts/jquery.autocomplete_solr-ra.js'></script>
<script>
$("#ac1").autocomplete("/search_ac.jsp",
{
minChars:1,
width:350,
scroll:true,
scrollHeight:200
});
</script>
<style>
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
border-bottom:1px dotted #cccccc;
}
.ac_even {
border-bottom:1px dotted #cccccc;
}
.ac_over {
background-color: #0A246A;
color: white;
}
</style>
4. Add a input field to your html file
<INPUT id=ac1 TYPE="TEXT" class=nobold12 size=45 NAME="from" maxlength="90" VALUE='' >(see autocomplete demo.html from here: http://solr-ra.tgels.org/demo_autocomplete.html)
| About DynamicAds Affiliates API Contact Jobs Downloads Advertise on tgels.com |
| Copyright (c) transaxtions llc 2011 Terms and Conditions Privacy Policy CST |
| tgels, a real-time search engine |