Thank you four fast, straight and usefull comments. Keeping in mind what was
said, did anybody actually think about implementing a kind of database layer
on top of a lucene index. A database would be an index, collumns would be
fields and entries documents. At least everything which would only requ
On Feb 5, 2005, at 10:04 AM, Karl Koch wrote:
1) Can I store all the information of the text file, but also apply a
analyser. E.g. I use the StopAnalyzer. After finding the document, I
want to
extract the original text also from the index. Does this require that I
store the information twice in tw
Hi all,
for simplicity reasons I would like to use the index as my data storage
whilst using the advantage of the highly optimised Lucene index structure.
1) Can I store all the information of the text file, but also apply a
analyser. E.g. I use the StopAnalyzer. After finding the document, I wan