Re: Custom updateProcessor for purpose of extracting interesting terms at index time

2015-03-23 Thread Ali Nazemian
Dear Alex, Hi, I am not sure about what would be the best way of doing such process, Would you please provide me some detail example about doing that on commit? like spell checker that you mentioned? Is is possible to do that using a custom analyzer on a copy field? In order to use MLT interesting

Re: Custom updateProcessor for purpose of extracting interesting terms at index time

2015-03-23 Thread Alexandre Rafalovitch
So, for a new document. You want to index the document, then read it, then add keywords and index again? This does sound like an infinite loop. Not sure there is a solution for this approach. You sure you cannot do it like spell checker does with compiling a side-car index on commit? Or even with