Re: Getting single documents by fq on unique field, performance

2011-10-21 Thread pravesh
This approach seems fine. You might benchmark it through load test etc. Regds Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-single-documents-by-fq-on-unique-field-performance-tp3440229p3440351.html Sent from the Solr - User mailing list archive at

Getting single documents by fq on unique field, performance

2011-10-21 Thread Robert Brown
Hi, We do regular searches against documents, with highlighting on. To then view a document in more detail, we re-do the search but using fq=id:12345 to return the single document of interest, but still want highlighting on, so sending the q param back again. Is there anything you would rec