Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Jazz Full Text Search API

Hi,

I would like to be able to use the Jazz full text search api to implement an eclipse-based applicaition. Can somebody point me out to where I should look at or what are the classes/interfaces that I need?

Also, for future reference, how can I find a full Jazz API? I would sometimes like to know, for example, the available type ID's for team artifacts (e.g. work items, changesets, etc).

Your help will be greatly appreciated.

Thanks,
Petcharat

0 votes



2 answers

Permanent link
Hi Petcharat

I would like to be able to use the Jazz full text search api to
implement an eclipse-based applicaition. Can somebody point me out
to where I should look at or what are the classes/interfaces that I
need?

The starting point for your task is probably:
com.ibm.team.fulltext.client.IFullTextClientLibrary

You can get the client library by using
ITeamRepository repository=...
IFullTextClientLibrary library= (IFullTextClientLibrary)
repository.getClientLibrary(IFullTextClientLibrary.class);

The JavaDoc for IFullTextClientLibrary contains further references.

Also, for future reference, how can I find a full Jazz API? I would
sometimes like to know, for example, the available type ID's for team
artifacts (e.g. work items, changesets, etc).

The Jazz components all have the same structure. The API (on the client)
is typically available from a client library (the full text library
mentioned above is one example).

To find the client library for a component look into the plugin and
package named
com.ibm.team.<component>.client

The item types are also always available on the interface of an
artifact, e.g.
IWorkItem.ITEM_TYPE
IChangeSet.ITEM_TYPE
....

HTH,
Patrick
Jazz Work Item Team

1 vote


Permanent link
Thank you very much!

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Jul 03 '08, 3:13 p.m.

Question was seen: 7,450 times

Last updated: Jul 03 '08, 3:13 p.m.

Confirmation Cancel Confirm