[jira] Commented: (LUCENE-665) temporary file access denied on Windows

2006-10-29 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=comments#action_12445507 ] Doron Cohen commented on LUCENE-665: Michael, I am not able to generate this with native locks. (did not try with lockless commits). Which brings me to think t

Re: [jira] Created: (LUCENE-682) QueryParser with Locale Based Operators (French included)

2006-10-29 Thread Chris Hostetter
: Unfortunately, no. If Iuse getStringArray while using a : PropertyResourceBundle to backup the ResourceBundle, getStringArray(key) : give a classCastException, as it is just a Wrapper for : (String[]) : getObject(key). Hmmm... so aparently ResourceBundles suck. good to know. : Knowing what I

Re: [jira] Created: (LUCENE-682) QueryParser with Locale Based Operators (French included)

2006-10-29 Thread Patrick Turcotte
: I'll make it using a semi column (;) as a separator in the property file, : shouldn't be used too often. Please tell me if I should use something else. As i said, i don't really have a lot of experience with ResourceBundles, but from what i can tell, i think you should just use getStringArray a

Re: [jira] Created: (LUCENE-682) QueryParser with Locale Based Operators (French included)

2006-10-29 Thread Chris Hostetter
: I'll keep the &&, || and ! operators always active whatever the language. that's probably wise : As for the bundle.getStringArray(key), it doesn't work for properties files. : A workaround to allow multiple words for each operator would be to put many : on the same line in the property file, a