[KinoSearch] Lots of orphaned .f* files

Chris Nandor projects at pudge.net
Tue Feb 13 11:14:15 PST 2007



At 11:07 -0800 2007.02.13, Marvin Humphrey wrote:
>I'm curious whether you have fields which are specified as not
>indexed.

No, I spec every field with indexed => 1.  I have some which are not
stored, and some which are not analyzed.

	$writer->spec_field(
		name    	=> $field,
		analyzer	=> $analyzer,
		analyzed	=> $analyzer ? 1 : 0,
		indexed		=> 1,
		stored  	=> $is_primary ? 1 : 0,
		vectorized	=> 0,
	);

-- 
Chris Nandor                      pudge at pobox.com    http://pudge.net/
Open Source Technology Group       pudge at ostg.com     http://ostg.com/

_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch




More information about the kinosearch mailing list