We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manticore crashes with fatal error while inserting data on index where index_field_lengths = '1' Crash!!! Handling signal 11
index_field_lengths = '1'
Crash!!! Handling signal 11
Reproducible example:
create table test ( title text ) index_exact_words='1' index_field_lengths = '1' engine='columnar'; insert into test values ( 1, 'yellow bag' ), ( 2, 'white bag' );
6.3.8
linux
None
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered:
@sanikolaev can you please have a look here
Sorry, something went wrong.
seems columnar library does not support internal attribute token_count - you can not use index_field_lengths option with the engine='columnar'
index_field_lengths
engine='columnar'
But it allows to create the index with this option
seems like a bug that should be fixed as:
Option 2 would be better. if its fixed under mcl
glookka
No branches or pull requests
Bug Description:
Manticore crashes with fatal error while inserting data on index where
index_field_lengths = '1'
Crash!!! Handling signal 11
Reproducible example:
Manticore Search Version:
6.3.8
Operating System Version:
linux
Have you tried the latest development version?
None
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: