Hello, First thanks for your responses! I have found a way to improve the search for us.
What I did was build an own search collection. I retrieve all objects which have searchable properties and write the object to an html file with the values of all its searchable properties to a specific directory. I index this directory each period of time. As result of this index i have one collection with all objects in it. Searching this collection is faster than searching the collections Spectra maintains (cfa_typeSearch and cfa_allTypeSearch) because the use a seperate index for each property. I think the time-winning is due to the less number of collections and/or less number of entries I have to search now. The only problem is that a property specific search is not possible anymore, but if you want that you can use the spectra search capabilies. Cheers, Johan ========= Johan Coens <theFactor.e> Premium Partner for Macromedia "Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world." Albert Einstein ========= ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
