Re: Related terms/combined terms

2010-05-17 Thread stockii
ho it is possible to search with termscomponent and shingle for things likeƖ: "Driver Callaway" it should be the same suggestion come like when i search for "Callaway Dri.." -- View this message in context: http://lucene.472066.n3.nabble.com/Related-terms-combined-terms-tp694083p823749.html Sent

Re: Related terms/combined terms

2010-04-05 Thread Blargy
Ahmet thanks, this sounds like what I was looking for. Would one recommend using the TermsComponent prefix search or the Faceted prefix search for this sort of functionality. I know for auto-suggest functionality the generally consensus has been leaning towards the Faceted prefix search over the

Re: Related terms/combined terms

2010-04-05 Thread Blargy
Thanks for the response Mitch. I'm not too sure how well this will work for my needs but Ill certainly play around with it. I think something more along the lines of Ahmet's solution is what I was looking for. -- View this message in context: http://n3.nabble.com/Related-terms-combined-terms-

Re: Related terms/combined terms

2010-04-05 Thread Ahmet Arslan
> Not sure of the exact vocabulary I am looking for so I'll > try to explain > myself. > > Given a search term is there anyway to return back a list > of related/grouped > keywords (based on the current state of the index) for that > term. > > For example say I have a sports catalog and I searc

Re: Related terms/combined terms

2010-04-03 Thread MitchK
It sounds a little bit like clustering. Have a look at ClusteringComponent in the wiki. http://wiki.apache.org/solr/ClusteringComponent Does this fits your needs? Kind regards - Mitch -- View this message in context: http://n3.nabble.com/Related-terms-combined-terms-tp694083p694682.html Sen