Jump to content

call java class in php


Petani

Recommended Posts


hi guys, i have problem write java class in php via php java bridge.

 

i try write this java code in php:

http://www.lucenetutorial.com/lucene-in-5-minutes.html

 

when i found this line:

 

IndexReader reader = DirectoryReader.open(index);

 

i dont get it how to write it in php.

i've tried but error result.

 

in DirectoryReader class, i found:

public static DirectoryReader open(Directory directory)

    throws IOException

{

    return StandardDirectoryReader.open(directory, null, 1);

}

 

but, when it be like this:

 

Query q = new QueryParser(Version.LUCENE_40, "content", analyzer).parse(querystr);

 

i write in php like below:

 

$query = new Query\QueryParser($version->LUCENE_43,'content',$analyzer);

$query->parse($querystr);

 

it's no error.

 

 

so, could you help me how to write it in php??

thanks in advance.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.