I have a project search and retrieval that uses Lucene, and search indexes generated by the entity for Lucene. Can I use the Blur to check for these indices or should I build classes for the Blur manages the index?
obs: for indexing, i have used the notations @field; @indexed; @stored, etc...
