ensure we can order by doc id (#3343)

This commit is contained in:
pablodanswer
2024-12-04 17:10:37 -08:00
committed by GitHub
parent 69b99056b2
commit fd1999454a

View File

@ -4,6 +4,8 @@ schema DANSWER_CHUNK_NAME {
# Not to be confused with the UUID generated for this chunk which is called documentid by default
field document_id type string {
indexing: summary | attribute
attribute: fast-search
rank: filter
}
field chunk_id type int {
indexing: summary | attribute