Re: French synonyms & Online synonyms

2008-09-30 Thread Pierre Auslaender
t previous answers to this questions were is markmail.org 2) I don't think there is such a thing, but I also don't think there are sites that make this data freely available (answer to 1?) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message ---

French synonyms & Online synonyms

2008-09-30 Thread Pierre Auslaender
Hello, I'm sure these questions have been raised a million times, I'll try one more: 1/ Is there any general-purpose, free, French synonyms file out there? 2/ Is there a Solr or Lucene analyser class that could tap an on-line resource for synoynms at index-time? And by the same token, mainta

Re: Order of returned fields

2008-08-19 Thread Pierre Auslaender
data following this model: propertyId ^ propertyLabel ^ propertyType ^ propertyValue Then I parse each result returned on my application. Does that help you? 2008/8/18 Pierre Auslaender <[EMAIL PROTECTED]> Order matters in my application because I'm indexing structured data - ac

Re: Localisation, faceting

2008-08-18 Thread Pierre Auslaender
ne level are standard, then users with different locale settings could share saved queries. wunder On 8/18/08 2:18 PM, "Pierre Auslaender" <[EMAIL PROTECTED]> wrote: Would that be of any interest to the SOLR / Lucene community, given the trend to globalisation / regionalisation ? My

Re: Localisation, faceting

2008-08-18 Thread Pierre Auslaender
rhaps that helps. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Pierre Auslaender <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Saturday, August 16, 2008 12:50:53 PM Subject: Localisation, faceting Hello, I have

Re: Order of returned fields

2008-08-18 Thread Pierre Auslaender
ld you explain why? Order is maintained with multiple values of the same field name, though - which is important. Erik On Aug 17, 2008, at 6:38 PM, Pierre Auslaender wrote: Hello, After a Solr query, I always get the fields back in alphabetical order, no matter how I insert them. Is this t

Re: Localisation, faceting

2008-08-17 Thread Pierre Auslaender
drill-down session on facets. All interesting state properties are actually in the Solr reponse, e.g. queries, facets, start row, etc. Would save me some Javascript if the facet URL was there as well... (no big fan of javascript...) Shalin Shekhar Mangar a écrit : On Sat, Aug 16, 2008 at 10:20

Order of returned fields

2008-08-17 Thread Pierre Auslaender
: 1] Thanks a lot, Pierre Auslaender

Localisation, faceting

2008-08-16 Thread Pierre Auslaender
select?q=bac&facet=true&facet.field=kind&facet.limit=-1&fq=kind:"material"; It's not too difficult, but surely Solr could add this URL or query string under the "material" element. Is this possible? Or do I have to XSLT the result myself? Thanks, Pierre Auslaender