c# - Lucene.Net Search with "#" Not working -


i'm using lucene.net search records in website. have lots of records special character hash ("#") "c#", "c#.net", etc...

but when search using term "c#" lucene not returning results. have checked lucene escaping special characters, "#" not in characters list.

is there way search term "#" on lucene.net?

i have created own analyzer using whitespacetokenizer , wroked.

https://issues.apache.org/jira/browse/lucenenet-595

thanks, singaravelu


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -