Re: Mongo DB Users

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

How to write core's name in log

2011-09-15 Thread Joan
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

Date faceting per last hour, three days and last week

2011-08-10 Thread Joan
:_per_day_for_the_past_5_daysbut I want to do more gaps with the same field_date. How I do this? Thanks, Joan

Solr + Hadoop

2011-01-13 Thread Joan
) 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

Re: Creating Solr index from map/reduce

2011-01-10 Thread Joan
Thanks Alexander 2011/1/3 Alexander Kanarsky kanarsky2...@gmail.com 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 separate

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 https://issues.apache.org/jira/browse/SOLR-1301, however I don't get it. When I try to run CSVIndexer with some arguments: directory Solr index -solr Solr home input, in this case CSV I'm runnig

Re: Creating Solr index from map/reduce

2010-12-29 Thread Joan
schema=solr/schema/schema_xx.xml properties=solr/conf/solrcore.properties/ But I think that when I run CSVIndexer, it doesn'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 joan.monp

Re: storing results

2007-03-30 Thread Joan Codina
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 user should

storing results

2007-03-27 Thread Joan Codina
ies 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,guys! Glad