|
Indexing
How you can index your data in plain
IntroductionWhen 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. Detailssee Searching |
Sign in to add a comment