Ticket #205 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

When fedoragsearch starts up, create database if it doesn't exist

Reported by: ebrown Assigned to: somebody
Priority: unassigned Milestone:
Component: topaz Version: 0.5-SNAPSHOT
Keywords: search fedora Cc:
Blocking: Blocked By:

Description

Assuming somebody is going to call updateIndex("createEmpty"... is a bit onerous.

Dependency Graph

Change History

10/27/06 23:12:17 changed by ebrown

(In [879]) Hopefully permanently remove need for [861] on fedora-install by windows users

Don't know why, but windows lucene wants its database initialized whereas unix appears to do this for free. This work around here simply copies in an initialized db before fedora is started.

It may be better to do [861] but fedora needs to be started to do this and it needs to happen only once after fedora is started the first time. This is more difficult to work into our scripts (and might even require a modification to fedora).

fedoragsearch should probably be modified to do a check on the existance of the database in its context initializer. re #205.

11/16/06 22:27:44 changed by ebrown

  • status changed from new to closed.
  • resolution set to fixed.

(In [1134]) Fixes #205 When fedoragsearch starts, create db if it doesn't exist

This was hacked in [879] for windows users and will be removed soon when the separate search service is enabled. Thus fixing it the right way now is a good thing. Also addresses #200.

11/17/06 15:39:26 changed by ebrown

(In [1157]) Remove fedoragsearch from fedora now that we have search service re #200

This reverts [825] & [879] re #199 & #205.

11/20/06 13:21:56 changed by ebrown

(In [1205]) Ensure that resources are released on initialization. Goes with [1134]

re #205 & #200

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted