You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by anshuljohri <mi...@gmail.com> on 2008/07/22 21:15:48 UTC

Incremental indexing of database

Hi,

In my project i have to index whole database which contains text data only.
So if i follow incremental indexing approch than my problem is that how will
I pick delta data from database. Is there any utility in solr to keep track
the last indexed record. Or is there any other approch to solve this
problem. 

Thanks,
Anshul Johri
-- 
View this message in context: http://www.nabble.com/Incremental-indexing-of-database-tp18596613p18596613.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Incremental indexing of database

Posted by anshuljohri <mi...@gmail.com>.
Thanks Paul, this is what I was looking for :)

-Anshul Johri


Noble Paul നോബിള്‍ नोब्ळ् wrote:
> 
> Did you take a look at DataImportHandler?
> 
> On Wed, Jul 23, 2008 at 1:57 AM, Ravish Bhagdev
> <ra...@gmail.com> wrote:
>> Can't you write triggers for your database/tables you want to index?
>> That way you can keep track of all kinds of changes and updates and
>> not just addition of a new record.
>>
>> Ravish
>>
>> On Tue, Jul 22, 2008 at 8:15 PM, anshuljohri <mi...@gmail.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> In my project i have to index whole database which contains text data
>>> only.
>>> So if i follow incremental indexing approch than my problem is that how
>>> will
>>> I pick delta data from database. Is there any utility in solr to keep
>>> track
>>> the last indexed record. Or is there any other approch to solve this
>>> problem.
>>>
>>> Thanks,
>>> Anshul Johri
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Incremental-indexing-of-database-tp18596613p18596613.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>>
>>
> 
> 
> 
> -- 
> --Noble Paul
> 
> 

-- 
View this message in context: http://www.nabble.com/Incremental-indexing-of-database-tp18596613p18604146.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Incremental indexing of database

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com>.
Did you take a look at DataImportHandler?

On Wed, Jul 23, 2008 at 1:57 AM, Ravish Bhagdev
<ra...@gmail.com> wrote:
> Can't you write triggers for your database/tables you want to index?
> That way you can keep track of all kinds of changes and updates and
> not just addition of a new record.
>
> Ravish
>
> On Tue, Jul 22, 2008 at 8:15 PM, anshuljohri <mi...@gmail.com> wrote:
>>
>> Hi,
>>
>> In my project i have to index whole database which contains text data only.
>> So if i follow incremental indexing approch than my problem is that how will
>> I pick delta data from database. Is there any utility in solr to keep track
>> the last indexed record. Or is there any other approch to solve this
>> problem.
>>
>> Thanks,
>> Anshul Johri
>> --
>> View this message in context: http://www.nabble.com/Incremental-indexing-of-database-tp18596613p18596613.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
>



-- 
--Noble Paul

Re: Incremental indexing of database

Posted by Ravish Bhagdev <ra...@gmail.com>.
Can't you write triggers for your database/tables you want to index?
That way you can keep track of all kinds of changes and updates and
not just addition of a new record.

Ravish

On Tue, Jul 22, 2008 at 8:15 PM, anshuljohri <mi...@gmail.com> wrote:
>
> Hi,
>
> In my project i have to index whole database which contains text data only.
> So if i follow incremental indexing approch than my problem is that how will
> I pick delta data from database. Is there any utility in solr to keep track
> the last indexed record. Or is there any other approch to solve this
> problem.
>
> Thanks,
> Anshul Johri
> --
> View this message in context: http://www.nabble.com/Incremental-indexing-of-database-tp18596613p18596613.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>