On Sun, Jun 9, 2019 at 8:53 PM Tomoko Uchida <[email protected]> wrote: > > Hi, > > What analyzer do you use for the text field? Is the term "Main" > correctly indexed?
Agreed. Also, it would be good if you could post your actual code. What analyzer are you using? If you are using StandardAnalyzer, then all of your terms while indexing will be lowercased, AFAIK, but your query will not be analyzed until you run a QueryParser on it. Atri -- Regards, Atri Apache Concerted --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
