Order adding data into properties

"allby" <[email protected]> Fri, 18 Aug 2006 03:31:27 -0700 (PDT)
Newsgroups gmane.comp.web.swish-e
Message-ID <[email protected]>
Now I used that congig to index

	PropertyNameAlias swishdescription body 
	StoreDescription HTML2 <body> 250

But I want insert data in properties in storng order.
Example:
First from <body>
Next from <description>

But if I write:

	PropertyNameAlias swishdescription description body

insert order same as order appear tags in page.

Can your add some directive for insert order or change format of current directive?