Development

#2729 (sfLuceneHighlighter should hook into Zend_Search_Lucene queries for complete keyword matching)

You must first sign up to be able to contribute.

Ticket #2729 (assigned enhancement)

Opened 10 months ago

Last modified 3 months ago

sfLuceneHighlighter should hook into Zend_Search_Lucene queries for complete keyword matching

Reported by: Carl.Vondrick Assigned to: Carl.Vondrick (accepted)
Priority: minor Milestone:
Component: sfLucenePlugin Version:
Keywords: Cc:
Qualification: Unreviewed

Description

sfLuceneHighlighter currently can highlight full keywords, but will choke with wild cards. The highlighter should integrate with Zend_Search_Lucene's query parser to highlight keywords based on their query type.

This will make highlighting more advanced queries possible, such as query "*man" highlighting "man", "woman", and "superman".

Change History

01/02/08 10:45:03 changed by Carl.Vondrick

Foundation for this in r6883.

05/25/08 06:35:53 changed by Carl.Vondrick

(In [9236]) sfLucene: initial + primitive implementation of xfLuceneTokenizer (wip, refs #2729)

06/30/08 22:22:38 changed by Carl.Vondrick

  • status changed from new to assigned.