Ellerhold / fs2es-indexer

This tool indexes your directories into an elastic search index and prepares them for searching via Mac OS Spotlight search in a samba file server.
43 stars 3 forks source link

Questions: Name of elasticsearch.index and TimeMachine #11

Closed spamwax closed 2 years ago

spamwax commented 2 years ago
MatthiasKuehneEllerhold commented 2 years ago

Samba searches in all indizes on the elasticsearch instance. So it doesnt matter which index you define.

This index should NOT be used for anything else than fs2es though, because it'll delete all documents not matching my queries.

Timemachine createse a X.sparsebundle directory that contains a "bands" directory with a 4-character hash file that contains a binary content.

So all fs2es would see is X.sparsebundle/bands/3ad3. Thats not really helpful for the spotlight-search.

So I'd exclude all sparsebundle from fs2es.