001    package railo.runtime.search;
002    
003    
004    // FUTURE add to  SearchCollection
005    public interface SearchCollectionPlus extends SearchCollection {
006    
007            void addIndex(SearchIndex si);
008    
009    }