Posted by maulwuff on June 24, 2008 at 4:26pm
Jump to:
| Project: | xapian |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Does xapian use the core search module in any way? I know, that it uses its frontend.
But what about indexing? I have reduced my index-amount-per cron on the core search to the lowest number.
Is this ok?
What about completely disabling indexing by search module if it is not needed anymore? (a hack has to be applied already, so there would be no difference)
Comments
#1
Ultimately I agree that we will want to disable core's indexing. At this time, this module is still in a beta state, and it's useful to be able to switch back and forth between Xapian and core Drupal search to compare performance and scalability.
To explicitly answer your question: the core search module's indexes are not used by Xapian in any way.
#2
thx for your fast answer ;)
#3
Automatically closed -- issue fixed for two weeks with no activity.