Re: how to implement a TokenFilter?

2012-12-22 Thread Rafał Kuć
Hello! A small example with some explanation can be found here: http://solr.pl/en/2012/05/14/developing-your-own-solr-filter/ -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hi, > I need a guide to implement my own TokenFilter. I checked the wiki, but I > c

all the documents are not getting indexed in solr 3.6.1

2012-12-22 Thread khem_99
I am trying to index some documents in 3.6.1 using text_ja field and copying it to string field so that I can do an exact match on copy field, but it seems that all the documents are not getting indexed. Does any one know if this is a problem in 3.6.1 but if I switch f1 to string

Re: how to implement a TokenFilter?

2012-12-22 Thread Xi Shen
thanks, i read this ready. it is useful, but it is too 'small'... e.g. for this.charTermAttr = addAttribute(CharTermAttribute.class); i want to know what are the other attributes i need in order to implement my function. where i can find a references to these attributes? i tried on lucene & solr