Replies: 1 comment
-
Hey @phretor Thanks for the proposal. That sounds a good idea to me. name: "test"
fs:
ndjson_support: true About the implementation, you can start from here I think. The XML support is more helpful to get inspiration from I believe: May be copying the "skeleton" from this class would help? LMK if you need more information. And thanks a lot for proposing your help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I feel that with FSCrawler my search for the perfect personal search engine is about to come to a successful end: it's exactly what I've been looking for.
I use NDJSON a lot to lump together different JSON files and reduce the open-close file requests at query time, and I was wondering if FSCrawler is able to handle it as a special case of JSON file, for which I see there is support already.
Speaking in ElasticSearch terminology, it would probably be mapped as a bulk request.
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#docs-bulk-api-desc (see here for NDJSON and bulk)
If that doesn't work out of the box, I'm happy to contribute some code to implement it, if someone could pinpoint the best place to plug this functionality in.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions