indexer
{
	mem_limit = 16M
}

source test
{
	type 			= xmlpipe2
	xmlpipe_command	=
}

index test
{
	source			= test
	charset_type	= utf-8
	path			= data/test
	regexp_filter	= a => b
}
