Ticket #33 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] Support for scores in HyperestraierSearch

Reported by: alberto@toscat.net Assigned to: athomas
Priority: major Component: pyndexter
Severity: normal Keywords: hype score
Cc:

Description

The following patch adds support for scores in Hyperestraier searches.

Attachments

hype_scores.patch (0.8 kB) - added by Alberto Valverde on 11/08/06 06:57:56.
hype_scores.2.patch (378 bytes) - added by alberto on 01/16/07 10:22:18.

Change History

11/08/06 06:57:56 changed by Alberto Valverde

  • attachment hype_scores.patch added.

01/03/07 05:55:22 changed by athomas

  • status changed from new to assigned.

01/15/07 09:53:37 changed by athomas

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

(In [364]) pyndexter:

  • Re-added Hype adapter as it seems I was mistaken about its demise (closes #33).
  • Xapian adapter is mostly functional now.
  • Hyperestraier swig adapter is mostly functional now.
  • Removed capability bits. This was ugly and I think the API is more Pythonic without it.
  • Added Lupy adapter.
  • Added a ComponentFactory mechanism for passing URI query parameters to component constructors.
  • Added an update(document) method to Indexer. Default behaviour is to simply discard and re-index.
  • Solved the state storage issue by allowing the Indexer to store index state. If the Indexer is incapable of this, a StateStore object can be provided directly to the Framework.

01/16/07 10:21:34 changed by alberto

  • status changed from closed to reopened.
  • resolution deleted.

Previous patch has a small bug. When Hype context is indexed using scores it returns a tuple, getitem shall fetch the first element

01/16/07 10:22:18 changed by alberto

  • attachment hype_scores.2.patch added.

01/16/07 18:16:45 changed by athomas

Actually that patch is not correct as it returns the URI instead of a Hit object. I've rectified this in the next changeset.

08/14/07 22:14:38 changed by athomas

Fixed in [365].

08/14/07 22:14:46 changed by athomas

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

Add/Change #33 ([PATCH] Support for scores in HyperestraierSearch)




Change Properties
Action