Id like to say that deal is part of https://issues.apache.org/jira/browse/SOLR-783
but looking @ it closely it might be different.
I think the issue is that delta-import does not have anything to match
it's last_index_time against when doing feeds. Im also interested in
that type of merge functionality.
- Jon
On Oct 30, 2008, at 11:46 PM, Lance Norskog wrote:
I have a DataImportHandler configured to index from an RSS feed. It
is a
"latest stuff" feed. It reads the feed and indexes the 100 documents
harvested from the feed. So far, works great.
Now: a few hours later there are a different 100 "lastest"
documents. How do
I add those to the index so I will have 200 documents? 'full-
import' throws
away the first 100. 'delta-import' is not implemented. What is the
special
trick here? I'm using the Solr-1.3.0 release.
Thanks,
Lance Norskog