Re: unexpected result with custom filter

2014-06-04 Thread Aman Tandon
Thanks Ahmet that worked Can anybody help me here to how should i start to develop and learn the solr internals, so that i can make these custom solr developments efficiently with proper understanding for all these classes. With Regards Aman Tandon On Wed, Jun 4, 2014 at 1:30 PM, Ahmet Arsla

Re: unexpected result with custom filter

2014-06-04 Thread Ahmet Arslan
Hi Aman, What you see is normal. If you want to convert it to a string useĀ  this.termAttribute.toString(); Please see source code of org.apache.lucene.analysis.br.BrazilianStemFilter for an example. Ahmet On Wednesday, June 4, 2014 10:21 AM, Aman Tandon wrote: Hi, I am new in solr and i

unexpected result with custom filter

2014-06-04 Thread Aman Tandon
Hi, I am new in solr and i am trying to create the custom filter, to create that filter i just copied the lowercasefilter and making all the changes in the increment token, but to make sure that my changes are applying properly, i am also printing some debugging info in log. public final boolean