Package railo.runtime.search

Examples of railo.runtime.search.IndexResult


       
        if(type==SearchIndex.TYPE_CUSTOM) {
            required("index",action,"body",body);
            //required("index",action,"query",query);
        }
        IndexResult result;
       
        // FUTURE remove this condition
        if(collection instanceof LuceneSearchCollection)
          result = ((LuceneSearchCollection)collection).index(pageContext,key,type,urlpath,title,body,language,extensions,query,recurse,categoryTree,category,timeout,custom1,custom2,custom3,custom4);
        else
View Full Code Here

TOP

Related Classes of railo.runtime.search.IndexResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.