xs2Abhishek schrieb:
Hi,

I am trying to make a decision on weather or not I can use Lucene for my
requirements, which mainly include data tagging. I have to be able to parse
or index a .txt file and then be able to extract text accordingly. For e.g
if the input document has some text like: "Location: New York" , so for this
input I should be able to extract "New York" if key word Location is
present. I am trying to learn about Lucene and looked into
"tokensFromAnalysis(analyzer, text)". But i'm still not sure how I could
extract data using lucene. Can I use queries to extract this piece of
information?

before feeding the content into Lucene you might want to pre-parse your content with Apache Tika or something similar.

Cheers

Michael
Any help on this would be appreciated.

Thanks,
Abhishek


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to