Re: What is the "docs" number in Solr explain query results for fieldnorm?

2012-05-25 Thread Yonik Seeley
On Fri, May 25, 2012 at 2:13 PM, Tom Burton-West wrote: > The explain (debugQuery) shows the following for fieldnorm: >  0.625 = fieldNorm(field=ocr, doc=16624) > What does the "doc=16624" mean? It's the internal document id (i.e. it's debugging info and doesn't affect scoring) -Yonik http://luc

Re: What is the "docs" number in Solr explain query results for fieldnorm?

2012-05-25 Thread Andrzej Bialecki
On 25/05/2012 20:13, Tom Burton-West wrote: Hello all, I am trying to understand the output of Solr explain for a one word query. I am querying on the "ocr" field with no stemming/synonyms or stopwords. And no query or index time boosting. The query is "ocr:the" The document (result below) wh

What is the "docs" number in Solr explain query results for fieldnorm?

2012-05-25 Thread Tom Burton-West
Hello all, I am trying to understand the output of Solr explain for a one word query. I am querying on the "ocr" field with no stemming/synonyms or stopwords. And no query or index time boosting. The query is "ocr:the" The document (result below) which contains two words "The Aeroplane" gets mo