Files | Admin

Notes:

Release Name: 0.1.2

Notes:
%3D%3D+FEATURES%3A%0A%0A*+DRb+frontend%0A*+easy+to+use+client+library+(see+below)%0A*+multi+index+search%0A*+Index+rotation%0A++Stellr+always+keeps+two+versions+of+your+index+around+-+one+is+used+in+a%0A++multi+threaded%2C+read+only+way+to+handle+incoming+search+requests%2C+while+the%0A++other+one+is+written+to+when+you+index+something.%0A++Using+the+switch+function+you+may+decide+when+to+switch+over+searching+from+%0A++the+old+index+to+the+new+one.+Then%2C+changes+will+be+synced%2C+and+searches+will%0A++see+the+new+or+updated+data+from+before+the+switch+call.%0A*+Index+synchronization%0A++Two+kinds+of+synchronization+methods+are+supported+for+now%3A+rsync%2C+using+rsync%0A++two+copy+over+the+changes+from+one+index+to+the+other%2C+and+static%2C+which+will%0A++completely+replace+the+old+index+with+the+new+one.+While+the+latter+is+suitable%0A++for+indexes+which+you+rebuild+completely+from+time+to+time%2C+the+former+is+good%0A++for+large+indexes+that+are+updated+frequently+or+that+are+too+large+for+frequent%0A++rebuilds.%0A%0A%3D%3D+SYNOPSIS%3A%0A%0A*+start+the+server%3A


Changes: %3D%3D+0.1.2+%2F+2008-08-21%0A%0A*+Add+json+serialization+support+to+search+results