mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:47:15 -04:00 
			
		
		
		
	Update to last common bleve (#3986)
This commit is contained in:
		
				
					committed by
					
						 Lunny Xiao
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							1b7cd3d0b0
						
					
				
				
					commit
					917b9641ec
				
			
							
								
								
									
										2
									
								
								vendor/github.com/blevesearch/bleve/document/field_datetime.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/blevesearch/bleve/document/field_datetime.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -23,7 +23,7 @@ import ( | ||||
| 	"github.com/blevesearch/bleve/numeric" | ||||
| ) | ||||
|  | ||||
| const DefaultDateTimeIndexingOptions = StoreField | IndexField | ||||
| const DefaultDateTimeIndexingOptions = StoreField | IndexField | DocValues | ||||
| const DefaultDateTimePrecisionStep uint = 4 | ||||
|  | ||||
| var MinTimeRepresentable = time.Unix(0, math.MinInt64) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user