Re: how to ignore full stop for specific word

2014-11-06 Thread Paul Libbrecht
My trick would be to replace .net with dotNet (or use some funky Unicode-letter to replace the dot). If you use consistently the same analyzer-chain, then it will match cleanly. paul On 6 nov. 2014, at 12:42, Rajendra Rao wrote: > I have some word which contain full stop (.) itself ,examp

Fwd: how to ignore full stop for specific word

2014-11-06 Thread Rajendra Rao
Hello , I have some word which contain full stop (.) itself ,example is (1) .Net , asp.net .i want lucene consider it as a single word not full stop . how to achieve it. another problem is some word contain specific format like c# .lucene not searching this type of word. if word

how to ignore full stop for specific word

2014-11-05 Thread Rajendra Rao
Hello , I have some word which contain full stop (.) itself ,example is (1) .Net , asp.net .i want lucene consider it as a single word not full stop . how to achieve it. another problem is some word contain specific format like c# .lucene not searching this type of word. if word