Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > create my own search feature with eclipse RCP

Reply
Thread Tools

create my own search feature with eclipse RCP

 
 
dao
Guest
Posts: n/a
 
      10-29-2008
Hello,

does anybody has an example of search feature creation using
org.eclipse.search? I'd like to create my own search feature in a
lucene database.


I have tried 2 solutions:

I have tried to create classes that implements ISearchQuery,
ISearchResult and ISearchPage. So that, I can add a page to the search
dialog box and launch a Job that performs my query in my lucene
databases. But it is a long way to fetch the results in the search
view: I have to manage the search view by hand (listener, updates,
synchronization...) and to provide the same level of flexibility to
the user (sort by, different tree views or tables...)

I have tried to use the abstract classes that support text search
(FileSearchQuery, AbstractTextSearchResult, TextSearchPage). But Those
abstract classes are neatly tied to the IFiles. It seems not possible
to look for other objects than files. furthermore, I have to use
internal classes.
 
Reply With Quote
 
 
 
 
dao
Guest
Posts: n/a
 
      11-12-2008
Is there anybody out there (Am)?

On 29 oct, 15:13, dao <dao.ho...@gmail.com> wrote:
> Hello,
>
> does anybody has an example of search feature creation using
> org.eclipse.search? I'd like to create my own search feature in a
> lucene database.
>
> I have tried 2 solutions:
>
> I have tried to create classes that implements ISearchQuery,
> ISearchResult and ISearchPage. So that, I can add a page to the search
> dialog box and launch a Job that performs my query in my lucene
> databases. But it is a long way to fetch the results in the search
> view: I have to manage the search view by hand (listener, updates,
> synchronization...) and to provide the same level of flexibility to
> the user (sort by, different tree views or tables...)
>
> I have tried to use the abstract classes that support text search
> (FileSearchQuery, AbstractTextSearchResult, TextSearchPage). But Those
> abstract classes are neatly tied to the IFiles. It seems not possible
> to look for other objects than files. furthermore, I have to use
> internal classes.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eclipse standalone RCP plugin application does not start in WinXP Gerd Rother Java 4 03-31-2006 09:33 PM
Multi Application GUI Framework - Eclipse RCP? tkimzey@yahoo.com Java 3 03-09-2006 04:00 AM
How do I document an eclipse rcp? Matthias Reining Java 2 02-24-2006 02:53 PM
looking for eclipse plugin for user management in RCP application Dominik Java 1 12-06-2004 08:23 PM
Newbie Question: Eclipse RCP - three questions Marcin Misiewicz Java 1 08-19-2004 12:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57