Issue Details (XML | Word | Printable)

Key: KATTA-190
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Johannes Zillmann
Reporter: Mathias Walter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Katta

make inner classes of LuceneServer protected

Created: 14/Mar/11 02:57 PM   Updated: 14/May/11 04:24 PM
Component/s: search
Affects Version/s: 0.6.3
Fix Version/s: 0.6.4

File Attachments: 1. Text File KATTA-190.patch (3 kB)



 Description  « Hide
To extend LuceneServer more easily and to implement custom or enhanced search methods it is necessary to make the inner classes of LuceneServer protected and make some of their properties public or create getter/setter methods for it.

The attached patch makes the inner classes protected and some properties public.



 All   Comments   Change History   git Commits      Sort Order: Ascending order - Click to sort in descending order
Mathias Walter added a comment - 14/Mar/11 03:15 PM
I accidentally set the priority to major. Indeed, it is trival.

Johannes Zillmann added a comment - 14/May/11 04:24 PM
Patch commited.
Also i had to leave out SearchResult#_taskIndex which was probably contained in another path !?
And i added getter for the SearchResult fields instead of making them public.