Re: realtime indexing

2007-11-16 Thread Antoine Baudoux
Hi, I'm trying to implement a similar solution. Could you be more precise on how you handle duplicates, as well as document deletion? Thx, Antoine On Nov 16, 2007, at 7:44 AM, John Wang wrote: Hi: It was interesting hearing about the need for real time ind

Re: realtime indexing

2007-11-16 Thread John Wang
Thanks Kay. I am doing exactly what you are saying. Just to elaborate: So whatever is submitted to the RAM index is always the latest, any deletes (an update is a delete + an add) submitted to the any of the ram indexes is recorded (discarded when the ram index is discarded) with the uid. That

Re: realtime indexing

2007-11-16 Thread Kay Röpke
On Nov 16, 2007, at 11:59 AM, Antoine Baudoux wrote: I'm trying to implement a similar solution. Could you be more precise on how you handle duplicates, as well as document deletion? The key probably is (it was for us, anyway) that you have a fast way of determining whether or

Re: Stack Trace - RE: gdata server

2007-11-16 Thread Simon Willnauer
Hello Christopher, I did set it up and I have a version running but the last time I did set it up is about a year ago. I did develop this very early alpha version and there are many many bugs. Unfortunately I don't have the resources for any further developement at the moment and within the next c

Payloads, Tokenizers, and Filters. Oh My!

2007-11-16 Thread Tricia Williams
Hi All, I'll explain what I'm working on, and then I'll ask my two questions. I'm working on the issue https://issues.apache.org/jira/browse/SOLR-380 which is a feature request that allows one to index a "Structured Document" which is anything that can be represented by XML in order to pr

答复: 答复: how to effeciently imple ment the stastical scores like p agerank?

2007-11-16 Thread Zhou Qi
It works. John and Michael Thank you very much. Best Regards, Zhou Qi Dept. Computer Science & Engineering Shanghai Jiaotong University -邮件原件- 发件人: Michael Busch [mailto:[EMAIL PROTECTED] 发送时间: 2007年11月16日 2:34 收件人: java-user@lucene.apache.org 主题: Re: 答复: how to effeciently implement

Payloads, Tokenizers, and Filters. Oh My!

2007-11-16 Thread Tricia Williams
Hi All, I'll explain what I'm working on, and then I'll ask my two questions. I'm working on the issue https://issues.apache.org/jira/browse/SOLR-380 which is a feature request that allows one to index a "Structured Document" which is anything that can be represented by XML in order to