View Single Post
Old 03-30-2004, 01:02 AM   #1
synnalagma
Green Mole
 
Join Date: Mar 2004
Posts: 22
Indexing one page at a time

Hi,

I'm doing a website with a big document database. I want index this documents (mainly pdf).

I have an interface to add documents to the database and what I want is to index the document at this time.

The problem i have is that there's a time limit on the server. I have written a php script that link and indexed it but after some times it reindex all document wich take too much time.

So i think the solution would be to index or reindex documents only when I know that there are added or modified.

Is there a function I can use to index (or reindex) a specific document ?

Thanks for your help and sorry for my poor english.
synnalagma is offline   Reply With Quote