Zend Framework

Wildcard queries

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.5.0
  • Component/s: Zend_Search_Lucene
  • Labels:
    None
  • Fix Version Priority:
    Must Have

Description

That would be good to have wildcard queries to be implemented.

There was a request for this feature in FW-General mailing list

Activity

Hide
Bill Karwin added a comment -

Assign to Alexander.

Show
Bill Karwin added a comment - Assign to Alexander.
Hide
Nils Caspar added a comment -

I think this feature is very important. Looking for "test" should also find "tests" (by internal adding the "*").

Show
Nils Caspar added a comment - I think this feature is very important. Looking for "test" should also find "tests" (by internal adding the "*").
Hide
Alexander Veremyev added a comment -

Yes. I do agree.
It's only postponed to the post-1.0 period.

From the other side the functionality you mentioned should be implemented through appropriate Analyzer, which reduces all lexemes to their base-words:
--------
test => test
tests =>test
tested => test
testing => test
-------

Show
Alexander Veremyev added a comment - Yes. I do agree. It's only postponed to the post-1.0 period. From the other side the functionality you mentioned should be implemented through appropriate Analyzer, which reduces all lexemes to their base-words: -------- test => test tests =>test tested => test testing => test -------
Hide
Alexander Veremyev added a comment -

Done.

Show
Alexander Veremyev added a comment - Done.

People

Vote (7)
Watch (7)

Dates

  • Due:
    Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
1d
Original Estimate - 1 day
Remaining:
1d
Remaining Estimate - 1 day
Logged:
Not Specified
Time Spent - Not Specified