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: Boost token when storing document?

2008-07-13 Thread Daniel Naber
On Sonntag, 13. Juli 2008, Darren Govoni wrote: > Hi, > Sorry if I missed this in the documentation, but I wanted to know if > Lucene allows boosting of tokens _within_ a field when a document is > stored? Yes, you can use payloads for that, see http://wiki.apache.org/lucene-java/Payloads Re

Boost token when storing document?

2008-07-13 Thread Darren Govoni
Hi, Sorry if I missed this in the documentation, but I wanted to know if Lucene allows boosting of tokens _within_ a field when a document is stored? Let me explain. Let's say I store the following field numbers: one one one two three Searching "numbers:" field with a boost on one will score hi

Indexing questions

2008-07-13 Thread spring
Hi, I have some questions about indexing: 1. Is it possible to open indexes with Multireader+IndexSearcher and add documents to these indexes simultaneously? 2. Is it possible to open indexes with Multireader+IndexSearcher and optimize these indexes simultaneously? 3. Is it possible to open index