You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by FANGXiaoshan <tr...@hotmail.com> on 2012/11/08 12:02:37 UTC

how to use tokenizer in solr under jetty?

Thanks.
 		 	   		  

Re: how to use tokenizer in solr under jetty?

Posted by Dmitry Kan <dm...@gmail.com>.
By specifying the tokenizer in question as a filter in schema.xml for your
text field type. In case it is your custom tokenizer, it must adhere to the
Lucene / SOLR API to submit tokens properly down the processing stream..
like these: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters.
This is web-server agnostic to my best knowledge.

- Dmitry

On Thu, Nov 8, 2012 at 1:02 PM, FANGXiaoshan <tr...@hotmail.com> wrote:

>
> Thanks.
>