On Fri, Dec 5, 2008 at 7:46 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Dec 4, 2008 at 11:49 PM, Noble Paul നോബിള് नोब्ळ् > <[EMAIL PROTECTED]> wrote: >> Considering the fact that the extra Lucene write is over and above the >> normal indexing I guess we must compare the cost of indexing of 1 >> document in luven vs cost of writing one row in a DB.
> > I'ts one write vs two. I'd propose storing the fields that would > normally not be stored on the document being indexed. Until the user commits I cannot read the fields. So if user issues an update before commit I cannot get the field values. (unless the Lucene API lets me do that) > >> Does lucene allow me to write byte[]. ? > > Yes... it's not really exposed in Solr yet though. If the Lucene API allows that I can straightaway use it . Solr does not have to expose it. Can you give me pointers to that? > > -Yonik > -- --Noble Paul
