Re: Question about IndexSearcher.search()

2019-01-25 Thread Shawn Heisey
On 1/24/2019 11:11 PM, NDelt wrote: Hello. I'm trying to make sample search application using Lucene. You're on the solr-user mailing list. If you want help with Lucene, you'll need to ask your question on the java-user mailing list instead. https://lucene.apache.org/core/discussion.html T

Question about IndexSearcher.search()

2019-01-24 Thread NDelt
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 Sco