Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread Bently Preece
I'm not a Solr/Lucene programmer. I'm a guy who does web sites (using PHP!) who wants a good search engine. And the search *functionality* in Solr rocks - great job, guys! Considering that, I don't really care how Solr logs things. I just want it to be straightforward and well-documented. Whic

Re: Localized alphabetical order

2011-04-22 Thread Bently Preece
Thanks. I get it now. I meet with our language experts again on Monday. I'll ask them about submitting localization info to the CLDR. Thanks again. -Ben On Fri, Apr 22, 2011 at 2:44 PM, Robert Muir wrote: > On Fri, Apr 22, 2011 at 3:09 PM, Bently Preece wrote: > > What

Re: Localized alphabetical order

2011-04-22 Thread Bently Preece
What if there is no standard localization already? The case I'm specifically interested in is Ojibwe. So should I really be researching how the JRE does localization instead of Solr? On Fri, Apr 22, 2011 at 2:01 PM, Robert Muir wrote: > On Fri, Apr 22, 2011 at 2:37 PM, Bently Preec

Re: Localized alphabetical order

2011-04-22 Thread Bently Preece
Thank you. This looks like the right direction. I see the docs say ICUCollationKeyFilterFactory is deprecated in favor of ICUCollationField. So ... I'd implement a subclass of ICUCollationField, and use that as the fieldtype in schema.xml. And this means - what? - that I'd also implement a cust