RE: does solr handle hierarchical facets?

2007-12-10 Thread SDIS M. Beauchamp
I handle this trough the interface I've got dynamics fileds ( path_0, path_1 , ... ) to make it easier. Florent -Message d'origine- De : Sean Laval [mailto:[EMAIL PROTECTED] Envoyé : lundi 10 décembre 2007 14:54 À : solr-user@lucene.apache.org Objet : does solr handle hierarchical

RE: How do I search in all fields without index by solr

2007-12-07 Thread SDIS M. Beauchamp
is : fieldType name=string_ch class=solr.StrField analyzer class= org.apache.lucene.analysis.standard.StandardAnalyzer/ /fieldType LM On 12/7/07, SDIS M. Beauchamp [EMAIL PROTECTED] wrote: You can also use the dismaxrequesthandler to search across multiple field -Message

RE: How do I search in all fields without index by solr

2007-12-06 Thread SDIS M. Beauchamp
You can also use the dismaxrequesthandler to search across multiple field -Message d'origine- De : Laxmilal Menaria [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 décembre 2007 08:25 À : solr-user@lucene.apache.org Objet : Re: How do I search in all fields without index by solr Ok,

RE: I18N with SOLR?

2007-11-19 Thread SDIS M. Beauchamp
You can have only one default search field But you can use the dismax request handler to search across several fields http://wiki.apache.org/solr/DisMaxRequestHandler Then you can use query field boosting to make one field more significant : Exact_text^3 text_fr^2 text_en^2 stemmed_text^1.5

RE: Solr PHP client

2007-11-19 Thread SDIS M. Beauchamp
I use the php and php serialized writer to query Solr from php It's very easy to use But it's not so easy to update solr from php ( that's why my crawlers are not written in php ) Florent BEAUCHAMP -Message d'origine- De : Jonathan Ariel [mailto:[EMAIL PROTECTED] Envoyé : mardi 20

RE: solr - other document formats

2007-11-14 Thread SDIS M. Beauchamp
are parsed and indexes are updated (using UpdateRichDocuments patch). But tell me onething what will happen if i don't commit ?. If commit is false where the docs are stored ?. Regards Dwarak R - Original Message - From: SDIS M. Beauchamp [EMAIL PROTECTED] To: solr-user

no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
I'm using solr to index our files servers ( 480K files ) If I don't optimize, I 've got a too many files open at about 450K files and 3 Gb index If i optimize I've got this stacktrace during the commit of all the following update result status=1java.io.FileNotFoundException: no segments*

RE: no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
@lucene.apache.org Objet : Re: no segments* file found are you using embedded solr? I had stumbled on a similar error : http://www.mail-archive.com/solr-user@lucene.apache.org/msg06085.html -V On Nov 12, 2007 2:16 PM, SDIS M. Beauchamp [EMAIL PROTECTED] wrote: I'm using solr to index our files servers ( 480K