I have an opensearch description and am supposed to send my queries using that programmatically. Unfortunately, I’m really new to all of this- are there any examples out there using Lucene and Java?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know nothing about
OpenSearchbut I can give you some hints ofLucene. To makeLucenesearch you have to first make aLuceneindex of your data (text files, xml files, database, etc..).There are a lot of example how to use
Luceneall over the internet. This looks quite good example how to make aLuceneindex.This covers all: indexing, searching and displaying result (It is very simple example). Because your question is not very specific, this is as I can help. If you’ll have a specific problem, I would be happy to help.