Re: [CLucene-dev] user data in an index

2010-06-05 Thread Itamar Syn-Hershko
une 05, 2010 2:10 AM To: [email protected] Subject: [CLucene-dev] user data in an index Hi, I would like to store user data in an index so that I can pull out this metadata when needed and also persist it. In Java Lucene I see this (in the lastest version) as a concept of UserData

[CLucene-dev] user data in an index

2010-06-04 Thread Norman Barker
Hi, I would like to store user data in an index so that I can pull out this metadata when needed and also persist it. In Java Lucene I see this (in the lastest version) as a concept of UserData is there a way I can do something similar with CLucene. I am keeping a database and CLucene up to date