Ticket #975 (assigned defect)
Search.onlyType() can return different types
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0-Beta4 |
| Component: | Search | Version: | 3.0-M1 |
| Keywords: | hibernate search | Cc: | jburel, atarkowska, carlos@… |
Description
Under some circumstances:
Class[] klass = new Class[1]; klass[0] = TagAnnotation.class; search.onlyAnnotatedWith(klass); search.onlyType(Image.class); search.bySomeMustNone(new String[] { "an*" }, null, null);
can return more than images.
Change History
Note: See
TracTickets for help on using
tickets.
