Re: Find out why a document wasn't found

2011-08-31 Thread Erick Erickson
For a specific document, try explainOther, see: http://wiki.apache.org/solr/SolrRelevancyFAQ#Why_doesn.27t_document_id:juggernaut_appear_in_the_top_10_results_for_my_query Don't quite know whether this will work for your users, you may have to massage the output to make something more concise. But

Re: Find out why a document wasn't found

2011-08-31 Thread occurred
Hi Oleg, ah, maybe there is a misunderstanding. With document I meant a record in the index not a file. The records are indexed via a DB. cheers Charlie -- View this message in context: http://lucene.472066.n3.nabble.com/Find-out-why-a-document-wasn-t-found-tp3297821p3297875.html Sent from the

Re: Find out why a document wasn't found

2011-08-31 Thread Oleg Tikhonov
Hi, why don't you index the file metadata, i.e. file name for instance. So when file's metadata is indexed you could start querying by file name. BR, Oleg On Wed, Aug 31, 2011 at 12:02 PM, occurred < schaubm...@infodienst-ausschreibungen.de> wrote: > Hi, > > I'm looking for a solution to find ou