Solr 1.4 Replication index directories

2010-01-28 Thread mark angelillo
Hi, We're using the new replication and it's working pretty well. There's one detail I'd like to get some more information about. As the replication works, it creates versions of the index in the data directory. Originally we had index/, but now there are dated versions such as index.2010

Re: Solr 1.4 Replication index directories

2010-01-28 Thread mark angelillo
Thanks, Otis. Responses inline. Hi, We're using the new replication and it's working pretty well. There's one detail I'd like to get some more information about. As the replication works, it creates versions of the index in the data directory. Originally we had index/, but now there are

Filter by Group

2007-09-19 Thread mark angelillo
tion. Thanks in advance, Mark mark angelillo snooth inc. o: 646.723.4328 c: 484.437.9915 [EMAIL PROTECTED] snooth -- 1.7 million ratings and counting...

Re: Filter by Group

2007-09-20 Thread mark angelillo
0e50d2f12ec487758577506d6002 cheers, Piete On 20/09/2007, mark angelillo <[EMAIL PROTECTED]> wrote: Hey all, Let's say I have an index of one hundred documents, and these documents are grouped into 4 groups A, B, C, and D. The groups do in fact overlap. What would people recommend

Forced Top Document

2007-10-23 Thread mark angelillo
Hi all, Is there a way to get a specific document to appear on top of search results even if a sorting parameter would push it further down? Thanks in advance, Mark mark angelillo snooth inc. o: 646.723.4328 c: 484.437.9915 [EMAIL PROTECTED] snooth -- 1.8 million ratings and counting...

Re: Forced Top Document

2007-10-24 Thread mark angelillo
[EMAIL PROTECTED] | 702-943-7833 +----+ On Oct 23, 2007, at 10:12 PM, mark angelillo wrote: Hi all, Is there a way to get a specific document to appear on top of search results even if a sorting parameter would push it further down? Thanks in advance, Mark mark angelillo snooth i

Re: Forced Top Document

2007-10-24 Thread mark angelillo
appropriate dynamic field before applying the rest of the sort. kyle mark angelillo snooth inc. o: 646.723.4328 c: 484.437.9915 [EMAIL PROTECTED] snooth -- 1.8 million ratings and counting...

Re: Forced Top Document

2007-10-25 Thread mark angelillo
al matches have identical scores. (this may not be possible with dismax because it's not trivial to move the query into an fq, it might work if you can use "0" as the boost on fields in the qf so it still dictates the matches but doesn't influence the score enough to throw off the sort) -Hoss mark angelillo snooth inc. o: 646.723.4328 c: 484.437.9915 [EMAIL PROTECTED] snooth -- 1.8 million ratings and counting...

dynamicField Scaling

2007-03-07 Thread mark angelillo
fore the entire index suffers? Is there such a limit? (I'm assuming the number of documents in the index will eventually be around 500k -- perhaps more in the future.) TIA, Mark Angelillo

Re: dynamicField Scaling

2007-03-07 Thread mark angelillo
On Mar 7, 2007, at 2:17 PM, Mike Klaas wrote: On 3/7/07, mark angelillo <[EMAIL PROTECTED]> wrote: Hello, I've got a Solr index running and I want to use a dynamicField to store n different sorting fields. The field that is used to actually sort the results will be determ

Error loading custom similarity class

2007-04-09 Thread mark angelillo
Hiya, I'm currently trying to compile and load my own similarity class in Solr, and I'm having a bit of a problem. Here's what I've done so far: 1) Create the .java for the class using SweetSpotSimilarity as a model. I'm using the code below to make sure I can get this working -- my real

Re: Error loading custom similarity class

2007-04-09 Thread mark angelillo
Thanks, Yonik. I was definitely missing that. On Apr 9, 2007, at 2:08 PM, Yonik Seeley wrote: On 4/9/07, mark angelillo <[EMAIL PROTECTED]> wrote: package org.apache.lucene.misc; [...] 2) Create the .jar file. (Maybe I'm doing this wrong?) > javac classpath lucene-co