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.
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
How can we implement faceted search with lucene