You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by William Branham <wi...@gmail.com> on 2019/09/13 18:08:37 UTC

Regarding lucene

Hi,

I come across Lucene. I want to build a full text search engine which does
the following

a. type-ahead
b. number of matches found before search
c. highlight the search word in the text found
d. easy navigation of results.
e. title and body search

i am trying to build an portable app using lucene similar to
http://table.branham.org/#/main

Do we have a similar demo for this? Please kindly help me with your
thoughts.

Thanks in advance.