I\'m working on a company search API using Lucene. My Lucene company index has got 2 companies: 1.Abigail Adams National Bancorp, Inc. 2.National Bancorp
If the user typ
You can use KeywordAnalyzer to index and search on this field. Keyword Analyzer will generate only one token for the entire string.