Re: A sorting question.

2012-03-03 Thread Luis Cappa Banda
Hi, Erick! And thank you for answering! You always answer my questions, :-) Well, I´ll try to explain better, because the context is more complex. The original problem becomes from MoreLikeThis behaviour. As you probably know that Solr feature only suggests similar components by the first - and on

Re: A sorting question.

2012-03-03 Thread Mikhail Khludnev
Hi Luis, Do you mean q=id:(A^10+OR+B^9+OR+C^8+OR...) I'm not sure whether it woks but q=id:A^10+OR+id:B^9+OR+id:C^8+OR...) definitely does On Fri, Mar 2, 2012 at 1:13 PM, Luis Cappa Banda wrote: > Hello! > > Just a brief question. I'm querying by my docs ids to retrieve the whole > document d

Re: How can Solr do parallel query warming with and ?

2012-03-03 Thread Mikhail Khludnev
Neil, Would you mind if I ask what particularly do you want to warm by these queries? Regards On Sat, Mar 3, 2012 at 12:37 AM, Neil Hooey wrote: > I'm trying to get Solr to run warming queries in parallel with > listener events, but it always does them in sequence, pegging one CPU > while calc

nutch log

2012-03-03 Thread alessio crisantemi
this is my nutch log after configured it for solr index: 2012-03-03 12:20:25,520 INFO solr.SolrMappingReader - source: content dest: content 2012-03-03 12:20:25,520 INFO solr.SolrMappingReader - source: site dest: site 2012-03-03 12:20:25,520 INFO solr.SolrMappingReader - source: title dest: ti

Re: nutch log

2012-03-03 Thread Koji Sekiguchi
(12/03/03 20:32), alessio crisantemi wrote: this is my nutch log after configured it for solr index: : org.apache.solr.common.SolrException: Internal Server Error Internal Server Error request: http://localhost:8983/solr/update?wt=javabin&version=2 at org.apache.solr.client.solrj.impl.Common

Re: nutch log

2012-03-03 Thread alessio crisantemi
is true. this is the slr problem: mar 03, 2012 12:08:04 PM org.apache.solr.common.SolrException log Grave: org.apache.solr.common.SolrException: invalid boolean value: at org.apache.solr.common.util.StrUtils.parseBool(StrUtils.java:237) at org.apache.solr.common.util.DOMUtil.addToNamedList(DOMUti

Re: nutch log

2012-03-03 Thread Markus Jelsma
Looks like you have a bad value where a boolean is expected in your solrconfig.xml. On Sat, 3 Mar 2012 16:09:11 +0100, alessio crisantemi wrote: is true. this is the slr problem: mar 03, 2012 12:08:04 PM org.apache.solr.common.SolrException log Grave: org.apache.solr.common.SolrException: inv

Re: nutch log

2012-03-03 Thread Koji Sekiguchi
(12/03/04 0:09), alessio crisantemi wrote: is true. this is the slr problem: mar 03, 2012 12:08:04 PM org.apache.solr.common.SolrException log Grave: org.apache.solr.common.SolrException: invalid boolean value: Solr said that there was an erroneous boolean value in your solrconfig.xml. Check th

Re: nutch log

2012-03-03 Thread alessio crisantemi
now, I solve the boolean problem. but my indexing don't works now also.. But this time, I don't have error in tomcat log and not error in nutch log. I see only this code on cygwin window: Exception in thread "main" org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:

Re: How can Solr do parallel query warming with and ?

2012-03-03 Thread Neil Hooey
I need to have those queries trigger the generation of facet counts, which can take up to 5 minutes for all of them combined. If the facet counts aren't warmed, then the first query to ask for facet counts on a particular field will take several minutes to return results. On Sat, Mar 3, 2012 at 5

Re: nutch log

2012-03-03 Thread Koji Sekiguchi
It is not solr error. Consult nutch/hadoop mailing list. koji -- Query Log Visualizer for Apache Solr http://soleami.com/ (12/03/04 2:38), alessio crisantemi wrote: now, I solve the boolean problem. but my indexing don't works now also.. But this time, I don't have error in tomcat log and n