How Can I Deal with Special Chars like #, /,

2010-11-10 Thread K a r n a
How can I search when my search term contains #, /, &. $, @, ',(,),{,},[,],|,\-,+,=,*,!,~,`etc for example If I want to search C#, Asp.net, Accounting/ Audinting, Banking & Financial... How I can prepare a search query for the above keywords ... Please let me know if anyone knows the solution.

Re: [jira] Closed: (LUCENENET-385) Searching string with Special charactor not working

2011-01-16 Thread K a r n a v
even i tried the same..and faced the same prob..but i solved differently.while indexing i've replaced the special chars with predefined special codes...and while searching i used the same mapping table for special chars-to-codes ex: if search string is like karunaker&&reddy while

[Lucene.Net] How can we implement faceted search with lucene

2011-05-13 Thread K a r n a v
How can we implement faceted search with lucene