Re: [DOCS] CREATE CUSTOM TEXT SEARCH PARSER

2010-11-02 Thread Katharina kuhn
Kevin Grittner wrote: > Katharina kuhn wrote: > > > I'd like to build a custom text search parser and then use it > > within a custom text search configuration. > > It would be great if you could give us an example showing how to > > build a custom parser, including

[DOCS] CREATE CUSTOM TEXT SEARCH PARSER

2010-10-26 Thread Katharina kuhn
Hi, I'd like to build a custom text search parser and then use it within a custom text search configuration. It would be great if you could give us an example showing how to build a custom parser, including examples of start, gettoken and end functions. It would be even greater if one could add cus