Uses of Interface
railo.runtime.search.IndexResult

Packages that use IndexResult
railo.runtime.search   
railo.runtime.search.lucene2   
 

Uses of IndexResult in railo.runtime.search
 

Classes in railo.runtime.search that implement IndexResult
 class IndexResultImpl
           
 

Fields in railo.runtime.search declared as IndexResult
static IndexResult IndexResultImpl.EMPTY
           
 

Methods in railo.runtime.search that return IndexResult
 IndexResult SearchCollectionSupport.delete()
           
 IndexResult SearchCollectionSupport2.delete()
           
 IndexResult SearchCollection.delete()
          delete the collection
 IndexResult SearchCollectionSupport.deleteCustom(String id, QueryColumn keyColumn)
           
 IndexResult SearchCollectionSupport.deleteIndex(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollectionSupport2.deleteIndex(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollection.deleteIndex(PageContext pc, String key, short type, String queryName)
          delete a Index from collection
 IndexResult SearchCollectionSupport.deleteIndexNotCustom(PageContext pc, String key, short type, String queryName)
           
 IndexResult SearchCollectionSupport.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, long timeout, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport2.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, long timeout, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollectionSupport2.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
           
 IndexResult SearchCollection.index(PageContext pc, String key, short type, String urlpath, String title, String body, String language, String[] extensions, String query, boolean recurse, String categoryTree, String[] categories, String custom1, String custom2, String custom3, String custom4)
          updates a index of a collection
 IndexResult SearchCollectionSupport2.indexCustom(SearchIndex si, QueryColumn colTitle, QueryColumn keyColumn, QueryColumn[] bodyColumns, QueryColumn ct1Column, QueryColumn ct2Column, QueryColumn ct3Column, QueryColumn ct4Column)
           
 IndexResult SearchCollectionSupport2.indexCustom(SearchIndex si, QueryColumn colTitle, QueryColumn keyColumn, QueryColumn[] bodyColumns, QueryColumn urlpath, QueryColumn ct1Column, QueryColumn ct2Column, QueryColumn ct3Column, QueryColumn ct4Column)
           
 IndexResult SearchCollectionSupport.indexCustom(String id, Object title, QueryColumn keyColumn, QueryColumn[] bodyColumns, String language, Object urlpath, Object custom1, Object custom2, Object custom3, Object custom4)
           
 IndexResult SearchCollectionSupport.indexCustom(String id, QueryColumn title, QueryColumn keyColumn, QueryColumn[] bodyColumns, String language, QueryColumn custom1, QueryColumn custom2, QueryColumn custom3, QueryColumn custom4)
           
 IndexResult SearchCollectionSupport2.indexCustom(String id, QueryColumn title, QueryColumn keyColumn, QueryColumn[] bodyColumns, String language, QueryColumn custom1, QueryColumn custom2, QueryColumn custom3, QueryColumn custom4)
           
 IndexResult SearchCollection.indexCustom(String id, QueryColumn title, QueryColumn keyColumn, QueryColumn[] bodyColumns, String language, QueryColumn custom1, QueryColumn custom2, QueryColumn custom3, QueryColumn custom4)
          updates a collection with a custom
 IndexResult SearchCollectionSupport2.indexFile(SearchIndex si, Resource file)
           
 IndexResult SearchCollectionSupport.indexFile(String id, String title, Resource res, String language)
           
 IndexResult SearchCollectionSupport2.indexFile(String id, String title, Resource res, String language)
           
 IndexResult SearchCollection.indexFile(String id, String title, Resource file, String language)
          updates a collection with a file
 IndexResult SearchCollectionSupport2.indexPath(SearchIndex si, Resource dir, boolean recurse)
           
 IndexResult SearchCollectionSupport.indexPath(String id, String title, Resource dir, String[] extensions, boolean recurse, String language)
           
 IndexResult SearchCollectionSupport2.indexPath(String id, String title, Resource dir, String[] extensions, boolean recurse, String language)
           
 IndexResult SearchCollection.indexPath(String id, String title, Resource dir, String[] extensions, boolean recurse, String language)
          updates a collection with a path
 IndexResult SearchCollectionSupport2.indexURL(SearchIndex si, URL url, boolean recurse, long timeout)
           
 IndexResult SearchCollectionSupport.indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language)
           
 IndexResult SearchCollectionSupport2.indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language)
           
 IndexResult SearchCollection.indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language)
          updates a collection with a url
 IndexResult SearchCollectionSupport.indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language, long timeout)
           
 IndexResult SearchCollectionSupport2.indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language, long timeout)
           
 IndexResult SearchCollectionSupport.purge()
           
 IndexResult SearchCollectionSupport2.purge()
           
 IndexResult SearchCollection.purge()
          purge a collection
 

Uses of IndexResult in railo.runtime.search.lucene2
 

Methods in railo.runtime.search.lucene2 that return IndexResult
 IndexResult LuceneSearchCollection._indexURL(String id, String title, URL url, String[] extensions, boolean recurse, String language, long timeout)
           
 



Copyright © 2012 Railo