Re: AW: How to deal with many files using solr external file field

2011-06-10 Thread Chris Hostetter
: We took a deeper look at what happened, when an "external-file-field"-Request is sent to SOLR: : : * SOLR looks if there is a file for the requested query, e.g. "trousers" Something smells fishy here. ExternalFileField is designed to let you load values for a field (for use in functions) fr

Re: AW: How to deal with many files using solr external file field

2011-06-09 Thread Martin Grotzke
Hi, as I'm also involved in this issue (on the side of Sven) I created a patch, that replaces the float array by a map that stores score by doc, so it contains as many entries as the external scoring file contains lines, but no more. I created an issue for this: https://issues.apache.org/jira/bro

AW: How to deal with many files using solr external file field

2011-06-08 Thread Bohnsack, Sven
Hi, I could not provide a stack trace and IMHO it won't provide some useful information. But we've made a good progress in the analysis. We took a deeper look at what happened, when an "external-file-field"-Request is sent to SOLR: * SOLR looks if there is a file for the requested query, e.g.