Re: Some questions about index...

2005-02-05 Thread Karl Koch
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

Re: Some questions about index...

2005-02-05 Thread Erik Hatcher
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

Some questions about index...

2005-02-05 Thread Karl Koch
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