Search Phrase Wildcard?
Hi all, I have my document like this: Solr web service Is there any ways that I can search like startswith: "So* We*" : found "Sol*": found "We*": not found Cheers, Samnang
Solr Multiple Queries?
Hi all, I just get started looking at using Solr as my search web service. But I don't know does Solr have some features for multiple queries: - Startswith - Exact Match - Contain - Doesn't Contain - In the range Could anyone guide me how to implement those features in Solr? Cheers, Samnang