Re[4]: How to limit number of pages per domain

2008-06-17 Thread JLIST
Hmm... I tried it with a Windows native port of patch, cygwin patch and also on Linux and got the same error. Is this, by any chance, going to be in solr 1.3 soon? Thanks, Jack > That looks like the correct way to apply the patch. I tried it and it worked > for me. > Otis > - Original Me

Re: Re[2]: How to limit number of pages per domain

2008-06-17 Thread Otis Gospodnetic
gt; > To: Otis Gospodnetic <[EMAIL PROTECTED]> > Cc: solr-user@lucene.apache.org > Sent: Tuesday, June 17, 2008 1:16:04 AM > Subject: Re[2]: How to limit number of pages per domain > > Hello Otis, > > https://issues.apache.org/jira/browse/SOLR-236 has links for > a lot of

Re[2]: How to limit number of pages per domain

2008-06-16 Thread JLIST
o: solr-user@lucene.apache.org >> Sent: Thursday, May 22, 2008 12:35:28 PM >> Subject: Re: How to limit number of pages per domain >> >> I think I'll give it a try. I haven't done this before. Are there any >> instructions regarding how to apply the patch? I

Re: How to limit number of pages per domain

2008-05-22 Thread Otis Gospodnetic
elps with browsing/navigation. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Jonathan Ariel <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, May 22, 2008 7:53:51 AM > Subject: Re: How to limit num

Re: How to limit number of pages per domain

2008-05-22 Thread Otis Gospodnetic
t: Thursday, May 22, 2008 12:35:28 PM > Subject: Re: How to limit number of pages per domain > > I think I'll give it a try. I haven't done this before. Are there any > instructions regarding how to apply the patch? I see 9 files, some > displayed in gray links, some in blue

Re: How to limit number of pages per domain

2008-05-22 Thread Jack
I think I'll give it a try. I haven't done this before. Are there any instructions regarding how to apply the patch? I see 9 files, some displayed in gray links, some in blue links; some named as .diff, some .patch; one has 1.3 in file name, one has 1.3, I suppose the other files are for both versi

Re: How to limit number of pages per domain

2008-05-22 Thread Jonathan Ariel
is patch? > > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message > > From: Koji Sekiguchi <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Wednesday, May 21, 2008 6:26:48 PM > &g

Re: How to limit number of pages per domain

2008-05-21 Thread Otis Gospodnetic
o: solr-user@lucene.apache.org > Sent: Wednesday, May 21, 2008 6:26:48 PM > Subject: Re: How to limit number of pages per domain > > There is a documentation: > > http://wiki.apache.org/solr/FieldCollapsing > > Koji > > Jonathan Ariel wrote: > > Sorry. But how fiel

Re: How to limit number of pages per domain

2008-05-21 Thread Koji Sekiguchi
There is a documentation: http://wiki.apache.org/solr/FieldCollapsing Koji Jonathan Ariel wrote: Sorry. But how field collapsing works? Is there documentation about this anywhere? Thanks!

Re: How to limit number of pages per domain

2008-05-21 Thread Jonathan Ariel
Sorry. But how field collapsing works? Is there documentation about this anywhere? Thanks! On Wed, May 21, 2008 at 7:02 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > : > : I'm indexing pages from multiple domains. In any given > : result set, I don't want to return more than two links > : from

Re: How to limit number of pages per domain

2008-05-21 Thread Chris Hostetter
: : I'm indexing pages from multiple domains. In any given : result set, I don't want to return more than two links : from the same domain, so that the first few pages won't : be all from the same domain. I suppose I could get more : (say, 100) pages from solr, then sort in memory in the : front-e

Re: How to limit number of pages per domain

2008-05-19 Thread Otis Gospodnetic
m: JLIST <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Monday, May 19, 2008 6:23:32 PM > Subject: How to limit number of pages per domain > > I'm indexing pages from multiple domains. In any given > result set, I don't want to return more than two links

How to limit number of pages per domain

2008-05-19 Thread JLIST
I'm indexing pages from multiple domains. In any given result set, I don't want to return more than two links from the same domain, so that the first few pages won't be all from the same domain. I suppose I could get more (say, 100) pages from solr, then sort in memory in the front-end server to mi