David Pilato

Results 329 comments of David Pilato

> Mapping is incorrect: please set stored: true on field That's the other story we are tracking with #937. Let's not mix the problems. This one is very interesting: ```...

Would you mind sharing a typical xml file?

That's expected as the way Tika works with XML is that it extracts only text AFAIK between anchors. Like with `bar`, only `bar` will be extracted as the text.

We can indeed become a bit smarter and if we can detect that a file is actually an `xml` format, we can omit the Tika extraction and use the xml...

Most likely, I'm going to use https://github.com/gmethvin/directory-watcher for this. I just did a small test on it and it looks great so far. It can be totally asynchronous, can monitor...

Not yet. Missing time. May be I'll be able to achieve my goals over the summer...

I initially thought it would be easy to implement but it's not. I thought that I could provide any metadata to a bulk request. It's not the case so I...

So, just to be clear: no document at all is indexed, right? Could you share please the full logs when running your job again using the `--debug --restart` options? Please...