My favorites | Sign in
Logo
                
Search
for
Updated Mar 25, 2009 by rune.juhl.petersen
Labels: Featured, Phase-Design
Indexing  
How you can index your data in plain

Introduction

When you full text index your data, it's often done close to the datalayer. Often it is actually integrated to the persistant layer.

The goal with indexing data in plain is to enable you to index data close to the domain model. Transparent access to the indexes is done by decorating your data layer with an index layer that will handle your indexes for you.

Details

see Searching


Sign in to add a comment
Hosted by Google Code