Package com.dotcms.repackage.org.elasticsearch.search.internal

Examples of com.dotcms.repackage.org.elasticsearch.search.internal.InternalSearchHits


            }
            try{
              resp = srb.execute().actionGet();
            }catch (SearchPhaseExecutionException e) {
        if(e.getMessage().contains("dotraw] in order to sort on")){
          return new InternalSearchHits(InternalSearchHits.EMPTY,0,0);
        }else{
          throw e;
        }
      }
        } catch (Exception e) {         
View Full Code Here


            try {
                resp = srb.execute().actionGet();
            } catch ( SearchPhaseExecutionException e ) {
                if ( e.getMessage().contains( "dotraw] in order to sort on" ) ) {
                    return new InternalSearchHits( InternalSearchHits.EMPTY, 0, 0 );
                } else {
                    throw e;
                }
            }
        } catch ( Exception e ) {
View Full Code Here

TOP

Related Classes of com.dotcms.repackage.org.elasticsearch.search.internal.InternalSearchHits

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.