Re: how to apply patch SOLR-1316

2010-03-26 Thread nabil rabhi
project and .. "apply > patch" ! > > On 3/26/10, nabil rabhi wrote: > > > > I want to apply this patch > http://issues.apache.org/jira/browse/SOLR-1316 > > to solr 1.4 so I can implement the autocomplete feature > > ca anyone help? > > > > > > -- > Abdelhamid ABID > Software Engineer- J2EE / WEB / ESB MULE >

how to apply patch SOLR-1316

2010-03-26 Thread nabil rabhi
I want to apply this patch http://issues.apache.org/jira/browse/SOLR-1316 to solr 1.4 so I can implement the autocomplete feature ca anyone help?

Lock error when indexing with curl

2010-02-15 Thread nabil rabhi
when posting documents to solr using curl, I get the following error: Posting file File.xml to http://localhost:8983/solr/update/ Error 500 HTTP ERROR: 500Lock obtain timed out: nativefsl...@./solr/data/index/lucene-bd553072dd77e805bcb4e83a6d8ca389-write.lock: java.io.FileNotFoundException: .

Re: indexing: issue with default values

2010-02-12 Thread nabil rabhi
thanx Eric, that was very helpfull 2010/2/12 Erik Hatcher > That would be the problem then, I believe. Simply don't post a value to > get the default value to work. > >Erik > > > On Feb 12, 2010, at 10:18 AM, nabil rabhi wrote: > > yes, sometimes the

Re: indexing: issue with default values

2010-02-12 Thread nabil rabhi
yes, sometimes the document has postal_code with no values , i still post it to solr 2010/2/12 Erik Hatcher > When a document has no value, are you still sending a postal_code field in > your post to Solr? Seems like you are. > >Erik > > > On Feb 12, 2010, at 8:12

Fwd: indexing: issue with default values

2010-02-12 Thread nabil rabhi
in the schema.xml I have fileds with int type and default value exp: but when a document has no value for the field "postal_code" at indexing, I get the following error: Posting file Immo.xml to http://localhost:8983/solr/update/ Error 500 HTTP ERROR: 500For input string: "" java.lang.Numb