일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 파이썬
- springboot
- sort
- high level client
- Python
- zip 암호화
- docker
- Java
- TensorFlow
- flask
- plugin
- aggregation
- ELASTIC
- MySQL
- Test
- analyzer test
- API
- license delete
- Elasticsearch
- Kafka
- zip 파일 암호화
- matplotlib
- licence delete curl
- token filter test
- 차트
- Mac
- aggs
- 900gle
- query
- License
Archives
- Today
- Total
목록error (1)
개발잡부
elasticsearch.exceptions.RequestError: RequestError(400, 'illegal_argument_exception', "startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards
에러메시지를 확인해 보면 startOffset은 음수면 에러발생 endOffset은 startOffset 보다 같거나 커야하고 startOffset은 역행하면 안됨 elasticsearch.exceptions.RequestError: RequestError(400, 'illegal_argument_exception', "startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=36,endOffset=37,lastStartOffset=37 for field 'itemNm'") analyzer 를 통해서 분해된 토큰은 확인 start_offset, end_..
ElasticStack/Troubleshooting
2022. 8. 12. 19:39