#727 closed defect (notabug)
re-indexing
Reported by: | GiulianoM | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Backend-Chert | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
is there a way to force xapian to re-index the documents? the case: in chamilo we install xapian before uploading documents as they can be indexed. but as we dont know now if it is working fine we are not sure it is indexing docs. we want to continue uploading docs to do not stop working and when we are sure xapian works fine we wouldnot re-upload all docs. maybe a re-index command can be launched, i didnt found in xapian admin guide.
thanks
Note:
See TracTickets
for help on using tickets.
Xapian just indexes what it's told to by API calls made by the application - it's the responsibility of the application code to deal with this sort of thing and make the appropriate API calls. Xapian knows nothing about the source of the data, so it can't trigger in response to updates by itself.