in-index representaton of tokens

2011-01-25 Thread Dennis Gearon
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

Re: in-index representaton of tokens

2011-01-25 Thread Jonathan Rochkind
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

Re: in-index representaton of tokens

2011-01-25 Thread Dennis Gearon
: 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

Re: in-index representaton of tokens

2011-01-25 Thread Markus Jelsma
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

RE: in-index representaton of tokens

2011-01-25 Thread Jonathan Rochkind
Gearon [gear...@sbcglobal.net] Sent: Tuesday, January 25, 2011 7:02 PM To: solr-user@lucene.apache.org Subject: Re: in-index representaton of tokens 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