For databases that doesn't have full text support can i use the inverted index of lucene and load the term & document id in a table and use it that way. The main reason for this is that i want to combine the "relational" feature with full text search.
So if i load all the documents and then use the TermEnum to list all the terms and load that in a table will it work or am i missing something here. Thanks Bharani -- View this message in context: http://www.nabble.com/Lucene%27s-inverted-index-for-database-without-full-text-index-tf4897278.html#a14025998 Sent from the Lucene - General mailing list archive at Nabble.com.
