That is a very helpful link. On Fri, May 23, 2008 at 11:39 PM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote:
> Unfortunately, code/libs released under GNU license cannot be placed in the > ASF repos. > > > http://people.apache.org/~rubys/3party.html<http://people.apache.org/%7Erubys/3party.html> > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > ----- Original Message ---- > > From: Jason Rutherglen <[EMAIL PROTECTED]> > > To: java-dev@lucene.apache.org > > Sent: Thursday, May 22, 2008 11:05:35 PM > > Subject: Tag Index > > > > In reference to LUCENE-1292, am thinking the structure of the tag index > term > > dictionary file can reuse Lucene .tii and .tis code also storing a number > > per term, and use > > http://dsiutils.dsi.unimi.it/docs/it/unimi/dsi/io/InputBitStream.html to > > store the docs associated with a term between the terms. Is GNU license > ok > > for Apache? I know this has been asked, would be helpful to have some > > specific link to review. The IndexReader.document call can lookup from a > > separate file that stores the term numbers for each doc. What is the > best > > way to structure this file? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >