Re: sun-java6 alternatives for Solr 3.5

2012-02-27 Thread Octavian Covalschi
I'm not an Ubuntu user, but I think I read somewhere that sun's jdks packages have been removed from repositories. Don't know more details, but you should be able to install them by yourself... download and install appropriate rpm's, that's the way I did using Fedora 14-16 On Mon, Feb 27, 2012 at

Re: Semantic autocomplete with Solr

2012-02-15 Thread Octavian Covalschi
along these lines: > > > > > https://svnweb.cern.ch/trac/rcarepo/wiki/InspireAutoSuggest#Autosuggestautocompletefunctionality > > > > but you would need MontySolr for that - > https://github.com/romanchyla/montysolr > > > > roman > > > >

Re: Semantic autocomplete with Solr

2012-02-14 Thread Octavian Covalschi
Hm... I used it for some basic group by feature, but haven't thought of it for autocomplete. I'll give it a shot. Thanks! On Tue, Feb 14, 2012 at 4:19 PM, Paul Libbrecht wrote: > facetting? > > paul > > > Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit :

Re: Keywords/terms mutual exclusion

2011-04-05 Thread Octavian Covalschi
scribe for how you know when > a given term should NOT have been included in the record, and should not be > indexed -- there may be ways to do it with Solr analysis. Otherwise, you'd > have to just preprocess before even giving it to Solr for indexing. > > Hope this gives you s

Keywords/terms mutual exclusion

2011-04-05 Thread Octavian Covalschi
Hi there, I'm trying to use Solr in one of my projects and I've got a small problem that I can't figure out. Basically our application is collecting data submitted by users. Now the problem is that submitted data may contain some incorrect info, like some keywords that will mess up search results