Re: SOLR Thesaurus

2019-04-29 Thread l.dellipaoli
Hi! I'm facing a similar problem. I'm dealing with Thesauri on an Oracle RDBMS and I'm trying to integrate Solr in order to speed up search operations. Did you succeed in this integration? Thanks, Laura -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SOLR Thesaurus

2010-12-10 Thread Péter Király
Hi Chris, thanks for your description. I should think about this a little bit more, then I will ask some details. The main problem is that Synonyms are one kind of relations, and Thesaurus may contain 6-10 kinds of relations. And it is depending on the user, which types of relations he would like

Re: SOLR Thesaurus

2010-12-10 Thread Chris Hostetter
: The question asked, in good faith, was does solr support or extend to : implementing a thesaurus. It looks like it does not which is fine. It does Well, my point was that "thesaurus" is not a feature description. it's a data structure, and depending on your goals, the existing SynonymFilter

Re: SOLR Thesaurus

2010-12-10 Thread Chris Hostetter
: My imaginative use case: : - the user enters a term and maybe he turns on a flag to get not just : the term, but all terms, which related somehow with this (usually the : synonyms and narrower terms). : - Solr first find the queried term(s) in the thesaurus, then finds the : related terms, modif

Re: SOLR Thesaurus

2010-12-10 Thread lee carroll
Two Peters (or rather a stupid english bloke who can't work out how to type fancy accents :-) Sorry Péter (took me 10 minutes to work out i could cut and paste) my reply was to the clustering post by Peter Sturge. Clustering sounds great but being able to define a thesaurus scheme excatly would be

Re: SOLR Thesaurus

2010-12-10 Thread Péter Király
Hi Lee, according to my vision the user could decide which relationship types would he likes to attach to his search, and the application would call his attention to other possibilities. So there would be no heuristic method applied, because e.g. boarder terms would cause lots of misleading result

Re: SOLR Thesaurus

2010-12-10 Thread lee carroll
Hi Peter, Thats way to clever for me :-) Discovering thesuarus relationships would be fantastic but its not clear what heuristics you would need to use to discover broader, narrower, related documents etc. Although I might be doing the clustering down i'm sceptical about the accuracy. cheers Lee

Re: SOLR Thesaurus

2010-12-10 Thread Peter Sturge
Hi Lee, Perhaps Solr's clustering component might be helpful for your use case? http://wiki.apache.org/solr/ClusteringComponent On Fri, Dec 10, 2010 at 9:17 AM, lee carroll wrote: > Hi Chris, > > Its all a bit early in the morning for this mined :-) > > The question asked, in good faith, was

Re: SOLR Thesaurus

2010-12-10 Thread lee carroll
Hi Chris, Its all a bit early in the morning for this mined :-) The question asked, in good faith, was does solr support or extend to implementing a thesaurus. It looks like it does not which is fine. It does support synonyms and synonym rings which is again fine. The ski example was an illustrat

Re: SOLR Thesaurus

2010-12-10 Thread Péter Király
I also try to define the problem. In the library world there are some general and special thesaurus, which reveal the relations between concepts. The relations have types as Lee described: Prefered Term (PT), Broader Terms (BT), Narrower Terms (NT) Related Terms (RT) and others. Some of these thes

Re: SOLR Thesaurus

2010-12-09 Thread Chris Hostetter
: a term can have a Prefered Term (PT), many Broader Terms (BT), Many Narrower : Terms (NT) Related Terms (RT) etc ... : User supplied Term is say : Ski : : Prefered term: Skiing : Broader terms could be : Ski and Snow Boarding, Mountain Sports, Sports : Narrower terms: down hill skiing,

Re: SOLR Thesaurus

2010-12-02 Thread Jonathan Rochkind
No, it doesn't. And it's not entirely clear what (if any) simple way there is to use Solr to expose hieararchically related documents in a way that preserves and usefully allows navigation of the relationships. At least in general, for sophisticated stuff. On 12/2/2010 3:55 AM, lee carroll w

Re: SOLR Thesaurus

2010-12-02 Thread lee carroll
time. > > Maybe have a look at http://poolparty.punkt.at/ a full features SKOS > thesaurus management server. > It's also providing webservices which could feed such a Solr filter. > > Kind regards > Michael > > > - Ursprüngliche Mail - > Von: "lee carroll&q

Re: SOLR Thesaurus

2010-12-02 Thread Michael Zach
tures SKOS thesaurus management server. It's also providing webservices which could feed such a Solr filter. Kind regards Michael - Ursprüngliche Mail - Von: "lee carroll" An: solr-user@lucene.apache.org Gesendet: Donnerstag, 2. Dezember 2010 09:55:54 Betreff: SOLR Thesau

RE: SOLR Thesaurus

2010-12-02 Thread Steven A Rowe
ginal Message- > From: lee carroll [mailto:lee.a.carr...@googlemail.com] > Sent: Thursday, December 02, 2010 3:56 AM > To: solr-user@lucene.apache.org > Subject: SOLR Thesaurus > > Hi List, > > Coming to and end of a proto type evaluation of SOLR (all very good etc > e

SOLR Thesaurus

2010-12-02 Thread lee carroll
Hi List, Coming to and end of a proto type evaluation of SOLR (all very good etc etc) Getting to the point at looking at bells and whistles. Does SOLR have a thesuarus. Cant find any refrerence to one in the docs and on the wiki etc. (Apart from a few mail threads which describe the synonym.txt as