If not how do you make this work with them and which is better?
e.g. when searching for "mi" i would like results with "microsoft" to potentially show up in a result even though there is no "keyword" like "mi" specifically.
|
|
Yes and Yes. Lucene has PrefixQuery:
You can also use the Lucene query parser syntax and define the prefix search by using a wildcard In Sphinx it seams you have to do the following:
|
||||
|