Re: Mongo DB Users

2014-09-16 Thread Joan
Remove please 2014-09-16 6:59 GMT+02:00 Patti Kelroe-Cooke : > Remove > > Kind regards > Patti > > On Mon, Sep 15, 2014 at 5:35 PM, Aaron Susan > wrote: > > > Hi, > > > > I am here to inform you that we are having a contact list of *Mongo DB > > Users *would you be interested in it? > > > > Data

How to write core's name in log

2011-09-15 Thread Joan
riable "name of core". But I don't know if it's a good idea or not. or Do you already exists any solution for add name of core in log? Thanks Joan

Creating Solr index from map/reduce

2010-12-29 Thread Joan
Hi, I'm trying generate Solr index from hadoop (map/reduce) so I'm using this patch SOLR-301 , however I don't get it. When I try to run CSVIndexer with some arguments: -solr I'm runnig CSVIndexer: /bin/hadoop jar my.jar CSVIndexer -solr /

Re: Creating Solr index from map/reduce

2010-12-29 Thread Joan
esn't know that solr.xml exist, and it try to looking for schema.xml and solrconfig.xml by default in default folder (conf) 2010/12/29 Joan > Hi, > > I'm trying generate Solr index from hadoop (map/reduce) so I'm using this > patch SOLR-301 <https://issues.apache.

Re: Creating Solr index from map/reduce

2011-01-10 Thread Joan
Thanks Alexander 2011/1/3 Alexander Kanarsky > Joan, > > current version of the patch assumes the location and names for the > schema and solrconfig files ($SOLR_HOME/conf), it is hardcoded (see > the SolrRecordWriter's constructor). Multi-core configuration with >

Solr + Hadoop

2011-01-13 Thread Joan
org.apache.hadoop.mapred.Task.initialize(Task.java:487) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:311) at org.apache.hadoop.mapred.Child$4.run(Child.java:217) at java.security.AccessController.doPrivileged(Native Method)* Please, Is someone using this patch with 0.21.0 Version Hadoop?. Can someone help me? Thanks, Joan

Date faceting per last hour, three days and last week

2011-08-10 Thread Joan
Date_Faceting:_per_day_for_the_past_5_days>but I want to do more "gaps" with the same field_date. How I do this? Thanks, Joan

storing results

2007-03-26 Thread Joan Codina
queries that I must be able to store and reuse. My doubts are: How can I store the search results? How can I add previously stored search results to a new search? Thanks!! -- signUPF Joan Codina FilbĂ  Departament de Tecnologia Universitat Pompeu Fabra

Re: storing results

2007-03-27 Thread Joan Codina
in solr, i think) but as filter_ID, to be loaded to solve the query. I hope now its clearer what I'm trying to do Joan Mike Klaas wrote: On 3/27/07, Joan Codina <[EMAIL PROTECTED]> wrote: I'm using solr, to build a search engine, and it works great!! Thanks for the job,gu

Re: storing results

2007-03-30 Thread Joan Codina
27;t think the resulting code will be nice enough to be shown. Joan Chris Hostetter wrote: : To do so I need to store the results as a filter, with a given name, so : the user can use it later on. But I need to store this in disk, as I can : not trust on the cache or the web session. : The u