Lucene.net problem with wildcard search
I have a worker service that writes data into a lucene database.
I have tried different analyzers all have the same problem. (the problem is most likely in my search code)
Client code:
An example filename that I search for is "Skype"
These searches give the correct result:
ky
kyp
kype
These search do not give any result (all starting with the first letter)
Sk
Sky
Skyp
Skype
When debugging I can see that the variable "SearchFor" is correct and not truncated.
0 Replies