Re: Related Search

2016-10-26 Thread Trey Grainger
- > > From:Grant Ingersoll <gsing...@apache.org> > > Sent: Tuesday 25th October 2016 23:51 > > To: solr-user@lucene.apache.org > > Subject: Re: Related Search > > > > Hi Rick, > > > > I typically do this stuff just by searching a differ

RE: Related Search

2016-10-26 Thread Markus Jelsma
- > From:Grant Ingersoll <gsing...@apache.org> > Sent: Tuesday 25th October 2016 23:51 > To: solr-user@lucene.apache.org > Subject: Re: Related Search > > Hi Rick, > > I typically do this stuff just by searching a different collection that I > create offline by analy

Re: Related Search

2016-10-25 Thread Grant Ingersoll
Hi Rick, I typically do this stuff just by searching a different collection that I create offline by analyzing query logs and then indexing them and searching. On Mon, Oct 24, 2016 at 8:32 PM Rick Leir wrote: > Hi all, > > There is an issue 'Create a Related Search

Re: Related Search

2016-10-24 Thread Erick Erickson
Rick: The priority isn't particularly helpful for two reasons: 1> it's the default so often gets set without intent. 2> what the originator thinks of as major may or may not translate into someone actually doing work on it. In this case there's a lot of work that'd need to be done. "some model"

Re: related search

2010-03-21 Thread Suram
Thanx lot Ahmet Arslan How can make query to get synonym value ,any suggestion -- View this message in context: http://old.nabble.com/related-search-tp27933778p27974649.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: related search

2010-03-21 Thread Andrew Greenburg
On Sun, Mar 21, 2010 at 4:30 AM, Suram reactive...@yahoo.com wrote: Thanx lot Ahmet Arslan How can make query to get synonym value ,any suggestion You need to apply the SynonymFilterFactory to your queries as well.

Re: related search

2010-03-20 Thread Suram
Suram wrote: How can i make related search in solr.if i search ipod i need to get answer like ipodsuffle,ipodnano,ipone with out using morelikethis option any solution please kindly tell me -- View this message in context: http://old.nabble.com/related-search-tp27933778p27951060.html

Re: related search

2010-03-20 Thread Ahmet Arslan
How can i make related search in solr.if i search ipod i need to get answer like ipodsuffle,ipodnano,ipone with out using morelikethis option First of all you need to construct these list. Either automatic or manually. You can use SynonymFilterFactory [1] at index time with this settings.

Re: Related Search

2007-11-27 Thread Cool Coder
Take a look at this thread http://www.gossamer-threads.com/lists/lucene/java-user/54996 There was a need to get all related topics for any selected topic. I have taken help of lucene-sand-box wordnet project to get all synoms of user selected topics. I am not sure whether wordnet project