Apache Lucene for J2EE 1.4

dmak2709 :

I want to make a Google like search with suggested results. The data is fetched from a Oracle database.

So far I successfully manage to develop the search function in Java 8 and it works perfectlly. But the target machine uses Java 4 and can't be upgraded.

Can I use the fast full text search provided by Lucene in J2EE 1.4?

I know that the minimum sys. requirement is Java 8 but is it possible maybe to recomplie the source code since it is available and use it. If so how can I deploy the new jars.

edwgiz :

One option is to use old version of Lucene that supports Java 1.4, for example https://archive.apache.org/dist/lucene/java/2.9.4/

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=23244&siteId=1