Re: How to handle frequent updates.

2008-07-15 Thread Karl Wettin
13 jul 2008 kl. 16.58 skrev miztaken: What sort of operations do you use the matrix for? How large can it grow? Can you give an example of what the matrix might contain? What was the reason to solve your problem using Lucene? Is there some specific feature that made something easier or faster

Re: How to handle frequent updates.

2008-07-13 Thread miztaken
>You want updates that show up in the reader/searcher without latency? >I believe LUCENE-1313 is an attempt at that. Thanks for the info. >What sort of operations do you use the matrix for? How large can it >grow? Can you give an example of what the matrix might contain? >What was the reason

Re: How to handle frequent updates.

2008-07-09 Thread Karl Wettin
8 jul 2008 kl. 21.33 skrev miztaken: Hi there, I know lucene is for indexing and not for frequent updates and delete. But i have been using lucene to store my matrix as a document. Since with my algorithm the value of matrix can change so i am updating the value. But for this i have to clos