File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed 
server/src/main/java/org/opensearch/search/internal Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -587,4 +587,19 @@ public boolean shouldUseTimeSeriesDescSortOptimization() {
587587    public  boolean  getStarTreeIndexEnabled () {
588588        return  in .getStarTreeIndexEnabled ();
589589    }
590+ 
591+     @ Override 
592+     public  boolean  getIntraSegmentSearchEnabled () {
593+         return  in .getIntraSegmentSearchEnabled ();
594+     }
595+ 
596+     @ Override 
597+     public  int  getIntraSegmentPartitionsPerSegment () {
598+         return  in .getIntraSegmentPartitionsPerSegment ();
599+     }
600+ 
601+     @ Override 
602+     public  int  getIntraSegmentMinSegmentSize () {
603+         return  in .getIntraSegmentMinSegmentSize ();
604+     }
590605}
Original file line number Diff line number Diff line change @@ -377,4 +377,5 @@ public FetchSearchResult fetchResult() {
377377    public  long  getRelativeTimeInMillis () {
378378        throw  new  UnsupportedOperationException ("Not supported" );
379379    }
380+ 
380381}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments