Hello.
I'm trying to make sample search application with Lucene.

search() method of IndexSearcher class searches documents with given query,
and returns TopDocs instance. TopDocs instance has array of ScoreDoc
instances.

My question is:
1. Will query be tokenized during search?
2. If so, does ScoreDoc instance have only one token's hit for term?

Reply via email to