Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Tracy Flynn
Hoss, The comment at the end: 'Alternately: you can specifiy the solr.data.dir system property at run time' should yield the exact result I'm looking for - runtime configuration of multiple instances. Thanks for the full reply. Regards, Tracy On Jul 18, 2010, at 3:23 PM, Chris Hostetter

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Tracy Flynn
tion. In my corresponding SOLR 1.2 deployment I didn't have the issue. Anyway, thanks again for the help. Regards, Tracy On Jul 18, 2010, at 5:31 AM, Koji Sekiguchi wrote: > (10/07/18 10:03), Tracy Flynn wrote: >> That's a little telling >> >> INFO: Opening

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
~/example2/solr/data. Is this a bug, or is there another setting I need? On Jul 17, 2010, at 8:55 PM, Mark Miller wrote: > What is your data dir set to? It should say in the start up logging. > > - Mark > > http://www.lucidimagination.com (mobile) > > On Jul 17, 2010,

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
One more piece of information. I notice that it does look for the schema in ~/solr_example1/solr/conf. A fatal error is generated if ~/solr_example1/solr/conf is removed. So, it appears to be localized to the writing of the index files.

SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
There appears to be a problem with the recognition of the 'solr.solr.home' property in SOLR 1.4.1 - or else I have a basic misunderstanding of how 'solr.solr.home' is intended to work. Conduct the following experiment. Take the standard SOLR 1.4.1 distribution. Suppose the home directory is /U

Re: Solr 1.3 - Field Collapsing - SOLR 236

2008-12-09 Thread Tracy Flynn (SOLR)
Otis, If I get it working in 1.3, I'll be happy to take a shot at a patch for 1.4. Tracy On Dec 9, 2008, at 12:46 PM, Otis Gospodnetic wrote: Tracy, I think Iván de Prado's patch is the latest. Porting to 1.4-dev would be good, too. Otis -- Sematext -- http://sematext.com/ -- Lucene

Re: Problems with SOLR-236 (field collapsing)

2008-12-09 Thread Tracy Flynn (SOLR)
Steve, I need this too. As my previous posting said, I adapted the 1.2 field collapsing back at the beginning of the year, so I'm somewhat familiar. I'll try and get a look this weekend. It's the earliest I''m likely to get spare cycles. I'll post any results. Tracy On Dec 9, 2008, at 4:

Re: Delete by multiple query doesn't seem to work

2008-05-23 Thread Tracy Flynn
e: Not sure, but try using: document_id:"A-395" OR document_id:"A-1949"delete> On Thu, May 22, 2008 at 7:46 AM, Tracy Flynn <[EMAIL PROTECTED]> wrote: I'm trying to exploit 'Delete by Query' with multiple IDs in the query. I'm using vanil

Delete by multiple query doesn't seem to work

2008-05-21 Thread Tracy Flynn
I'm trying to exploit 'Delete by Query' with multiple IDs in the query. I'm using vanilla SOLR 1.2 My schema specifies. document_id My unique document ids are of the form 'A-xxx' , 'T-xxx" and so on. The following individual delete works: curl http://work:8983/solr/update -H "Content-Type:

Re: Loading performance slowdown at ~ 400K documents

2008-05-14 Thread Tracy Flynn
at 1.2 - 1.4 GB max, so I boosted to 2 GB max. Regards, Tracy On May 11, 2008, at 8:31 AM, David Pratt wrote: Hi Tracy. Can you advise the sort of difference in max heap space that resulted in the improvement, that is, your before and after max heap space. Many thanks. Regards, David Tr

Re: Loading performance slowdown at ~ 400K documents

2008-05-11 Thread Tracy Flynn
, everything started to run at 4x-5x the speed before the fix - and at the rate I reasonably thought it should. Tracy On May 9, 2008, at 8:02 AM, Tracy Flynn wrote: Hi, I'm starting to see significant slowdown in loading performance after I have loaded about 400K documents. I go f

Loading performance slowdown at ~ 400K documents

2008-05-09 Thread Tracy Flynn
Hi, I'm starting to see significant slowdown in loading performance after I have loaded about 400K documents. I go from a load rate of near 40 docs/sec to 20- 25 docs a second. Am I correct in assuming that, during indexing operations, Lucene/SOLR tries to hold as much of the indexex in

Re: Replication hooks - changing the index while the slave is running ...

2007-12-21 Thread Tracy Flynn
he files. So, file data exists until all file names are gone AND all open files are gone. Lance -----Original Message- From: Tracy Flynn [mailto:[EMAIL PROTECTED] Sent: Saturday, December 15, 2007 7:36 AM To: solr-user@lucene.apache.org Subject: Re: Replication hooks - changing the index while

Re: Replication hooks - changing the index while the slave is running ...

2007-12-15 Thread Tracy Flynn
That helps Thanks for the prompt reply On Dec 15, 2007, at 10:15 AM, Yonik Seeley wrote: On Dec 14, 2007 7:36 PM, Tracy Flynn <[EMAIL PROTECTED]> wrote: 1) The existing index(es) being used by the Solr slave instance are physically deleted 2) The new index snapshots are renamed/move

Re: Replication hooks - changing the index while the slave is running ...

2007-12-14 Thread Tracy Flynn
during step 1) and between steps 1 and 2? Where do they get information if they need to go to disk for results that are not cached? Do they a) hang b) produce no results c) error in some other way? Regards, Tracy On Dec 11, 2007, at 9:11 AM, Tracy Flynn wrote: That's what I was afte

Re: Replication hooks

2007-12-11 Thread Tracy Flynn
That's what I was after. As always, thanks for the quick response. Tracy On Dec 11, 2007, at 12:18 AM, Yonik Seeley wrote: On Dec 10, 2007 11:22 PM, climbingrose <[EMAIL PROTECTED]> wrote: I think there is a event listener interface for hooking into Solr events such as post commit, post opt

Replication hooks

2007-12-10 Thread Tracy Flynn
n. I've searched the 1.2 and trunk code bases for obvious phrases, but I can't identify these hooks. Can someone please point me to the correct place(s) to look? Thanks, Tracy Flynn

Finding the right place to start ...

2007-11-20 Thread Tracy Flynn
available, though I think I have a work around if it isn't in Solr 1.3. I would be happy to offer help in any way I can - e.g. with testing. If someone can point me to the places I need to look to find information that bears on these questions, I'm happy to go and dig. Thanks for any help. Tracy Flynn