Greetings,

I'm trying to write a Java class which invoke Lenya to search contents in a publication, but I failed. The problem is I couldn't find an API for searching the contents. At the very beginning, I expected to see some class which contains search API like below.

[code]
  public List<SearchResult> search ( String keyword ) {
       // finding the contents and return a List of SearchResult instances.
  }
[/code]

But I couldn't find in any package. :(
Is there any documents I've missed? Any suggestion would be most appreciated.

Thank you in advance.
Chokchai Phatharamalai

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to