forked from google/codesearch
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
From @cloudspeech on October 29, 2015 14:10
Great to discover today there's an actively worked on fork of codesearch!
I am using codesearch already, and noticed that with lots of files reindexing is slow.
It would be great if one could tell the indexer to (re-)index a few files only and merge that efficiently into the existing index. Cursory inspection of the code tells me this should be doable.
A strong plus would be to read the file names - 1 per line - from a (named or regular) pipe, or else a regular file, and index those as soon as a new line becomes available.
Maybe an option --reindex-using < pipeOrFile > ?
Copied from original issue: junkblocker/codesearch-pre-github#8