Re: Re-indexing a particular field only without re-indexing the entire enclosing document in the index

2012-04-25 Thread KARTHIK SHIVAKUMAR
Hi >>"Update Index" for the dynamic data I have done this in Past ..It worked for me long time ago, All u need is have a piece of Code to Search and find the Specific Doc within the Index's ( probably using the Unique name for document ) Then delete the same and insert the same Fresh Documen

Re: lucene algorithm ?

2012-04-25 Thread Yang
additionally, anybody knows roughly (of course the details are a secret, but I guess the main ideas should be common enough these days) how google does fast ranking in cases of multi-term queries with AND ? (if their postings are sorted by PageRank order, then it's understandable that a single ter

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
Thanks for your suggestion Ian, but I just found out that if I replace the KeywordTokenizer with a WhitespaceTokenizer, all seems to work fine. Just to test what happens, I created another field 'orig', using this analyzer: analyzer KeywordLowered{ tokenizer = KeywordTokenizer tokenfil

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Ian Lea
You seem to be quietly going round in circles, by yourself! I suggest a small self-contained program/test case with a RAM index created from scratch. You can then experiment with inject on or off and if you still can't figure it out, post the code and hopefully someone will be able to help you ma

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
I keep replying to myself, it all gets a bit confusing. The problem still exists and I don't understand why, and why it worked once. I have the same behavior again as posted in my first mail: - Inject parameter is set to true. - The index has _no deleted documents_ and is optimized. - The term 'c

Re: Re-indexing a particular field only without re-indexing the entire enclosing document in the index

2012-04-25 Thread Erick Erickson
There's no update-in-place, currently you _have_ to re-index the entire document. But to the original question: There is a "limited join" capability you might investigate that would allow you to split up the textual data and metadata into two different documents and join them. I don't know how we

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
Problem solved. Long story short: for some reason I had deleted documents in the index and the non-deleted documents used the phonetic filter with inject set to false. Works fine now :) On 04/23/2012 09:27 PM, Elmer van Chastelet wrote: Hi all, (scroll to bottom for question) I was setting

Re: Re-indexing a particular field only without re-indexing the entire enclosing document in the index

2012-04-25 Thread Torsten Krah
Am Dienstag, den 24.04.2012, 21:57 +0530 schrieb KARTHIK SHIVAKUMAR: > Simple Techniques is to use "Update Index" for the dynamic data > colum > > rather then re-indexing the whole document. Just for interest, how do you do that? smime.p7s Description: S/MIME cryptographic signature