Re: access document by primary key

2012-05-03 Thread Yonik Seeley
On Thu, May 3, 2012 at 3:01 PM, Tomás Fernández Löbbe wrote: > Is this still true? Assuming that I know that there hasn't been updates or > that I don't care to see a different version of the document, are the term > QP or the raw QP faster than the real-time get handler? Sort of different things

Re: access document by primary key

2012-05-03 Thread Tomás Fernández Löbbe
Is this still true? Assuming that I know that there hasn't been updates or that I don't care to see a different version of the document, are the term QP or the raw QP faster than the real-time get handler? On Fri, Mar 11, 2011 at 3:12 PM, Yonik Seeley wrote: > On Fri, Mar 11, 2011 at 5:58 PM, onl

Re: access document by primary key

2011-03-11 Thread Yonik Seeley
On Fri, Mar 11, 2011 at 5:58 PM, onlinespend...@gmail.com wrote: > what's the quickest and most efficient way to access a doc by its primary > key? suppose I already know a document's unique id and simply want to fetch > it without issuing a sophisticated query. Bypassing the normal lucene query

access document by primary key

2011-03-11 Thread onlinespend...@gmail.com
what's the quickest and most efficient way to access a doc by its primary key? suppose I already know a document's unique id and simply want to fetch it without issuing a sophisticated query. Thanks, Ben