Re: LuceneIndex export to SQL-database

2012-08-16 Thread Steve McKay
#keyword values need to be stored in a separate table that references the main table so that you can have multiple #keyword rows per document row in the main table. I have no idea how to make your script do this and I don't even know if it can. You might want to check the documentation or discussio

Re: LuceneIndex export to SQL-database

2012-08-16 Thread Ian Lea
Is this a lucene question or a mysql question or what? Since this is the lucene list let's assume you're asking about how to get multiple values for a field from an index. Document.getValues("keyword") looks promising: Returns an array of values of the field specified. -- Ian. On Wed, Aug 15,