This should shed some light on the matter http://lucene.apache.org/java/2_9_0/fileformats.html
> I am saying there is a list of tokens that have been parsed (a table of > them) for each column? Or one for the whole index? > > Dennis Gearon > > > Signature Warning > ---------------- > It is always a good idea to learn from your own mistakes. It is usually a > better idea to learn from others’ mistakes, so you do not have to make > them yourself. from > 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > EARTH has a Right To Life, > otherwise we all die. > > > > ----- Original Message ---- > From: Jonathan Rochkind <rochk...@jhu.edu> > To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> > Sent: Tue, January 25, 2011 9:29:36 AM > Subject: Re: in-index representaton of tokens > > Why does it matter? You can't really get at them unless you store them. > > I don't know what "table per column" means, there's nothing in Solr > architecture called a "table" or a "column". Although by column you > probably mean more or less Solr "field". There is nothing like a > "table" in Solr. > > Solr is still not an rdbms. > > On 1/25/2011 12:26 PM, Dennis Gearon wrote: > > So, the index is a list of tokens per column, right? > > > > There's a table per column that lists the analyzed tokens? > > > > And the tokens per column are represented as what, system integers? 32/64 > > bit unsigned ints? > > > > Dennis Gearon > > > > Signature Warning > > ---------------- > > It is always a good idea to learn from your own mistakes. It is usually a > > > >better > > > > idea to learn from others’ mistakes, so you do not have to make them > > yourself. from > > 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > > > > EARTH has a Right To Life, > > otherwise we all die.