Yeikel

Results 108 comments of Yeikel

Any chance you can resolve the merge conflicts here?

It really does. I am not using typesafe configs on my own application. The exception is coming from `LuceneRDD` itself. I did another build removing all the references to it...

Hi @zouzias , thank you for your response. > You can always do that, if the updates are very frequent. Just be careful not to flood Elasticsearch with many requests....

> That said, what is probably easy to do is to update a LuceneRDD with another RDD. Is such a feature good for your use case? If so, I can...

Could you please point me in the right direction to try this? > That said, what is probably easy to do is to update a LuceneRDD with another RDD. Is...

@zouzias If we already support `store.mode = "disk" ` by creating temporary files , how hard would it be to persist and reuse them?

Ideally , I would like to : 1. Run a first job specifying the location where I´d like to persist the index 2. Jobs after that should take a parameter...

I am not using that feature but indexing seems to be calling the FacetsConfig

Yes , I am using the `cartesianlinker ` I am not sure what triggers it , but I will update the issue if I can find a repeatable sample