solr ubuntu and tomcat

2007-12-01 Thread Yousef Ourabi
Has anyone else had any trouble running solr on ubuntu with the apt installed tomcat? (Not a download from apache.org) I'm having a bear of a time. On Debian Etch I managed to get Solr working by setting TOMCAT_SECURITY=no in /etc/default/tomcat5.5 The same solr.xml (Context) on Ubuntu fails

RE: DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
fixed, i had a typo...may want to delete my post( i want to :P .) Jeryl Cook > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: DynamicField and FacetFields.. > Date: Sat, 1 Dec 2007 14:21:12 -0500 > > Question: > I need to dynamically data to SOLR, so I do not have a "pred

DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
Question: I need to dynamically data to SOLR, so I do not have a "predefined" list of field names... so i use the dynamicField option in the schma and match approioate datatype.. in my schema.xml Then programatically my code ... document.addField( dynamicFieldName + "_s", dynamicFieldValue

Re: Embedded SOLR - Commit issue

2007-12-01 Thread Ryan McKinley
Sunny Bassan wrote: I have implemented the embedded SOLR approach for indexing of database records. I am indexing approximately 10 millions records, querying and indexing 20,000 records at a time. Each record is added to the updateHandler via the updateHandler.addDoc() function once all 20,000 re