On 10/23/12 10:25 AM, Troy Wical wrote:
> [root(at)not-real.purple /usr/local/www/cgi-bin]# cat .swishcgi.conf
> use lib ( '/usr/local/lib/swish-e/perl' );
>
>
> return {
> title => ' ',
> page_size => 20,
> swish_binary => '/usr/local/bin/swish-e',
> display_props => [qw/ swishtitle swishdescription /],
> swish_index =>
> ['/home/mail-archive/search/t2.index/index.swish-e'],
> select_indexes => {
> method => 'checkbox_group',
> labels => ['Type2'], # Must match up one-to-one to
> swish_index
> description => 'Select mailing list(s): ',
> }
> }
> [root(at)not-real.purple /usr/local/www/cgi-bin]# cat /home/mail-archive/search/t2.conf
> IndexDir /usr/local/www/data.type2/mail-archive/type2
> IndexReport 1
> DefaultContents TXT*
> StoreDescription TXT 10000
Try changing that to:
DefaultContents XML*
StoreDescription XML* 10000
Glad to hear swish3 is working on FreeBSD.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users(at)not-real.lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Tue Oct 23 2012 - 15:30:29 GMT