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

search() method of IndexSearch class searches documents with query, and
returns TopDocs instance. TopDocs instance includes array of ScoreDoc
instances. My Question is:

1. Will query be tokenized during a search?
2. If so, does ScoreDoc instance in the array have only one token's hit?

Reply via email to