On Jan 18, 2004, at 11:15 AM, Karl Koch wrote:
lets say I have an index with documents encoded in two fields "filename" and
"data". Is it possible to extract a file from which I know the filename
directly from this index without performing any search. Like a random access like
in a filesystem?

It is still technically a "search", but a TermQuery will be basically direct access to the document(s) matching that term.


Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to