Top "Text-search" questions

MongoDB: Text search (exact match) using variable

MongoDB 3.4 I have a value in a variable. val1 = "Fort Minor" I need to search in a collection stores (with …

mongodb text-search exact-match
Lucene Sample Query

When I search by phrase "ph1 ph2" it finds texts that contains "ph1" or "ph2". String line = "ph1 ph2"; QueryParser …

java lucene text-search