I want to find a word and located sentences in the file;
For example:
I love java. It is a programming language. İ am X. Everybody loves JavaFX.
Search: java
Display:
I love java.
Everybody loves JavaFX.
Source code please...:o
Printable View
I want to find a word and located sentences in the file;
For example:
I love java. It is a programming language. İ am X. Everybody loves JavaFX.
Search: java
Display:
I love java.
Everybody loves JavaFX.
Source code please...:o
Apache Lucene - Overview
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search...