RE: Disable Solr Admin Page To Access on Client Browser....

2008-01-11 Thread SDIS M. Beauchamp
You can set the firewall of your server to accept connection to the solr port only from your webserver(s) and your test computer Florent -Message d'origine- De : Laxmilal Menaria [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 janvier 2008 13:59 À : solr-user@lucene.apache.org Objet : Di

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 fa

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

2007-12-07 Thread SDIS M. Beauchamp
r that ? my configuration is : LM On 12/7/07, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > > You can also use the dismaxrequesthandler to search across multiple > field > > > > -Message d'origine- > De : Laxmilal Menaria [mailto:[EMAIL P

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, tha

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 n

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 - other document formats

2007-11-14 Thread SDIS M. Beauchamp
ny thanks Florent Hey All My docs 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&q

RE: solr - other document formats

2007-11-14 Thread SDIS M. Beauchamp
You should take a look at http://wiki.apache.org/solr/UpdateRichDocuments?highlight=%28richdocument%29 It gives you a starting point to make the extractor you need Regards Florent -Message d'origine- De : Dwarak R [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 novembre 2007 05:17 À :

RE: no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
solr-user@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

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 java.io.FileNotFoundException: no segments* file found in org.